Uses of Interface
shocks.dawp.Action

Packages that use Action
shocks.client   
shocks.framework.action   
shocks.framework.action.repository   
shocks.framework.workflow.filter.repository   
shocks.framework.workflow.sequence.repository   
shocks.platform.filters   
 

Uses of Action in shocks.client
 

Classes in shocks.client that implement Action
 class ActionSupport
          The primary support class for action components.
 class FilterSupport
          Filters are a special type of Action, designed to add crosscutting functionality to the system.
 

Uses of Action in shocks.framework.action
 

Methods in shocks.framework.action that return Action
 Action ActionRepository.leaseAction(DataSource metadata)
           
 

Methods in shocks.framework.action with parameters of type Action
 void ActionRepository.release(Action component)
           
 void ActionRepository.addAction(Action component)
           
 

Uses of Action in shocks.framework.action.repository
 

Methods in shocks.framework.action.repository that return Action
 Action CentralActionRepositoryMBean.leaseAction(DataSource metadata)
           
 Action CentralActionRepository.leaseAction(DataSource metadata)
           
 Action ActionRepositoryProxy.leaseAction(DataSource metadata)
           
 

Methods in shocks.framework.action.repository with parameters of type Action
 void CentralActionRepositoryMBean.release(Action component)
           
 void CentralActionRepositoryMBean.addAction(Action component)
           
 void CentralActionRepository.release(Action instance)
           
 void CentralActionRepository.addAction(Action instance)
           
 void ActionRepositoryProxy.release(Action instance)
           
 void ActionRepositoryProxy.addAction(Action instance)
           
 

Uses of Action in shocks.framework.workflow.filter.repository
 

Constructors in shocks.framework.workflow.filter.repository with parameters of type Action
Filter(DataSource metadata, Action incoming, Action outgoing)
           
 

Uses of Action in shocks.framework.workflow.sequence.repository
 

Constructors in shocks.framework.workflow.sequence.repository with parameters of type Action
SequenceTerminator(Action action)
           
 

Uses of Action in shocks.platform.filters
 

Classes in shocks.platform.filters that implement Action
 class Example
          This example Filter prints out some information about itself.
 class I18N
          This filter will negotiate the locale of the response object using browser settings defined by the user.