Public Member Functions | |
Client (Logger logger, String managerLoc, String clientName) throws Exception | |
boolean | hasFreeSlot () |
String | getDynamicComponent (ComponentSpec cs, boolean markAsDefault) throws AcsJContainerServicesEx |
boolean | releaseComponent (String url) |
void | cleanExit () |
Package Attributes | |
ACSComponent | m_components [] |
String | m_cURLs [] |
Private Attributes | |
final int | MAXCOMPONENTS = 32 |
|
The constructor |
|
Release all the components before exiting |
|
Start a dynamic component
|
|
Check if a free slot exists into the array A free slot has a null value and, as the array is not ordered, may be in every position of the array |
|
Release a component The component is specified with its cURL
|
|
|
|
|
|
|