org.eclipse.cosmos.dc.remote.wsdm.spi
Class RuntimeHostClient
java.lang.Object
org.apache.muse.core.AbstractResourceClient
org.apache.muse.ws.resource.remote.WsResourceClient
org.apache.muse.ws.notification.remote.NotificationConsumerClient
org.eclipse.cosmos.dc.remote.wsdm.spi.RuntimeHostClient
- All Implemented Interfaces:
- org.apache.muse.util.Traceable, org.apache.muse.ws.addressing.soap.SoapMonitor
public class RuntimeHostClient
- extends org.apache.muse.ws.notification.remote.NotificationConsumerClient
|
Constructor Summary |
RuntimeHostClient(org.apache.muse.ws.addressing.EndpointReference destination)
|
| Methods inherited from class org.apache.muse.ws.notification.remote.NotificationConsumerClient |
getConsumerReference, getProducerReference, notify, notify |
| Methods inherited from class org.apache.muse.ws.resource.remote.WsResourceClient |
deleteResourceProperty, destroy, getMultipleResourceProperties, getPropertyAsObject, getResourceProperty, getResourcePropertyDocument, insertResourceProperty, putResourcePropertyDocument, queryResourceProperties, setResourceProperties, setTerminationTime, updateResourceProperty |
| Methods inherited from class org.apache.muse.core.AbstractResourceClient |
getDestination, getEndpointReference, getSoapClient, getSoapMonitorPort, getSource, getTraceWriter, invoke, invoke, invoke, invoke, isUsingSoapMonitor, isUsingTrace, setTrace, setTraceWriter, startSoapMonitor, stopSoapMonitor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeHostClient
public RuntimeHostClient(org.apache.muse.ws.addressing.EndpointReference destination)
start
public void start()
throws java.lang.Exception
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- Throws:
java.lang.Exception
loadContext
public ContextClient loadContext(java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
unloadContext
public void unloadContext(java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
getContextForName
public ContextClient getContextForName(java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
getContexts
public java.util.Collection<ContextClient> getContexts()
throws java.lang.Exception
- Throws:
java.lang.Exception