org.codehaus.wadi.impl
Class AbstractChainedEmoter

java.lang.Object
  extended byorg.codehaus.wadi.impl.AbstractChainedEmoter
All Implemented Interfaces:
Emoter, Moter
Direct Known Subclasses:
AbstractMappedEmoter, SharedStoreContextualiser.SharedJDBCEmoter

public abstract class AbstractChainedEmoter
extends Object
implements Emoter

A basic Emoter for ChainedContextualisers

Version:
$Revision: 1200 $
Author:
Jules Gosnell

Field Summary
protected  Log _log
           
 
Constructor Summary
AbstractChainedEmoter()
           
 
Method Summary
 void commit(String name, Motable motable)
           
 boolean prepare(String name, Motable emotable, Motable immotable)
           
 void rollback(String name, Motable motable)
           
 
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.Moter
getInfo
 

Field Detail

_log

protected final Log _log
Constructor Detail

AbstractChainedEmoter

public AbstractChainedEmoter()
Method Detail

prepare

public boolean prepare(String name,
                       Motable emotable,
                       Motable immotable)
Specified by:
prepare in interface Moter

commit

public void commit(String name,
                   Motable motable)
Specified by:
commit in interface Moter

rollback

public void rollback(String name,
                     Motable motable)
Specified by:
rollback in interface Moter


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