ALSB自动化
WebLogic 的优雅之处之一是 WLST(Weblogic 脚本)。是否可以编写在 ALSB(Aqualogic 服务总线)中完成的操作脚本?
例如:从总线导出资源。
One of the elegant things about WebLogic is WLST (Weblogic Scripting). Is it possible to script actions done in ALSB (Aqualogic Service Bus)?
For example: Exporting resources from the bus.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我发现如何导出。您需要像这样获取 ALSBConfigurationMBean 的实例。
从那里您只需查询正确的参考文献即可。 ALSBConfigurationMBean 的文档为 此处
找到了一些示例 Jython 代码此处
I found out how to export. You need to grab an instance of ALSBConfigurationMBean like so.
From there you just do a query for the correct references. Documentation for ALSBConfigurationMBean is here
Found some sample Jython code here
简短的回答是肯定的。请查看使用部署 API。
The short answer is yes. Check out Using deployment APIs.