The ApsvTransportManager MBeans manages APSV transport enablement and metrics. Administrators use this MBean to enable or disable APSV connectivity, retrieve APSV runtime metrics, and reset metric counters.

It has the following operations:

Operation Description Syntax
isTransportEnabled Checks if the APSV transport is enabled for the specified WebApp. {"O":"PASOE:type=OEManager,name=ApsvTransportManager","M":["isTransportEnabled","<appName>","<webAppName>"]}
enableTransport Enables the APSV transport for the specified WebApp. {"O":"PASOE:type=OEManager,name=ApsvTransportManager","M":["enableTransport","<appName>","<webAppName>"]}
disableTransport Disables the APSV transport for the specified WebApp. {"O":"PASOE:type=OEManager,name=ApsvTransportManager","M":["disableTransport","<appName>","<webAppName>"]}
getMetrics Gets the APSV transport metrics for the specified WebApp. {"O":"PASOE:type=OEManager,name=ApsvTransportManager","M":["getMetrics","<appName>","<webAppName>"]}
resetMetrics Resets the APSV transport metrics for the specified WebApp. {"O":"PASOE:type=OEManager,name=ApsvTransportManager","M":["resetMetrics","<appName>","<webAppName>"]}