com.tibco.amf.platform.runtime.extension.context
Interface ReferenceEndpointContext

All Superinterfaces:
BaseContext, EndpointContext

public interface ReferenceEndpointContext
extends EndpointContext

Endpoint context associated with component references.


Method Summary
 java.lang.String getReferenceName()
          Provides the name of the reference that the endpoint is associated with.
 boolean isWiredByImpl()
          Returns true if the reference target is wired by the implementation.
 
Methods inherited from interface com.tibco.amf.platform.runtime.extension.context.EndpointContext
getBindingContext, getEndpointURI, getInterface, getServiceReference, isInbound
 
Methods inherited from interface com.tibco.amf.platform.runtime.extension.context.BaseContext
createMutableRequestContext, createMutableRequestContext, createRequestContextFromBytes, getApplicationName, getBundleContext, getClassLoader, getComponentName, getComponentRevision, getComponentVersion, getContextLogger, getDesignURI, getEnvironmentName, getHostName, getLifeCycleEvent, getLogger, getMBeanServer, getMessageLogger, getNodeName, getPolicies, getPolicyProperty, getProperty, getPropertyNames, getResourceAdapter, getTransactionManager, getTypeDisplayName, getURI, getURLToFileConverter, getUserTransaction, getWorkArea
 

Method Detail

getReferenceName

java.lang.String getReferenceName()
Provides the name of the reference that the endpoint is associated with.

Returns:
the name of the reference that the endpoint is associated with

isWiredByImpl

boolean isWiredByImpl()
Returns true if the reference target is wired by the implementation.

Returns:
true if the reference target is wired by the implementation


Copyright © 2010 TIBCO Software Inc. All Rights Reserved.