|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ReleaseEntryRequestEndPoint.NAME
|
static ServiceName |
MovePMToSMEndPoint.NAME
|
static ServiceName |
PartitionRepopulationEndPoint.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 |
ServiceException.getServiceName()
|
ServiceName |
ServiceLifecycleEvent.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)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |