Interface J2EELogicalServer

All Superinterfaces:
org.glassfish.admin.amx.core.AMX_SPI, org.glassfish.admin.amx.core.AMXProxy, J2EEManagedObject, StateManageable
All Known Subinterfaces:
J2EEServer

public interface J2EELogicalServer extends J2EEManagedObject, StateManageable
Base interface only (for cluster and standalone server)
  • Method Details

    • startApp

      @ManagedOperation void startApp(String appID, Map<String,String> optional)
      Start the application on this Server.
      Parameters:
      appID - The application ID
      optional - Optional parameters supplied as name-value pairs
    • stopApp

      @ManagedOperation void stopApp(String appID, Map<String,String> optional)
      Stop the application on this Server.
      Parameters:
      appID - The application ID
      optional - Optional parameters supplied as name-value pairs