com.arjuna.ats.arjuna.coordinator
Class ActionManager

java.lang.Object
  extended bycom.arjuna.ats.arjuna.coordinator.ActionManager

public class ActionManager
extends java.lang.Object


Method Summary
 BasicAction get(Uid id)
           
static ActionManager manager()
           
 void put(BasicAction act)
           
 void remove(Uid id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

manager

public static final ActionManager manager()

put

public void put(BasicAction act)

get

public BasicAction get(Uid id)

remove

public void remove(Uid id)