Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.delegate
Class ActionManagerBusinessDelegate

java.lang.Object
  extended by org.nuxeo.ecm.webapp.delegate.ActionManagerBusinessDelegate
All Implemented Interfaces:
java.io.Serializable

@Name(value="actionManager")
@Scope(value=CONVERSATION)
public class ActionManagerBusinessDelegate
extends java.lang.Object
implements java.io.Serializable

Author:
Razvan Caraghin
See Also:
Serialized Form

Constructor Summary
ActionManagerBusinessDelegate()
           
 
Method Summary
 void destroy()
           
 ActionManager getActionManager()
          Acquires a new ActionManager reference.
 void initialize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionManagerBusinessDelegate

public ActionManagerBusinessDelegate()
Method Detail

initialize

public void initialize()

getActionManager

@Unwrap
public ActionManager getActionManager()
Acquires a new ActionManager reference. The related EJB may be deployed on a local or remote AppServer.


destroy

@Destroy
public void destroy()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.