org.codehaus.wadi.impl
Class AbstractMappedImmoter

java.lang.Object
  extended byorg.codehaus.wadi.impl.AbstractImmoter
      extended byorg.codehaus.wadi.impl.AbstractMappedImmoter
All Implemented Interfaces:
Immoter, Moter
Direct Known Subclasses:
ExclusiveStoreContextualiser.ExclusiveStoreImmoter

public abstract class AbstractMappedImmoter
extends AbstractImmoter

TODO - JavaDoc this type

Version:
$Revision: 1416 $
Author:
Jules Gosnell

Field Summary
protected  Map _map
           
 
Fields inherited from class org.codehaus.wadi.impl.AbstractImmoter
_log
 
Constructor Summary
AbstractMappedImmoter(Map map)
           
 
Method Summary
 void commit(String name, Motable immotable)
           
 
Methods inherited from class org.codehaus.wadi.impl.AbstractImmoter
contextualise, prepare, rollback
 
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.Immoter
nextMotable
 
Methods inherited from interface org.codehaus.wadi.Moter
getInfo
 

Field Detail

_map

protected final Map _map
Constructor Detail

AbstractMappedImmoter

public AbstractMappedImmoter(Map map)
Method Detail

commit

public void commit(String name,
                   Motable immotable)
Specified by:
commit in interface Moter
Overrides:
commit in class AbstractImmoter


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