org.glassfish.admin.amx.j2ee
Interface J2EELogicalServer

All Superinterfaces:
AMX_SPI, AMXProxy, J2EEManagedObject, StateManageable
All Known Subinterfaces:
J2EEServer

public interface J2EELogicalServer
extends J2EEManagedObject, StateManageable

Base interface only (for cluster and standalone server)


Field Summary
 
Fields inherited from interface org.glassfish.admin.amx.j2ee.StateManageable
STATE_FAILED, STATE_RUNNING, STATE_STARTING, STATE_STOPPED, STATE_STOPPING
 
Method Summary
 void startApp(String appID, Map<String,String> optional)
          Start the application on this Server.
 void stopApp(String appID, Map<String,String> optional)
          Stop the application on this Server.
 
Methods inherited from interface org.glassfish.admin.amx.j2ee.J2EEManagedObject
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
 
Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getName, getParent
 
Methods inherited from interface org.glassfish.admin.amx.j2ee.StateManageable
getstartTime, getstate, start, startRecursive, stop
 

Method Detail

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


Copyright © 2012. All Rights Reserved.