Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WebLogic 的一大优点是 WLST(Weblogic Scripting)。是否可以编写在 ALSB(Aqualogic 服务总线)中完成的操作?
例如:从总线导出资源。
我发现了如何导出。您需要像这样获取 ALSBConfigurationMBean 的实例。
if currentTree() != domainRuntime: domainRuntime() alsbConfigBean = findService(ALSBConfigurationMBean.NAME, ALSBConfigurationMBean.TYPE)
从那里您只需查询正确的引用。ALSBConfigurationMBean 的文档在这里
在这里找到了一些示例 Jython 代码
简短的回答是肯定的。查看使用部署 API。