public class AcsHelper
extends java.lang.Object
| Constructor and Description |
|---|
AcsHelper(java.lang.String clientName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
done()
Close the ACS client.
|
ContainerServices |
getContainerServices() |
AcsLogger |
getLogger() |
org.omg.CORBA.ORB |
getOrb() |
public AcsHelper(java.lang.String clientName)
throws java.lang.Exception
clientName - The name of the clientjava.lang.Exception - in case of error connecting the ACS clientpublic ContainerServices getContainerServices()
public AcsLogger getLogger()
public org.omg.CORBA.ORB getOrb()
public void done()