org.codehaus.wadi.aop.replication
Class AOPStackContext

java.lang.Object
  extended by org.codehaus.wadi.core.assembler.StackContext
      extended by org.codehaus.wadi.aop.replication.AOPStackContext

public class AOPStackContext
extends org.codehaus.wadi.core.assembler.StackContext

Version:
$Revision: 1538 $

Field Summary
 
Fields inherited from class org.codehaus.wadi.core.assembler.StackContext
manager, memoryMap, partitionManager, partitionMapper, replicaStorage, replicationManager, router, serviceSpace, sessionFactory, stateHandler, stateManager, timer, underlyingDispatcher
 
Constructor Summary
AOPStackContext(java.lang.ClassLoader cl, org.codehaus.wadi.servicespace.ServiceSpaceName serviceSpaceName, org.codehaus.wadi.group.Dispatcher underlyingDispatcher, int sessionTimeout, int numPartitions, int sweepInterval, org.codehaus.wadi.replication.strategy.BackingStrategyFactory backingStrategyFactory)
           
 
Method Summary
 void build()
           
protected  org.codehaus.wadi.core.reflect.ClassIndexerRegistry newClassIndexerRegistry()
           
protected  BasicInstanceTrackerFactory newInstanceTrackerFactory()
           
protected  org.codehaus.wadi.replication.manager.basic.ObjectStateHandler newObjectStateHandler(org.codehaus.wadi.core.util.Streamer streamer)
           
protected  org.codehaus.wadi.core.session.SessionFactory newSessionFactory(org.codehaus.wadi.core.util.Streamer streamer)
           
 
Methods inherited from class org.codehaus.wadi.core.assembler.StackContext
getManager, getMemoryMap, getPartitionManager, getPartitionMapper, getReplicationManager, getServiceSpace, getServiceSpaceName, getSessionMonitor, getStateManager, isDisableReplication, newClusteredContextualiser, newCollapserContextualiser, newConcurrentMap, newMemoryContextualiser, newMemoryContextualiser, newPartitionBalancerSingletonServiceHolder, newPartitionManager, newPartitionMapper, newReplicaAwareContextualiser, newReplicaStorageFactory, newReplicationManager, newReplicationManagerFactory, newRouter, newServiceClassIndexerRegistry, newSessionMonitor, newSharedStoreContextualiser, newStateManager, newStreamer, newValueFactory, newValueHelperRegistry, registerClusteredManager, registerMovePMToSMEndPoint, registerPartitionManager, registerReleaseEntryRequestEndPoint, registerReplicaStorage, registerReplicationManager, registerRepopulationEndPoint, registerStackExplorer, registerStateManager, setDisableReplication, setSharedStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AOPStackContext

public AOPStackContext(java.lang.ClassLoader cl,
                       org.codehaus.wadi.servicespace.ServiceSpaceName serviceSpaceName,
                       org.codehaus.wadi.group.Dispatcher underlyingDispatcher,
                       int sessionTimeout,
                       int numPartitions,
                       int sweepInterval,
                       org.codehaus.wadi.replication.strategy.BackingStrategyFactory backingStrategyFactory)
Method Detail

build

public void build()
           throws org.codehaus.wadi.servicespace.ServiceAlreadyRegisteredException
Overrides:
build in class org.codehaus.wadi.core.assembler.StackContext
Throws:
org.codehaus.wadi.servicespace.ServiceAlreadyRegisteredException

newInstanceTrackerFactory

protected BasicInstanceTrackerFactory newInstanceTrackerFactory()

newClassIndexerRegistry

protected org.codehaus.wadi.core.reflect.ClassIndexerRegistry newClassIndexerRegistry()

newObjectStateHandler

protected org.codehaus.wadi.replication.manager.basic.ObjectStateHandler newObjectStateHandler(org.codehaus.wadi.core.util.Streamer streamer)
Overrides:
newObjectStateHandler in class org.codehaus.wadi.core.assembler.StackContext

newSessionFactory

protected org.codehaus.wadi.core.session.SessionFactory newSessionFactory(org.codehaus.wadi.core.util.Streamer streamer)
Overrides:
newSessionFactory in class org.codehaus.wadi.core.assembler.StackContext


Copyright © 2008. All Rights Reserved.