| java.lang.Object com.sun.jbi.ui.ant.test.binding2.rt.Binding2Runtime
Binding2Runtime | public class Binding2Runtime implements Component,ComponentLifeCycle(Code) | | This is an implementation of a Binding life cycle which starts a
thread. The thread is the main implementation of the binding.
author: Sun Microsystems, Inc. |
getExtensionMBeanName | public ObjectName getExtensionMBeanName()(Code) | | Get the JMX ObjectName for any additional MBean for this BC. 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 required life cycle control implementation for this component.
the life cycle control implementation for this component. |
getServiceDescription | public org.w3c.dom.Document getServiceDescription(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 Service Unit manager for this component. If this component
does not support deployments, return null .
the Service Unit manager for this component, or null if there is none. |
init | public void init(ComponentContext context) throws JBIException(Code) | | Initialize the Binding Component.
Parameters: context - the JBI binding environment context createdby the JBI framework throws: JBIException - if an error occurs |
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. |
|
|