Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.delegate
Class ECContentRootBusinessDelegate

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

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

Author:
Razvan Caraghin
See Also:
Serialized Form

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

Constructor Detail

ECContentRootBusinessDelegate

public ECContentRootBusinessDelegate()
Method Detail

initialize

public void initialize()

getECContentRoot

@Unwrap
public ECContentRoot getECContentRoot()
                               throws ClientException
Acquires a new ECContentRoot reference. The related EJB may be deployed on a local or remote AppServer.

Throws:
ClientException

destroy

@Destroy
public void destroy()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.