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 |
| alma.demo.client.TimeoutHandlerClient.TimeoutHandlerClient | ( | Logger | logger, | |
| String | managerLoc, | |||
| String | clientName | |||
| ) | throws Exception |
| logger | ||
| managerLoc | ||
| clientName |
| Exception |
References alma.acs.component.client.ComponentClient.getContainerServices().
Referenced by alma.demo.client.TimeoutHandlerClient.main().
| void alma.demo.client.TimeoutHandlerClient.doSomeStuff | ( | ) | throws Exception |
References alma.acs.component.client.ComponentClient.getContainerServices().
Referenced by alma.demo.client.TimeoutHandlerClient.main().
| static void alma.demo.client.TimeoutHandlerClient.main | ( | String[] | args | ) | throws Exception [static] |
Checks whether the Java property 'ACS.manager' is set and calls the other methods from this class.
References alma.demo.client.TimeoutHandlerClient.doSomeStuff(), alma.acs.component.client.ComponentClient.tearDown(), and alma.demo.client.TimeoutHandlerClient.TimeoutHandlerClient().
1.7.0