I learned how to export. You need to grab an instance of ALSBConfigurationMBean as follows.
if currentTree() != domainRuntime:
domainRuntime()
alsbConfigBean = findService(ALSBConfigurationMBean.NAME, ALSBConfigurationMBean.TYPE)
From there, you simply query for the correct links. The documentation for ALSBConfigurationMBean is here
Found some Jython code examples here
source
share