org.codehaus.wadi.core.contextualiser
Class MemoryContextualiser.MemoryImmoter

java.lang.Object
  extended by org.codehaus.wadi.core.motable.AbstractImmoter
      extended by org.codehaus.wadi.core.motable.AbstractMappedImmoter
          extended by org.codehaus.wadi.core.contextualiser.MemoryContextualiser.MemoryImmoter
All Implemented Interfaces:
Immoter
Enclosing class:
MemoryContextualiser

protected class MemoryContextualiser.MemoryImmoter
extends AbstractMappedImmoter


Constructor Summary
MemoryContextualiser.MemoryImmoter(ConcurrentMotableMap map)
           
 
Method Summary
 boolean contextualise(Invocation invocation, java.lang.String id, Motable immotable)
           
 boolean immote(Motable emotable, Motable immotable)
           
 Motable newMotable(Motable emotable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryContextualiser.MemoryImmoter

public MemoryContextualiser.MemoryImmoter(ConcurrentMotableMap map)
Method Detail

newMotable

public Motable newMotable(Motable emotable)

immote

public boolean immote(Motable emotable,
                      Motable immotable)
Specified by:
immote in interface Immoter
Overrides:
immote in class AbstractMappedImmoter

contextualise

public boolean contextualise(Invocation invocation,
                             java.lang.String id,
                             Motable immotable)
                      throws InvocationException
Specified by:
contextualise in interface Immoter
Overrides:
contextualise in class AbstractImmoter
Throws:
InvocationException


Copyright © 2008. All Rights Reserved.