org.codehaus.wadi
Interface Immoter

All Superinterfaces:
Moter
All Known Implementing Classes:
AbstractImmoter, DummyContextualiser.DummyImmoter

public interface Immoter
extends Moter

Basic API for motion of Motables IN to a container

Version:
$Revision: 1430 $
Author:
Jules Gosnell

Method Summary
 boolean contextualise(InvocationContext invocationContext, String id, Motable immotable, Sync motionLock)
           
 Motable nextMotable(String id, Motable emotable)
           
 
Methods inherited from interface org.codehaus.wadi.Moter
commit, getInfo, prepare, rollback
 

Method Detail

nextMotable

public Motable nextMotable(String id,
                           Motable emotable)

contextualise

public boolean contextualise(InvocationContext invocationContext,
                             String id,
                             Motable immotable,
                             Sync motionLock)
                      throws InvocationException
Throws:
InvocationException


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.