Uses of Interface
org.codehaus.wadi.servicespace.ServiceSpace

Packages that use ServiceSpace
org.codehaus.wadi.core.assembler   
org.codehaus.wadi.core.contextualiser   
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.manager.basic   
org.codehaus.wadi.replication.storage   
org.codehaus.wadi.replication.storage.memory   
org.codehaus.wadi.replication.strategy   
org.codehaus.wadi.servicespace.admin   
org.codehaus.wadi.servicespace.admin.commands   
org.codehaus.wadi.servicespace.basic   
 

Uses of ServiceSpace in org.codehaus.wadi.core.assembler
 

Fields in org.codehaus.wadi.core.assembler declared as ServiceSpace
protected  ServiceSpace StackContext.serviceSpace
           
 

Methods in org.codehaus.wadi.core.assembler that return ServiceSpace
 ServiceSpace StackContext.getServiceSpace()
           
 

Uses of ServiceSpace in org.codehaus.wadi.core.contextualiser
 

Constructors in org.codehaus.wadi.core.contextualiser with parameters of type ServiceSpace
HybridRelocater(ServiceSpace serviceSpace, PartitionManager partitionManager, ReplicationManager replicationManager)
           
 

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

Constructors in org.codehaus.wadi.location.balancing with parameters of type ServiceSpace
BasicPartitionBalancerSingletonService(ServiceSpace serviceSpace, PartitionBalancer partitionBalancer)
           
 

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

Constructors in org.codehaus.wadi.location.endpoint with parameters of type ServiceSpace
MovePMToSMEndPoint(ServiceSpace serviceSpace, Contextualiser contextualiser, ReplicationManager replicationManager, long sessionRelocationIMToSMAckWaitTime)
           
PartitionRepopulationEndPoint(ServiceSpace serviceSpace, PartitionMapper mapper, Contextualiser contextualiser)
           
ReleaseEntryRequestEndPoint(ServiceSpace serviceSpace, Contextualiser contextualiser, StateManager stateManager)
           
 

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

Methods in org.codehaus.wadi.location.partitionmanager that return ServiceSpace
 ServiceSpace SimplePartitionManager.getServiceSpace()
           
 

Constructors in org.codehaus.wadi.location.partitionmanager with parameters of type ServiceSpace
SimplePartitionManager(ServiceSpace serviceSpace, int numPartitions, PartitionMapper mapper, PartitionBalancerSingletonServiceHolder singletonServiceHolder, SimplePartitionManagerTiming timing)
           
 

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

Constructors in org.codehaus.wadi.location.statemanager with parameters of type ServiceSpace
SimpleStateManager(ServiceSpace serviceSpace, PartitionManager partitionManager, long inactiveTime)
           
 

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

Methods in org.codehaus.wadi.replication.manager with parameters of type ServiceSpace
 ReplicationManager ReplicationManagerFactory.factory(ServiceSpace serviceSpace, BackingStrategyFactory backingStrategyFactory)
           
 

Uses of ServiceSpace in org.codehaus.wadi.replication.manager.basic
 

Methods in org.codehaus.wadi.replication.manager.basic with parameters of type ServiceSpace
 ReplicationManager SyncReplicationManagerFactory.factory(ServiceSpace serviceSpace, BackingStrategyFactory backingStrategyFactory)
           
 ReplicationManager NoOpReplicationManagerFactory.factory(ServiceSpace serviceSpace, BackingStrategyFactory backingStrategyFactory)
           
 

Constructors in org.codehaus.wadi.replication.manager.basic with parameters of type ServiceSpace
BasicProxyFactory(ServiceSpace serviceSpace)
           
SyncReplicationManager(ServiceSpace serviceSpace, ObjectStateHandler stateHandler, BackingStrategy backingStrategy, ReplicaStorage localReplicaStorage)
           
SyncReplicationManager(ServiceSpace serviceSpace, ObjectStateHandler stateHandler, BackingStrategy backingStrategy, ReplicaStorage localReplicaStorage, ProxyFactory proxyFactory)
           
 

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

Methods in org.codehaus.wadi.replication.storage with parameters of type ServiceSpace
 ReplicaStorage ReplicaStorageFactory.factory(ServiceSpace serviceSpace)
           
 

Uses of ServiceSpace in org.codehaus.wadi.replication.storage.memory
 

Methods in org.codehaus.wadi.replication.storage.memory with parameters of type ServiceSpace
 ReplicaStorage SyncMemoryReplicaStorageFactory.factory(ServiceSpace serviceSpace)
           
 

Uses of ServiceSpace in org.codehaus.wadi.replication.strategy
 

Methods in org.codehaus.wadi.replication.strategy with parameters of type ServiceSpace
 void RoundRobinBackingStrategyFactory.setServiceSpace(ServiceSpace serviceSpace)
           
 void BackingStrategyFactory.setServiceSpace(ServiceSpace serviceSpace)
           
 

Constructors in org.codehaus.wadi.replication.strategy with parameters of type ServiceSpace
RoundRobinBackingStrategy(ServiceSpace serviceSpace, int nbReplica)
           
 

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

Classes in org.codehaus.wadi.servicespace.admin that implement ServiceSpace
 class AdminServiceSpace
           
 

Constructors in org.codehaus.wadi.servicespace.admin with parameters of type ServiceSpace
BasicCommandEndPoint(ServiceSpace serviceSpace, ServiceSpaceRegistry serviceSpaceRegistry)
           
ClusterCommandEndPoint(ServiceSpace serviceSpace)
           
 

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

Methods in org.codehaus.wadi.servicespace.admin.commands with parameters of type ServiceSpace
protected abstract  java.lang.Object AbstractServiceCommand.execute(org.codehaus.wadi.group.LocalPeer localPeer, ServiceSpace serviceSpace, java.lang.Object service)
           
protected  java.lang.Object GetPartitionBalancingInfos.execute(org.codehaus.wadi.group.LocalPeer localPeer, ServiceSpace serviceSpace, java.lang.Object service)
           
protected  java.lang.Object GetSessionInfos.execute(org.codehaus.wadi.group.LocalPeer localPeer, ServiceSpace serviceSpace, java.lang.Object service)
           
protected  java.lang.Object GetContextualiserInfoStack.execute(org.codehaus.wadi.group.LocalPeer localPeer, ServiceSpace serviceSpace, java.lang.Object service)
           
protected  java.lang.Object AbstractServiceCommand.getService(ServiceSpace currServiceSpace)
           
 

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

Classes in org.codehaus.wadi.servicespace.basic that implement ServiceSpace
 class BasicServiceSpace
           
 

Fields in org.codehaus.wadi.servicespace.basic declared as ServiceSpace
protected  ServiceSpace BasicServiceHolder.serviceSpace
           
 

Methods in org.codehaus.wadi.servicespace.basic that return ServiceSpace
 ServiceSpace ServiceSpaceRegistry.getServiceSpace(ServiceSpaceName serviceSpaceName)
           
 ServiceSpace BasicServiceSpaceRegistry.getServiceSpace(ServiceSpaceName serviceSpaceName)
           
 

Methods in org.codehaus.wadi.servicespace.basic with parameters of type ServiceSpace
protected  ServiceHolder BasicSingletonServiceHolder.newDelegateServiceHolder(ServiceSpace serviceSpace, ServiceName serviceName, java.lang.Object service)
           
 void ServiceSpaceRegistry.register(ServiceSpace serviceSpace)
           
 void BasicServiceSpaceRegistry.register(ServiceSpace serviceSpace)
           
 void ServiceSpaceRegistry.unregister(ServiceSpace serviceSpace)
           
 void BasicServiceSpaceRegistry.unregister(ServiceSpace serviceSpace)
           
 

Constructors in org.codehaus.wadi.servicespace.basic with parameters of type ServiceSpace
BasicServiceHolder(ServiceSpace serviceSpace, ServiceName serviceName, java.lang.Object service)
           
BasicServiceInvoker(ServiceSpace serviceSpace, ServiceName targetServiceName)
           
BasicServiceMonitor(ServiceSpace serviceSpace, ServiceName serviceName)
           
BasicServiceRegistry(ServiceSpace serviceSpace)
           
BasicSingletonServiceHolder(ServiceSpace serviceSpace, ServiceName serviceName, java.lang.Object service)
           
RendezVousEndPoint(ServiceSpace serviceSpace)
           
ServiceInvocationListener(ServiceSpace serviceSpace, ClassIndexerRegistry classIndexerRegistry, org.codehaus.wadi.group.EnvelopeListener next)
           
ServiceQueryEndpoint(ServiceRegistry registry, ServiceSpace serviceSpace)
           
ServiceResponseListener(ServiceSpace serviceSpace, org.codehaus.wadi.group.EnvelopeListener next)
           
ServiceSpaceEndpoint(ServiceSpace serviceSpace, org.codehaus.wadi.group.EnvelopeListener messageListener)
           
ServiceSpaceEnvelopeHelper(ServiceSpace serviceSpace)
           
 



Copyright © 2008. All Rights Reserved.