

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 |
| alma::demo::client::TimeoutHandlerClient::TimeoutHandlerClient | ( | Logger | logger, | |
| String | managerLoc, | |||
| String | clientName | |||
| ) | throws Exception [inline] |
| logger | ||
| managerLoc | ||
| clientName |
| Exception |
References alma::acs::component::client::ComponentClient::getContainerServices(), m_clock, and m_timer.
Referenced by main().
| 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().
Clock alma::demo::client::TimeoutHandlerClient::m_clock = null [private] |
Clock object gives the current time.
Referenced by doSomeStuff(), and TimeoutHandlerClient().
Timer alma::demo::client::TimeoutHandlerClient::m_timer = null [private] |
Timer object is responsbile for scheduling timeouts.
Referenced by doSomeStuff(), and TimeoutHandlerClient().
1.6.2