- All Implemented Interfaces:
- Lifecycle
public class FrameworkService
extends com.sun.jbi.framework.JBIFramework
implements Lifecycle
OpenESB Framework wrapper for OpenESB Standalone platform.
A FrameworkService instance cannot be loaded multiple times in the same VM.
If multiple instances of the framework are required in a VM, instantiate
multiple instances of JSEJBIFramework and load each one independently. There
is no limit on the number of uniquely named JSEJBIFramework instances in the
same VM. A specific JSEJBIFramework instance can be loaded and unloaded
multiple times in a VM.
- Author:
- David BRASSELY (brasseld at gmail.com), OpenESB Community