Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.delegate
Class TypeManagerBusinessDelegate

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

@Name(value="typeManager")
@Scope(value=CONVERSATION)
public class TypeManagerBusinessDelegate
extends Object
implements Serializable

Author:
Razvan Caraghin
See Also:
Serialized Form

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

Constructor Detail

TypeManagerBusinessDelegate

public TypeManagerBusinessDelegate()
Method Detail

initialize

public void initialize()

getTypeManager

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

Returns:
Throws:
ClientException

destroy

@Destroy
@PermitAll
public void destroy()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.