commonj.connector.metadata.discovery.connection
Interface OutboundConnectionType.OutboundConnectionBeans

Enclosing interface:
OutboundConnectionType

public static interface OutboundConnectionType.OutboundConnectionBeans

Represents the JavaBean instances needed to support the outbound communication to an adapter, a runtime representation of the outbound connection configuration.


Method Summary
 ManagedConnectionFactory getManagedConnectionFactoryJavaBean()
          Return an instance of the ManagedConnectionFactory Java Bean, a runtime representation of the outbound connection configuration.
 ResourceAdapter getResourceAdapterJavaBean()
          Return an instance of the Resource Adapter Java Bean, a part of runtime representation of the outbound connection configuration.
 

Method Detail

getManagedConnectionFactoryJavaBean

ManagedConnectionFactory getManagedConnectionFactoryJavaBean()
Return an instance of the ManagedConnectionFactory Java Bean, a runtime representation of the outbound connection configuration.

Returns:
ManagedConnectionFactory A populated ManagedConnectionFactory Java Bean The return value must not be null.

getResourceAdapterJavaBean

ResourceAdapter getResourceAdapterJavaBean()
Return an instance of the Resource Adapter Java Bean, a part of runtime representation of the outbound connection configuration.

Returns:
ResourceAdapter A populated ResourceAdapter Java Bean instance. The return value may only be null if the ResourceAdapter Java Bean is not supported by the resource adapter.