Interface WebModule

  • All Superinterfaces:
    org.glassfish.admin.amx.core.AMX_SPI, org.glassfish.admin.amx.core.AMXProxy, J2EEDeployedObject, J2EEManagedObject, J2EEModule, StateManageable

    @AMXMBeanMetadata(type="WebModule",
                      leaf=true)
    public interface WebModule
    extends J2EEModule
    A J2EE WebModule. Extends the J2EE management model with additional product-specific Attributes and operations.
    The monitoring peer as returned from getMonitoringPeer() is org.glassfish.admin.amx.monitor.WebModuleVirtualServerMonitor
    • Method Detail

      • getservlets

        @ManagedAttribute
        String[] getservlets()
        Note that the Attribute name is case-sensitive "servlets" as defined by JSR 77.
      • reload

        @ManagedOperation
        void reload()