Package commonj.connector.metadata.discovery.connection

This package defines interfaces describing inbound and outbound connections, their types and configurations.

See:
          Description

Interface Summary
ConnectionConfiguration A configuration object representing properties of the connection.
ConnectionPersistence Interface describing how to persist and retrieve connection configuration information.
ConnectionPersistence.ConnectionSummary Summary information for a persisted connection configuration.
ConnectionType Represents a unique type of connection, either inbound or outbound, supported by an adapter type.
InboundConnectionConfiguration A configuration object representing properties of the inbound connection.
InboundConnectionType Describes a specific type of inbound connection.
InboundConnectionType.InboundConnectionBeans Represents the JavaBean instances needed to support inbound communication, a runtime representation of the inbound connection configuration.
MetadataConnection A handle to a connection for use in metadata discovery functions.
OutboundConnectionConfiguration A configuration object representing properties of the outbound connection.
OutboundConnectionType Describes a specific type of the outbound connection within the metadata discovery service.
OutboundConnectionType.OutboundConnectionBeans Represents the JavaBean instances needed to support the outbound communication to an adapter, a runtime representation of the outbound connection configuration.
 

Package commonj.connector.metadata.discovery.connection Description

This package defines interfaces describing inbound and outbound connections, their types and configurations. The package also defines the persistence mechanism to store connection configuration. The persistence interface can be implemented by either resource adapter or tools, the connection interfaces are implemented by the resource adapter.

Related Documentation

For overviews and further documentation please see: