|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.information.metadata.OMRMultiHostDeployedObject
public class OMRMultiHostDeployedObject
Method Summary | |
---|---|
void |
addAll(java.util.List<HostInterface> host)
|
void |
addHost(HostInterface host)
Add a new host to the deployment list |
java.util.List<java.lang.String> |
getAllHostsNames()
Get the set of all the hosts. |
HostInterface |
getAssociatedHost()
Few clients still use associated machine association to check the public object deployment host This method is used for those clients which are using this association to get the single associated host |
java.util.List<HostInterface> |
getHosts()
Get the host deployment list |
static MultiHostDeployment |
getInstance(SoftwareComponentInterface metadataObject)
|
PublicObjectInterface |
getPublicObject()
Returns the underneath public object |
boolean |
isDeployedOnHost(HostInterface host)
Checks if the host is on the deployment list |
void |
removeAll()
|
void |
removeHost(HostInterface host)
Remove host from the deployment list |
void |
setAssociatedMachine(HostInterface host)
Few clients still use associated machine association to check the public object deployment host This method is used for those clients which are using this association to add the single associated host |
Method Detail |
---|
public static MultiHostDeployment getInstance(SoftwareComponentInterface metadataObject) throws java.rmi.RemoteException, ServiceException
java.rmi.RemoteException
ServiceException
public void addHost(HostInterface host) throws ServiceException, java.rmi.RemoteException
MultiHostDeployment
addHost
in interface MultiHostDeployment
host
- com.sas.services.information.metadata.Host
host to be added
ServiceException
java.rmi.RemoteException
public HostInterface getAssociatedHost() throws ServiceException, java.rmi.RemoteException
MultiHostDeployment
getAssociatedHost
in interface MultiHostDeployment
ServiceException
java.rmi.RemoteException
public java.util.List<HostInterface> getHosts() throws ServiceException, java.rmi.RemoteException
MultiHostDeployment
getHosts
in interface MultiHostDeployment
java.util.List
List of deployment hosts
ServiceException
java.rmi.RemoteException
public PublicObjectInterface getPublicObject() throws ServiceException, java.rmi.RemoteException
MultiHostDeployment
getPublicObject
in interface MultiHostDeployment
ServiceException
java.rmi.RemoteException
public boolean isDeployedOnHost(HostInterface host) throws ServiceException, java.rmi.RemoteException
MultiHostDeployment
isDeployedOnHost
in interface MultiHostDeployment
host
- com.sas.services.information.metadata.Host
host to check
true
if on the list
false
otherwise
ServiceException
java.rmi.RemoteException
public void removeHost(HostInterface host) throws ServiceException, java.rmi.RemoteException
MultiHostDeployment
removeHost
in interface MultiHostDeployment
host
- com.sas.services.information.metadata.Host
host to be removed
ServiceException
java.rmi.RemoteException
public void setAssociatedMachine(HostInterface host) throws ServiceException, java.rmi.RemoteException
MultiHostDeployment
setAssociatedMachine
in interface MultiHostDeployment
ServiceException
java.rmi.RemoteException
public java.util.List<java.lang.String> getAllHostsNames() throws ServiceException, java.rmi.RemoteException
MultiHostDeployment
getAllHostsNames
in interface MultiHostDeployment
List
of unique host names
ServiceException
java.rmi.RemoteException
public void addAll(java.util.List<HostInterface> host) throws ServiceException, java.rmi.RemoteException
addAll
in interface MultiHostDeployment
ServiceException
java.rmi.RemoteException
public void removeAll() throws ServiceException, java.rmi.RemoteException
removeAll
in interface MultiHostDeployment
ServiceException
java.rmi.RemoteException
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |