Uses of Interface
ccc.api.core.Actions

Packages that use Actions
ccc.api.core   
ccc.api.http   
ccc.api.jaxrs   
ccc.services.ejb3 EJB3 implementation of the CCC API. 
ccc.web   
 

Uses of Actions in ccc.api.core
 

Methods in ccc.api.core that return Actions
 Actions ServiceLocator.getActions()
          Accessor.
 Actions MemoryServiceLocator.getActions()
          Accessor.
 

Methods in ccc.api.core with parameters of type Actions
 void MemoryServiceLocator.setActions(Actions actions)
          Mutator.
 

Uses of Actions in ccc.api.http
 

Methods in ccc.api.http that return Actions
 Actions ProxyServiceLocator.getActions()
          Accessor.
 

Uses of Actions in ccc.api.jaxrs
 

Classes in ccc.api.jaxrs that implement Actions
 class ActionsImpl
          Implementation of the Actions interface.
 

Methods in ccc.api.jaxrs that return Actions
 Actions RegistryServiceLocator.getActions()
          Accessor.
 

Constructors in ccc.api.jaxrs with parameters of type Actions
ActionsImpl(Actions actions)
          Constructor.
 

Uses of Actions in ccc.services.ejb3
 

Classes in ccc.services.ejb3 that implement Actions
 class ActionsEJB
          EJB implementation of the Actions.
 

Uses of Actions in ccc.web
 

Methods in ccc.web that return Actions
 Actions AbstractCCCServlet.getActions()
          Accessor.
 



Copyright © 2010. All Rights Reserved.