WebContainer MBean

Current settings for the running Web Application Container.


Operation Summary
voidstartTransports()
           Start all transports for WebContainer.
voidstopTransports()
           Stop all transports for WebContainer.
voidrestartWebApplication(java.lang.String appName)
           Restart one of the applications in the WebContainer.

Operation Detail

startTransports

public void startTransports()
Start all transports for WebContainer.

stopTransports

public void stopTransports()
Stop all transports for WebContainer.

restartWebApplication

public void restartWebApplication(java.lang.String appName)
Restart one of the applications in the WebContainer.
Parameters:
appName - name of the web application to restart.

Copyright IBM Corp. 1996-2003