Class ManagerBase

java.lang.Object
All Implemented Interfaces:
MBeanRegistration, JmxEnabled, Lifecycle, Manager
Direct Known Subclasses:
ClusterManagerBase, PersistentManagerBase, StandardManager

public abstract class ManagerBase extends LifecycleMBeanBase implements Manager
Minimal implementation of the Manager interface that supports no session persistence or distributable capabilities. This class may be subclassed to create more sophisticated Manager implementations.
Author:
Craig R. McClanahan