org.nuxeo.ecm.webapp.delegate
Class ActionManagerBusinessDelegate
java.lang.Object
org.nuxeo.ecm.webapp.delegate.ActionManagerBusinessDelegate
- All Implemented Interfaces:
- Serializable
@Name(value="actionManager")
@Scope(value=CONVERSATION)
public class ActionManagerBusinessDelegate
- extends Object
- implements Serializable
- Author:
- Razvan Caraghin
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
actionManager
protected ActionManager actionManager
ActionManagerBusinessDelegate
public ActionManagerBusinessDelegate()
initialize
public void initialize()
getActionManager
@Unwrap
public ActionManager getActionManager()
throws ClientException
- Acquires a new
ActionManager reference. The related EJB may be
deployed on a local or remote AppServer.
- Returns:
-
- Throws:
ClientException
destroy
@Destroy
@PermitAll
public void destroy()
throws ClientException
- Throws:
ClientException
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.