Uses of Interface
org.codehaus.wadi.core.motable.Immoter

Packages that use Immoter
org.codehaus.wadi.core.contextualiser   
org.codehaus.wadi.core.motable   
org.codehaus.wadi.core.util   
org.codehaus.wadi.replication.contextualiser   
 

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

Classes in org.codehaus.wadi.core.contextualiser that implement Immoter
 class DummyContextualiser.DummyImmoter
           
 class ExclusiveStoreContextualiser.ExclusiveStoreImmoter
          An Immoter that deals in terms of StoreMotables
protected  class MemoryContextualiser.MemoryImmoter
           
protected  class SharedStoreContextualiser.SharedImmoter
          An Emoter that deals in terms of StoreMotables
 

Fields in org.codehaus.wadi.core.contextualiser declared as Immoter
protected  Immoter DummyContextualiser._immoter
           
protected  Immoter SharedStoreContextualiser.SharedPutter.immoter
           
 

Methods in org.codehaus.wadi.core.contextualiser that return Immoter
 Immoter Contextualiser.getDemoter(java.lang.String name, Motable motable)
          Return an immoter to the first Contextualiser below us, which would be happy to accept this Motable - in other words - would not evict() it.
 Immoter AbstractDelegatingContextualiser.getDemoter(java.lang.String name, Motable motable)
           
 Immoter DummyContextualiser.getDemoter(java.lang.String name, Motable motable)
           
 Immoter AbstractExclusiveContextualiser.getDemoter(java.lang.String name, Motable motable)
           
 Immoter AbstractSharedContextualiser.getDemoter(java.lang.String name, Motable motable)
           
 Immoter ClusterContextualiser.getDemoter(java.lang.String name, Motable motable)
           
protected abstract  Immoter AbstractMotingContextualiser.getImmoter()
           
 Immoter MemoryContextualiser.getImmoter()
           
 Immoter ExclusiveStoreContextualiser.getImmoter()
           
 Immoter SharedStoreContextualiser.getImmoter()
           
 Immoter ClusterContextualiser.getImmoter()
           
protected  Immoter AbstractMotingContextualiser.getPromoter(Immoter immoter)
           
 Immoter MemoryContextualiser.getPromoter(Immoter immoter)
           
 Immoter Contextualiser.getSharedDemoter()
          Return an Immoter to the first SharedContextualiser below us.
 Immoter AbstractDelegatingContextualiser.getSharedDemoter()
           
 Immoter DummyContextualiser.getSharedDemoter()
           
 Immoter AbstractExclusiveContextualiser.getSharedDemoter()
           
 Immoter AbstractSharedContextualiser.getSharedDemoter()
           
 Immoter ClusterContextualiser.getSharedDemoter()
           
protected  Immoter HybridRelocater.newSessionRelocationImmoter(Invocation invocation, Immoter immoter)
           
 

Methods in org.codehaus.wadi.core.contextualiser with parameters of type Immoter
 boolean Contextualiser.contextualise(Invocation invocation, java.lang.String key, Immoter immoter, boolean exclusiveOnly)
          Contextualise the given Invocation.
 boolean DummyContextualiser.contextualise(Invocation invocation, java.lang.String key, Immoter immoter, boolean exclusiveOnly)
           
 boolean StatelessContextualiser.contextualise(Invocation invocation, java.lang.String key, Immoter immoter, boolean exclusiveOnly)
           
 boolean AbstractMotingContextualiser.contextualise(Invocation invocation, java.lang.String key, Immoter immoter, boolean exclusiveOnly)
           
 boolean SerialContextualiser.contextualise(Invocation invocation, java.lang.String key, Immoter immoter, boolean exclusiveOnly)
           
 boolean AbstractSharedContextualiser.contextualise(Invocation invocation, java.lang.String key, Immoter immoter, boolean exclusiveOnly)
           
protected  boolean HybridRelocater.doRelocate(Invocation invocation, java.lang.String name, Immoter immoter, boolean shuttingDown)
           
protected  Immoter AbstractMotingContextualiser.getPromoter(Immoter immoter)
           
 Immoter MemoryContextualiser.getPromoter(Immoter immoter)
           
protected  boolean AbstractMotingContextualiser.handle(Invocation invocation, java.lang.String id, Immoter immoter, boolean exclusiveOnly)
           
 boolean AbstractExclusiveContextualiser.handle(Invocation invocation, java.lang.String id, Immoter immoter, boolean exclusiveOnly)
           
protected  boolean ClusterContextualiser.handle(Invocation invocation, java.lang.String id, Immoter immoter, boolean exclusiveOnly)
           
protected  boolean HybridRelocater.handleSessionRelocation(Invocation invocation, java.lang.String name, Immoter immoter, Envelope message, MoveSMToIM req)
           
protected  void AbstractSharedContextualiser.load(Emoter emoter, Immoter immoter)
           
protected  void SharedStoreContextualiser.load(Emoter emoter, Immoter immoter)
           
protected  Motable HybridRelocater.mote(java.lang.String name, Immoter immoter, Motable emotable, Emoter emoter)
           
protected  Immoter HybridRelocater.newSessionRelocationImmoter(Invocation invocation, Immoter immoter)
           
protected  boolean AbstractMotingContextualiser.promote(Invocation invocation, java.lang.String id, Immoter immoter, Motable emotable)
           
 void Contextualiser.promoteToExclusive(Immoter immoter)
          Pass this Immoter up to the first ExclusiveContextualiser above us, where...
 void AbstractDelegatingContextualiser.promoteToExclusive(Immoter immoter)
           
 void DummyContextualiser.promoteToExclusive(Immoter immoter)
           
 void AbstractExclusiveContextualiser.promoteToExclusive(Immoter immoter)
           
 void AbstractSharedContextualiser.promoteToExclusive(Immoter immoter)
           
 void ExclusiveStoreContextualiser.promoteToExclusive(Immoter immoter)
           
 boolean HybridRelocater.relocate(Invocation invocation, java.lang.String name, Immoter immoter, boolean shuttingDown)
           
 boolean Relocater.relocate(Invocation invocation, java.lang.String name, Immoter immoter, boolean shuttingDown)
          Either relocate the request to the session by proxying/redirection, or the session to the request, by migration...
 

Constructors in org.codehaus.wadi.core.contextualiser with parameters of type Immoter
SharedStoreContextualiser.SharedPutter(Emoter emoter, Immoter immoter)
           
 

Uses of Immoter in org.codehaus.wadi.core.motable
 

Classes in org.codehaus.wadi.core.motable that implement Immoter
 class AbstractImmoter
          Abstract base for Immoters
 class AbstractMappedImmoter
           
 class LockingRehydrationImmoter
           
 class RehydrationImmoter
           
 

Constructors in org.codehaus.wadi.core.motable with parameters of type Immoter
LockingRehydrationImmoter(Immoter delegate, Invocation invocation, MotableLockHandler lockHandler)
           
RehydrationImmoter(Immoter delegate)
           
 

Uses of Immoter in org.codehaus.wadi.core.util
 

Methods in org.codehaus.wadi.core.util with parameters of type Immoter
static Motable Utils.mote(Emoter emoter, Immoter immoter, Motable emotable, java.lang.String name)
          Mote (in other words - move) the data held in a Motable from one Contextualiser to another, such that if the two Contextualisers store Motables in a persistant fashion, the data is never present in less than one of the two.
 

Uses of Immoter in org.codehaus.wadi.replication.contextualiser
 

Methods in org.codehaus.wadi.replication.contextualiser that return Immoter
 Immoter ReplicaAwareContextualiser.getImmoter()
           
 



Copyright © 2011. All Rights Reserved.