| java.lang.Object com.sun.jbi.internal.security.test.binding1.rt.LifeCycleImpl
LifeCycleImpl | public class LifeCycleImpl 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 ServiceEndpoint resolveEndpointReference(org.w3c.dom.DocumentFragment endpointReference)(Code) | | Resolves the specified endpoint reference into a service endpoint. This
is called by the component when it has an endpoint reference that it
needs to resolve into a service endpoint.
Parameters: endpointReference - the endpoint reference as an XML fragment. the service endpoint corresponding to the specified endpointreference, or null if the reference cannot be resolved. |
|
|