The OeWebTransportManager MBean manages the operational state of the WEB transport, the mechanism used by PAS for OpenEdge to serve WEB-based client requests. Administrators can use this MBean to enable or disable the transport, inspect runtime status, refresh cached configuration data, and retrieve or reset performance metrics.

It has the following operations:

Operation Description Syntax
isTransportEnabled Checks if the WEB transport is enabled for the specified WebApp. {"O":"PASOE:type=OEManager,name=OewebTransportManager","M":["isTransportEnabled","<appName>","<webAppName>"]}
enableTransport Enables the WEB transport for the specified WebApp. {"O":"PASOE:type=OEManager,name=OewebTransportManager","M":["enableTransport","<appName>","<webAppName>"]}
disableTransport Disables the WEB transport for the specified WebApp. {"O":"PASOE:type=OEManager,name=OewebTransportManager","M":["disableTransport","<appName>","<webAppName>"]}
getMetrics Returns the WEB transport metrics for the specified WebApp. {"O":"PASOE:type=OEManager,name=OewebTransportManager","M":["getMetrics","<appName>","<webAppName>"]}
refreshWebHandlers Updates cached WEB handler definitions by reloading handler configuration from files. {"O":"PASOE:type=OEManager,name=OewebTransportManager","M":["refreshWebHandlers","<appName>","<webAppName>"]}
resetMetrics Resets the WEB transport metrics for the specified WebApp. {"O":"PASOE:type=OEManager,name=OewebTransportManager","M":["resetMetrics","<appName>","<webAppName>"]}