| java.lang.Object classloaderregresstests.classloaderchaintest.engine.rt.ClassloaderChainTestEngine
ClassloaderChainTestEngine | public class ClassloaderChainTestEngine implements javax.jbi.component.ComponentLifeCycle,javax.jbi.component.Component(Code) | | This is an implementation of a Business Process Engine used to
test the various use cases of the classloader design
In particular it tests if a private library specified in the "componentClassPath"
element of jbi.xml
author: Sun Microsystems, Inc. |
getExtensionMBeanName | public ObjectName getExtensionMBeanName()(Code) | | Get the JMX ObjectName for any additional MBean for this BPE. If there
is none, return null.
ObjectName the JMX object name of the additional MBean or nullif there is no additional MBean. |
getLifeCycle | public ComponentLifeCycle getLifeCycle()(Code) | | Get the ComponentLifeCycle implementation instance for this Binding
Component
the lifecycle impl instance |
getServiceDescription | public org.w3c.dom.Document getServiceDescription(javax.jbi.servicedesc.ServiceEndpoint ref)(Code) | | Resolve descriptor details for the specified reference, which is for a
service provided by this component.
Parameters: ref - the endpoint reference to be resolved. the description for the specified reference. |
getServiceUnitManager | public ServiceUnitManager getServiceUnitManager()(Code) | | Get the ServiceUnitManager implementation instance for this Binding
Component.
the Service Unit manager implementation instance. |
resolveEndpointReference | public javax.jbi.servicedesc.ServiceEndpoint resolveEndpointReference(org.w3c.dom.DocumentFragment epr)(Code) | | Resolve the given endpoint reference, given the capabilities of the
given consumer. This is called by JBI when it is attempting to resolve
the given endpoint reference on behalf of a component.
Parameters: epr - the endpoint reference, in some XML dialect understood by theappropriate component (usually a Binding Component). the service endpoint for the endpoint reference;null if the endpoint reference cannot be resolved. |
|
|