Interface AMXStartupServiceMBean

All Superinterfaces:
org.glassfish.api.amx.AMXLoader

@Contract public interface AMXStartupServiceMBean extends org.glassfish.api.amx.AMXLoader
MBean representing AMX, once started.
See Also:
  • invalid reference
    org.glassfish.admin.amx.loader.AMXStartupService
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ObjectName
    ObjectName of the MBean which actually laods AMX MBeans; that MBean references this constant

    Fields inherited from interface org.glassfish.api.amx.AMXLoader

    LOADER_PREFIX
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from interface org.glassfish.api.amx.AMXLoader

    loadAMXMBeans, unloadAMXMBeans
  • Field Details

    • OBJECT_NAME

      static final ObjectName OBJECT_NAME
      ObjectName of the MBean which actually laods AMX MBeans; that MBean references this constant
  • Method Details