shocks.framework.action.repository
Class CentralActionRepository

java.lang.Object
  extended byshocks.framework.action.repository.CentralActionRepository
All Implemented Interfaces:
ActionRepository, CentralActionRepositoryMBean

public class CentralActionRepository
extends java.lang.Object
implements ActionRepository, CentralActionRepositoryMBean


Constructor Summary
CentralActionRepository()
           
 
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

CentralActionRepository

public CentralActionRepository()
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