org.codehaus.wadi
Interface Moter

All Known Subinterfaces:
Emoter, Immoter
All Known Implementing Classes:
AbstractChainedEmoter, AbstractImmoter, DummyContextualiser.DummyImmoter

public interface Moter

Basic API for Motion (promotion and demotion) of Motables

Version:
$Revision: 1184 $
Author:
Jules Gosnell

Method Summary
 void commit(String name, Motable motable)
           
 String getInfo()
           
 boolean prepare(String name, Motable emotable, Motable immotable)
           
 void rollback(String name, Motable motable)
           
 

Method Detail

prepare

public boolean prepare(String name,
                       Motable emotable,
                       Motable immotable)

commit

public void commit(String name,
                   Motable motable)

rollback

public void rollback(String name,
                     Motable motable)

getInfo

public String getInfo()


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