org.codehaus.wadi.core.motable
Class RehydrationImmoter

java.lang.Object
  extended by org.codehaus.wadi.core.motable.RehydrationImmoter
All Implemented Interfaces:
Immoter
Direct Known Subclasses:
LockingRehydrationImmoter

public class RehydrationImmoter
extends java.lang.Object
implements Immoter

Version:
$Revision: 1538 $

Constructor Summary
RehydrationImmoter(Immoter delegate)
           
 
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

RehydrationImmoter

public RehydrationImmoter(Immoter delegate)
Method Detail

contextualise

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

immote

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

newMotable

public Motable newMotable(Motable emotable)
Specified by:
newMotable in interface Immoter


Copyright © 2008. All Rights Reserved.