The OEABLServiceManager MBean is used to discover ABL applications and their WebApps. It allows administrators to discover deployed applications, list their associated WebApps, and retrieve details for a specific WebApp.

It has the following operations:

Operation Description Syntax
getApplication

Retrieves detailed information about a specific deployed ABL application.

{"O":"PASOE:type=OEManager,name=OeablServiceManager","M":["getApplication","<appName>"]}
getWebApps Returns a list of all WebApps deployed within the specified application. {"O":"PASOE:type=OEManager,name=OeablServiceManager","M":["getWebApps","<appName>"]}
getWebApp Gets detail about a specific deployed WebApp in an ABL application. {"O":"PASOE:type=OEManager,name=OeablServiceManager","M":["getWebApp","<appName>","<webAppName>"]}