org.glassfish.admin.amx.j2ee
Interface J2EEResource
- All Superinterfaces:
- AMX_SPI, AMXProxy, J2EEManagedObject
- All Known Subinterfaces:
- JavaMailResource, JCAResource, JDBCResource, JMSResource, JNDIResource, JTAResource, RMI_IIOPResource, URLResource
@AMXMBeanMetadata(leaf=true)
public interface J2EEResource
- extends J2EEManagedObject
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.
| Methods 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, valid |
getCorrespondingConfig
@ManagedAttribute
@Description(value="Get the ObjectName of the corresponding config MBean, if any")
ObjectName getCorrespondingConfig()
getCorrespondingRef
@ManagedAttribute
@Description(value="Get the ObjectName of the corresponding config resource-ref")
ObjectName getCorrespondingRef()
Copyright © 2012. All Rights Reserved.