org.apache.geronimo.j2ee.management
Interface J2EEManagedObject
- All Known Subinterfaces:
- J2EEApplication, J2EEDeployedObject, J2EEDomain, J2EEResource, J2EEServer, JVM, JVM
- public interface J2EEManagedObject
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:58:52 $
Method Summary |
String |
getobjectName()
Gets the unique name of this object. |
boolean |
iseventProvider()
Determines if this object implemnts the event provider type defined in the J2EE Management specification. |
boolean |
isstateManageable()
Determines if this object implements the state manageable type defined in the J2EE Management specification. |
boolean |
isstatisticsProvider()
Determines if this object implemnts the statistics provider type defined in the J2EE Management specification. |
getobjectName
public String getobjectName()
- Gets the unique name of this object. The object name must comply with the ObjectName specification
in the JMX specification and the restrictions in the J2EEManagementInterface.
- Returns:
- the unique name of this object within the server
isstateManageable
public boolean isstateManageable()
- Determines if this object implements the state manageable type defined in the J2EE Management specification.
- Returns:
- true if this class also implements the state manageable type; false otherwise
isstatisticsProvider
public boolean isstatisticsProvider()
- Determines if this object implemnts the statistics provider type defined in the J2EE Management specification.
- Returns:
- true if this class also implements the state manageable type; false otherwise
iseventProvider
public boolean iseventProvider()
- Determines if this object implemnts the event provider type defined in the J2EE Management specification.
- Returns:
- true if this class also implements the event manageable type; false otherwise
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.