org.apache.geronimo.management
Interface J2EEManagedObject
- All Known Subinterfaces:
- AppClientModule, EJB, EJBModule, EntityBean, J2EEApplication, J2EEApplication, J2EEDeployedObject, J2EEDomain, J2EEDomain, J2EEModule, J2EEResource, J2EEServer, J2EEServer, JavaMailResource, JCAAdminObject, JCAConnectionFactory, JCAConnectionFactory, JCAManagedConnectionFactory, JCAManagedConnectionFactory, JCAResource, JCAResource, JCAResourceAdapter, JDBCDataSource, JDBCDriver, JDBCResource, JMSBroker, JMSResource, JNDIResource, JTAResource, JVM, JVM, MessageDrivenBean, NetworkContainer, ResourceAdapter, ResourceAdapter, ResourceAdapterModule, ResourceAdapterModule, RMI_IIOPResource, Servlet, SessionBean, StatefulSessionBean, StatelessSessionBean, URLResource, WebContainer, WebModule, WebModule
- public interface J2EEManagedObject
- Version:
- $Rev: 396287 $ $Date: 2006-04-23 17:45:52 +0200 (Sun, 23 Apr 2006) $
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 statistics provider 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-2007 Apache Software Foundation. All Rights Reserved.