Uses of Interface
shocks.framework.action.ActionRepository

Packages that use ActionRepository
shocks.framework.action   
shocks.framework.action.repository   
 

Uses of ActionRepository in shocks.framework.action
 

Methods in shocks.framework.action that return ActionRepository
static ActionRepository ActionRepositoryFactory.getRepository(javax.servlet.ServletContext ctx)
          This will search the MBeanServer for a registered repository.
static ActionRepository ActionRepositoryFactory.load(javax.servlet.ServletContext ctx)
          This method loads the ActionRepository and returns a reference to it.
 

Uses of ActionRepository in shocks.framework.action.repository
 

Classes in shocks.framework.action.repository that implement ActionRepository
 class ActionRepositoryProxy
           
 class CentralActionRepository