org.codehaus.wadi.core.motable
Class AbstractImmoter

java.lang.Object
  extended by org.codehaus.wadi.core.motable.AbstractImmoter
All Implemented Interfaces:
Immoter
Direct Known Subclasses:
AbstractMappedImmoter, SharedStoreContextualiser.SharedImmoter

public abstract class AbstractImmoter
extends java.lang.Object
implements Immoter

Abstract base for Immoters

Version:
$Revision: 2274 $
Author:
Jules Gosnell

Constructor Summary
AbstractImmoter()
           
 
Method Summary
 boolean contextualise(Invocation invocation, java.lang.String id, Motable immotable)
           
 boolean immote(Motable emotable, Motable immotable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.wadi.core.motable.Immoter
newMotable
 

Constructor Detail

AbstractImmoter

public AbstractImmoter()
Method Detail

immote

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

contextualise

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


Copyright © 2010. All Rights Reserved.