Methods Summary |
---|
public void | addIIOPEndPoint(java.lang.String id, java.lang.String host, java.lang.String port)
this.currentServerInstance.addIIOPEndPoint(id,host,port);
|
public void | addIIOPServerInstance(java.lang.String serverName)
IIOPServerInstance serverInstance = new IIOPServerInstance(serverName);
this.currentServerInstance = serverInstance;
if(this.iiopServerInstanceList == null)
this.iiopServerInstanceList = new ArrayList();
this.iiopServerInstanceList.add(serverInstance);
|
public java.lang.String | getClusterName()
return this.clusterName;
|
public java.util.List | getIIOPServerInstanceList()
return this.iiopServerInstanceList;
|
public void | setClusterName(java.lang.String clName)
this.clusterName = clName;
|