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

Inheritance diagram for alma::demo::client::TimeoutHandlerClient:
Inheritance graph
[legend]
Collaboration diagram for alma::demo::client::TimeoutHandlerClient:
Collaboration graph
[legend]

List of all members.

Classes

class  TimeoutHandlerImpl

Public Member Functions

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

Static Public Member Functions

static void main (String[] args) throws Exception

Private Attributes

Timer m_timer = null
Clock m_clock = null

Constructor & Destructor Documentation

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

References alma::acs::component::client::ComponentClient::getContainerServices(), m_clock, and m_timer.

Referenced by main().


Member Function Documentation

void alma::demo::client::TimeoutHandlerClient::doSomeStuff (  )  throws Exception [inline]
static 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.

References doSomeStuff(), alma::acs::component::client::ComponentClient::tearDown(), and TimeoutHandlerClient().


Member Data Documentation

Clock object gives the current time.

Referenced by doSomeStuff(), and TimeoutHandlerClient().

Timer object is responsbile for scheduling timeouts.

Referenced by doSomeStuff(), and TimeoutHandlerClient().


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

Generated by  doxygen 1.6.2