FileDocCategorySizeDatePackage
J2EELogicalServer.javaAPI DocGlassfish v2 API3070Fri May 04 22:30:50 BST 2007com.sun.appserv.management.j2ee

J2EELogicalServer

public interface J2EELogicalServer implements J2EEManagedObject, StateManageable
Base interface only (for cluster and standalone server)

Fields Summary
Constructors Summary
Methods Summary
public voidstartApp(java.lang.String appID, java.util.Map optional)
Start the application on this Server.

param
appID The application ID
param
optional Optional parameters supplied as name-value pairs The parameters are documented here: {@link com.sun.appserv.management.deploy.DeploymentMgr#startDeploy}

public voidstopApp(java.lang.String appID, java.util.Map optional)
Stop the application on this Server.

param
appID The application ID
param
optional Optional parameters supplied as name-value pairs The parameters are documented here: {@link com.sun.appserv.management.deploy.DeploymentMgr#startDeploy}