shocks.framework.action.repository
Class ActionRepositoryProxy

java.lang.Object
  extended byshocks.framework.action.repository.ActionRepositoryProxy
All Implemented Interfaces:
ActionRepository

public class ActionRepositoryProxy
extends java.lang.Object
implements ActionRepository


Constructor Summary
ActionRepositoryProxy(javax.management.ObjectName objName)
           
 
Method Summary
 void addAction(Action instance)
           
 Action leaseAction(DataSource metadata)
           
 void release(Action instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionRepositoryProxy

public ActionRepositoryProxy(javax.management.ObjectName objName)
Method Detail

leaseAction

public Action leaseAction(DataSource metadata)
Specified by:
leaseAction in interface ActionRepository

release

public void release(Action instance)
Specified by:
release in interface ActionRepository

addAction

public void addAction(Action instance)
Specified by:
addAction in interface ActionRepository