Package org.glassfish.admin.amx.j2ee
Interface J2EEResource
- All Superinterfaces:
org.glassfish.admin.amx.core.AMX_SPI,org.glassfish.admin.amx.core.AMXProxy,J2EEManagedObject
- All Known Subinterfaces:
JavaMailResource,JCAResource,JDBCResource,JMSResource,JNDIResource,JTAResource,RMI_IIOPResource,URLResource
J2EEResource is the base model for all J2EE resources.
J2EE resources are resources utilized by the J2EE core
server to provide the J2EE standard services required by
the J2EE platform architecture.
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getName, getParentMethods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, validMethods inherited from interface org.glassfish.admin.amx.j2ee.J2EEManagedObject
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
-
Method Details
-
getCorrespondingConfig
@ManagedAttribute @Description("Get the ObjectName of the corresponding config MBean, if any") ObjectName getCorrespondingConfig() -
getCorrespondingRef
@ManagedAttribute @Description("Get the ObjectName of the corresponding config resource-ref") ObjectName getCorrespondingRef()
-