org.apache.geronimo.clustering
Class NamedMBeanImpl

java.lang.Object
  extended byorg.apache.geronimo.clustering.MBeanImpl
      extended byorg.apache.geronimo.clustering.NamedMBeanImpl
Direct Known Subclasses:
Cluster, Node, Tier

public abstract class NamedMBeanImpl
extends MBeanImpl

A base class containing fnality useful to Named MBeans of the Clustering module.

Version:
$Revision: 1.5 $ $Date: 2004/03/10 09:58:21 $

Field Summary
protected  org.apache.commons.logging.Log _log
           
 
Fields inherited from class org.apache.geronimo.clustering.MBeanImpl
_objectName, _server
 
Constructor Summary
NamedMBeanImpl()
           
 
Method Summary
 boolean canStart()
           
 String getName()
          Returns the MBean's name.
 
Methods inherited from class org.apache.geronimo.clustering.MBeanImpl
canStop, doFail, doStart, doStop, getObjectName, getReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_log

protected org.apache.commons.logging.Log _log
Constructor Detail

NamedMBeanImpl

public NamedMBeanImpl()
Method Detail

getName

public String getName()
Returns the MBean's name.

Returns:
a String value

canStart

public boolean canStart()
Overrides:
canStart in class MBeanImpl


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.