Uses of Class
org.codehaus.wadi.servicespace.ServiceName

Packages that use ServiceName
org.codehaus.wadi.core.manager   
org.codehaus.wadi.location.balancing   
org.codehaus.wadi.location.endpoint   
org.codehaus.wadi.location.partitionmanager   
org.codehaus.wadi.location.statemanager   
org.codehaus.wadi.replication.manager   
org.codehaus.wadi.replication.storage   
org.codehaus.wadi.servicespace   
org.codehaus.wadi.servicespace.admin   
org.codehaus.wadi.servicespace.admin.commands   
org.codehaus.wadi.servicespace.basic   
 

Uses of ServiceName in org.codehaus.wadi.core.manager
 

Fields in org.codehaus.wadi.core.manager declared as ServiceName
static ServiceName Manager.NAME
           
 

Uses of ServiceName in org.codehaus.wadi.location.balancing
 

Fields in org.codehaus.wadi.location.balancing declared as ServiceName
static ServiceName PartitionBalancerSingletonService.NAME
           
 

Uses of ServiceName in org.codehaus.wadi.location.endpoint
 

Fields in org.codehaus.wadi.location.endpoint declared as ServiceName
static ServiceName PartitionRepopulationEndPoint.NAME
           
static ServiceName MovePMToSMEndPoint.NAME
           
static ServiceName ReleaseEntryRequestEndPoint.NAME
           
 

Uses of ServiceName in org.codehaus.wadi.location.partitionmanager
 

Fields in org.codehaus.wadi.location.partitionmanager declared as ServiceName
static ServiceName PartitionManager.NAME
           
 

Uses of ServiceName in org.codehaus.wadi.location.statemanager
 

Fields in org.codehaus.wadi.location.statemanager declared as ServiceName
static ServiceName StateManager.NAME
           
 

Uses of ServiceName in org.codehaus.wadi.replication.manager
 

Fields in org.codehaus.wadi.replication.manager declared as ServiceName
static ServiceName ReplicationManager.NAME
           
 

Uses of ServiceName in org.codehaus.wadi.replication.storage
 

Fields in org.codehaus.wadi.replication.storage declared as ServiceName
static ServiceName ReplicaStorage.NAME
           
 

Uses of ServiceName in org.codehaus.wadi.servicespace
 

Methods in org.codehaus.wadi.servicespace that return ServiceName
 ServiceName ServiceLifecycleEvent.getServiceName()
           
 ServiceName ServiceException.getServiceName()
           
 ServiceName ServiceProxyFactory.getTargetServiceName()
           
 ServiceName ServiceProxy.getTargetServiceName()
           
 

Methods in org.codehaus.wadi.servicespace that return types with arguments of type ServiceName
 java.util.List<ServiceName> ServiceRegistry.getServiceNames()
           
 

Methods in org.codehaus.wadi.servicespace with parameters of type ServiceName
 ServiceMonitor ServiceSpace.getServiceMonitor(ServiceName serviceName)
           
 ServiceProxyFactory ServiceSpace.getServiceProxyFactory(ServiceName serviceName, java.lang.Class[] interfaces)
           
 java.lang.Object ServiceRegistry.getStartedService(ServiceName name)
           
 boolean ServiceRegistry.isServiceStarted(ServiceName serviceName)
           
 void ServiceRegistry.register(ServiceName name, java.lang.Object service)
           
 SingletonServiceHolder ServiceRegistry.registerSingleton(ServiceName name, java.lang.Object service)
           
 void ServiceRegistry.unregister(ServiceName name)
           
 

Constructors in org.codehaus.wadi.servicespace with parameters of type ServiceName
ServiceAlreadyRegisteredException(ServiceName serviceName)
           
ServiceException(ServiceName serviceName)
           
ServiceLifecycleEvent(ServiceSpaceName serviceSpaceName, ServiceName serviceName, Peer hostingPeer, LifecycleState state)
           
ServiceNotAvailableException(ServiceName serviceName)
           
ServiceNotFoundException(ServiceName serviceName)
           
 

Uses of ServiceName in org.codehaus.wadi.servicespace.admin
 

Fields in org.codehaus.wadi.servicespace.admin declared as ServiceName
static ServiceName CommandEndPoint.NAME
           
 

Uses of ServiceName in org.codehaus.wadi.servicespace.admin.commands
 

Fields in org.codehaus.wadi.servicespace.admin.commands declared as ServiceName
static ServiceName ContextualiserStackExplorer.NAME
           
 

Constructors in org.codehaus.wadi.servicespace.admin.commands with parameters of type ServiceName
AbstractServiceCommand(ServiceSpaceName name, ServiceName serviceName)
           
 

Uses of ServiceName in org.codehaus.wadi.servicespace.basic
 

Methods in org.codehaus.wadi.servicespace.basic that return ServiceName
 ServiceName ServiceQueryEvent.getServiceName()
           
static ServiceName EnvelopeServiceHelper.getServiceName(Envelope envelope)
           
 ServiceName CGLIBServiceProxyFactory.getTargetServiceName()
           
 

Methods in org.codehaus.wadi.servicespace.basic that return types with arguments of type ServiceName
 java.util.List<ServiceName> BasicServiceRegistry.getServiceNames()
           
 

Methods in org.codehaus.wadi.servicespace.basic with parameters of type ServiceName
 ServiceMonitor BasicServiceSpace.getServiceMonitor(ServiceName serviceName)
           
 ServiceProxyFactory BasicServiceSpace.getServiceProxyFactory(ServiceName serviceName, java.lang.Class[] interfaces)
           
 java.lang.Object BasicServiceRegistry.getStartedService(ServiceName name)
           
protected  void ServiceInvocationListener.handleServiceMessage(ServiceName serviceName, Envelope request)
           
 boolean BasicServiceRegistry.isServiceStarted(ServiceName name)
           
protected  ServiceHolder BasicSingletonServiceHolder.newDelegateServiceHolder(ServiceSpace serviceSpace, ServiceName serviceName, java.lang.Object service)
           
protected  ServiceMonitor BasicServiceSpace.newServiceMonitor(ServiceName serviceName)
           
 void BasicServiceRegistry.register(ServiceName name, java.lang.Object service)
           
 SingletonServiceHolder BasicServiceRegistry.registerSingleton(ServiceName name, java.lang.Object service)
           
static void EnvelopeServiceHelper.setServiceName(ServiceName serviceName, Envelope envelope)
           
 void BasicServiceRegistry.unregister(ServiceName name)
           
 

Constructors in org.codehaus.wadi.servicespace.basic with parameters of type ServiceName
BasicServiceHolder(ServiceSpace serviceSpace, ServiceName serviceName, java.lang.Object service)
           
BasicServiceInvoker(ServiceSpace serviceSpace, ServiceName targetServiceName)
           
BasicServiceMonitor(ServiceSpace serviceSpace, ServiceName serviceName)
           
BasicSingletonServiceHolder(ServiceSpace serviceSpace, ServiceName serviceName, java.lang.Object service)
           
CGLIBServiceProxyFactory(ServiceName targetServiceName, ClassIndexerRegistry indexerRegistry, java.lang.Class[] interfaces, ServiceInvoker invoker)
           
ServiceQueryEvent(ServiceSpaceName serviceSpaceName, ServiceName serviceName, Peer queryingNode)
           
 



Copyright © 2011. All Rights Reserved.