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

@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.
  • 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()