ALMA Computing Group

alma::demo::client::TimeoutHandlerClient Class Reference

List of all members.

Public Member Functions

 TimeoutHandlerClient (Logger logger, String managerLoc, String clientName) throws Exception
void doSomeStuff () throws Exception

Static Public Member Functions

void main (String[] args) throws Exception
 Checks whether the Java property 'ACS.manager' is set and calls the other methods from this class.

Private Attributes

Timer m_timer = null
 Timer object is responsbile for scheduling timeouts.
Clock m_clock = null
 Clock object gives the current time.

Constructor & Destructor Documentation

alma::demo::client::TimeoutHandlerClient::TimeoutHandlerClient Logger  logger,
String  managerLoc,
String  clientName
throws Exception [inline]
 

Parameters:
logger 
managerLoc 
clientName 
Exceptions:
Exception 
Definition at line 69 of file TimeoutHandlerClient.java.

References m_clock, and m_timer.

Referenced by main().


Member Function Documentation

void alma::demo::client::TimeoutHandlerClient::doSomeStuff  )  throws Exception [inline]
 

Definition at line 79 of file TimeoutHandlerClient.java.

References m_clock, and m_timer.

Referenced by main().

void alma::demo::client::TimeoutHandlerClient::main String[]  args  )  throws Exception [inline, static]
 

Checks whether the Java property 'ACS.manager' is set and calls the other methods from this class.

Definition at line 107 of file TimeoutHandlerClient.java.

References doSomeStuff(), and TimeoutHandlerClient().


Member Data Documentation

Clock alma::demo::client::TimeoutHandlerClient::m_clock = null [private]
 

Clock object gives the current time.

Definition at line 61 of file TimeoutHandlerClient.java.

Referenced by doSomeStuff(), and TimeoutHandlerClient().

Timer alma::demo::client::TimeoutHandlerClient::m_timer = null [private]
 

Timer object is responsbile for scheduling timeouts.

Definition at line 57 of file TimeoutHandlerClient.java.

Referenced by doSomeStuff(), and TimeoutHandlerClient().


The documentation for this class was generated from the following file: