Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.core.lifecycle
Class AbstractLifeCycleManager

java.lang.Object
  extended by org.nuxeo.ecm.core.lifecycle.AbstractLifeCycleManager
All Implemented Interfaces:
LifeCycleManager
Direct Known Subclasses:
JCRLifeCycleManager

public abstract class AbstractLifeCycleManager
extends Object
implements LifeCycleManager

Abstract life cycle manager.

Author:
Julien Anguenot
See Also:
LifeCycleManager

Constructor Summary
AbstractLifeCycleManager()
           
 
Method Summary
 String getName()
          Returns the name of the manager.
 void setName(String name)
          Sets the name of the life cycle manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.ecm.core.lifecycle.LifeCycleManager
getPolicy, getState, setPolicy, setState
 

Constructor Detail

AbstractLifeCycleManager

public AbstractLifeCycleManager()
Method Detail

getName

public String getName()
Description copied from interface: LifeCycleManager
Returns the name of the manager.

Specified by:
getName in interface LifeCycleManager
Returns:
the name of the manager as a string.

setName

public void setName(String name)
Description copied from interface: LifeCycleManager
Sets the name of the life cycle manager.

Specified by:
setName in interface LifeCycleManager
Parameters:
name - of the life cycle manager

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.