Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.webapp.delegate
Class ActionManagerBusinessDelegate

java.lang.Object
  extended by 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

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

Field Detail

actionManager

protected ActionManager actionManager
Constructor Detail

ActionManagerBusinessDelegate

public ActionManagerBusinessDelegate()
Method Detail

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

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.