org.codehaus.wadi.impl
Class AbstractChainedEmoter
java.lang.Object
org.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
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 |
_log
protected final Log _log
AbstractChainedEmoter
public AbstractChainedEmoter()
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-2006 Core Developers Network Ltd.. All Rights Reserved.