|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutboundConnectionConfiguration
A configuration object representing properties of the outbound connection. The interface extends the ConnectionConfiguration and adds properties specific to the outbound configuration. The added properties are from the ManagedConnectionFactory Java Bean.
All resource adapters supporting outbound connections must implement this interface.
Method Summary | |
---|---|
boolean |
applyManagedConnectionFactoryProperties(PropertyGroup propertyValues)
Apply values of the properties of the ManagedConnectionFactory to the configuration. |
PropertyGroup |
createManagedConnectionFactoryProperties()
Creates a new instance of the properties that are defined for the managed connection factory bean that will be used to support the connections represented by this configuration. |
OutboundConnectionType |
getOutboundConnectionType()
Get the outbound connection type associated with this configuration. |
Methods inherited from interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration |
---|
applyResourceAdapterProperties, applyUnifiedProperties, createResourceAdapterProperties, createUnifiedProperties, getConnectionType, getDescription, getName, setDescription, setName |
Method Detail |
---|
OutboundConnectionType getOutboundConnectionType()
null
.PropertyGroup createManagedConnectionFactoryProperties()
The value settings of the properties returned must match any values
currently applied via a previous call to
applyManagedConnectionFactoryProperties(commonj.connector.metadata.discovery.properties.PropertyGroup)
.
null
unless ManagedConnectionFactory Java Bean has no properties.boolean applyManagedConnectionFactoryProperties(PropertyGroup propertyValues)
getManagedConnectionFactoryProperties
method.
The argument must not be null
.
propertyValues
- A PropertyGroup containing values of the ManagedConnectionFactory Java Bean properties.
true
if the applied property values change the connection configuration such that a restart
of any associated live connections would be required for the changes to take effect. Returns false
if the changes can be
applied to a live connection without requiring a re-start.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |