WebContainer MBean

Partial ObjectName:
WebSphere:*,type=WebContainer


MBean WebContainer

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.

Security Roles:

     administrator
     operator


stopTransports

public void stopTransports()

     Stop all transports for WebContainer.

Security Roles:

     administrator
     operator


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.

Security Roles:

     administrator
     operator


Copyright IBM Corporation 2002, 2012