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 DummyContextualiser.getDemoter(java.lang.String name, Motable motable)
           
 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 AbstractSharedContextualiser.getDemoter(java.lang.String name, Motable motable)
           
 Immoter AbstractExclusiveContextualiser.getDemoter(java.lang.String name, Motable motable)
           
 Immoter AbstractDelegatingContextualiser.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 SharedStoreContextualiser.getImmoter()
           
 Immoter ClusterContextualiser.getImmoter()
           
 Immoter ExclusiveStoreContextualiser.getImmoter()
           
protected  Immoter AbstractMotingContextualiser.getPromoter(Immoter immoter)
           
 Immoter MemoryContextualiser.getPromoter(Immoter immoter)
           
 Immoter DummyContextualiser.getSharedDemoter()
           
 Immoter Contextualiser.getSharedDemoter()
          Return an Immoter to the first SharedContextualiser below us.
 Immoter AbstractSharedContextualiser.getSharedDemoter()
           
 Immoter AbstractExclusiveContextualiser.getSharedDemoter()
           
 Immoter AbstractDelegatingContextualiser.getSharedDemoter()
           
 Immoter ClusterContextualiser.getSharedDemoter()
           
 

Methods in org.codehaus.wadi.core.contextualiser with parameters of type Immoter
 boolean DummyContextualiser.contextualise(Invocation invocation, java.lang.String key, Immoter immoter, boolean exclusiveOnly)
           
 boolean Contextualiser.contextualise(Invocation invocation, java.lang.String key, Immoter immoter, boolean exclusiveOnly)
          Contextualise the given Invocation.
 boolean AbstractSharedContextualiser.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 StatelessContextualiser.contextualise(Invocation invocation, java.lang.String key, Immoter immoter, boolean exclusiveOnly)
           
 boolean SerialContextualiser.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, org.codehaus.wadi.group.Envelope message, MoveSMToIM req)
           
protected  void AbstractSharedContextualiser.load(Emoter emoter, Immoter immoter)
           
protected  void SharedStoreContextualiser.load(Emoter emoter, Immoter immoter)
           
protected  boolean AbstractMotingContextualiser.promote(Invocation invocation, java.lang.String id, Immoter immoter, Motable emotable)
           
 void DummyContextualiser.promoteToExclusive(Immoter immoter)
           
 void Contextualiser.promoteToExclusive(Immoter immoter)
          Pass this Immoter up to the first ExclusiveContextualiser above us, where...
 void AbstractSharedContextualiser.promoteToExclusive(Immoter immoter)
           
 void AbstractExclusiveContextualiser.promoteToExclusive(Immoter immoter)
           
 void AbstractDelegatingContextualiser.promoteToExclusive(Immoter immoter)
           
 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...
 boolean HybridRelocater.relocate(Invocation invocation, java.lang.String name, Immoter immoter, boolean shuttingDown)
           
 

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)
           
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 © 2010. All Rights Reserved.