org.codehaus.wadi.impl
Class AbstractMappedEmoter

java.lang.Object
  extended byorg.codehaus.wadi.impl.AbstractChainedEmoter
      extended byorg.codehaus.wadi.impl.AbstractMappedEmoter
All Implemented Interfaces:
Emoter, Moter

public abstract class AbstractMappedEmoter
extends AbstractChainedEmoter

A basic Emoter for MappedContextualisers

Version:
$Revision: 1200 $
Author:
Jules Gosnell

Field Summary
protected  Map _map
           
 
Fields inherited from class org.codehaus.wadi.impl.AbstractChainedEmoter
_log
 
Constructor Summary
AbstractMappedEmoter(Map map)
           
 
Method Summary
 boolean prepare(String name, Motable emotable, Motable immotable)
           
 void rollback(String name, Motable motable)
           
 
Methods inherited from class org.codehaus.wadi.impl.AbstractChainedEmoter
commit
 
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

_map

protected final Map _map
Constructor Detail

AbstractMappedEmoter

public AbstractMappedEmoter(Map map)
Method Detail

prepare

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

rollback

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


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