Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.delegate
Class ECDomainBusinessDelegate

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

Deprecated.

@Deprecated
@Name(value="ecDomain")
@Scope(value=CONVERSATION)
public class ECDomainBusinessDelegate
extends java.lang.Object
implements java.io.Serializable

Author:
Razvan Caraghin
See Also:
Serialized Form

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

Constructor Detail

ECDomainBusinessDelegate

public ECDomainBusinessDelegate()
Deprecated. 
Method Detail

initialize

public void initialize()
Deprecated. 

getECDomain

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

Throws:
ClientException

destroy

@Destroy
public void destroy()
Deprecated. 

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.