COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.remote.wsdm.spi
Class RuntimeHostClient

java.lang.Object
  extended by org.apache.muse.core.AbstractResourceClient
      extended by org.apache.muse.ws.resource.remote.WsResourceClient
          extended by org.apache.muse.ws.notification.remote.NotificationConsumerClient
              extended by 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)
           
 
Method Summary
 ContextClient getContextForName(java.lang.String name)
           
 java.util.Collection<ContextClient> getContexts()
           
 ContextClient loadContext(java.lang.String name)
           
 void start()
           
 void stop()
           
 void unloadContext(java.lang.String name)
           
 
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
 

Constructor Detail

RuntimeHostClient

public RuntimeHostClient(org.apache.muse.ws.addressing.EndpointReference destination)
Method Detail

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

COSMOS ${releaseVersion} data-collection Project
Public API Specification