|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InboundConnectionConfiguration
A configuration object representing properties of the inbound connection. The interface extends the ConnectionConfiguration and adds properties specific to the inbound configuration. The added properties are from the ActivationSpec Java Bean.
All resource adapters supporting inbound connections must implement this interface.
Method Summary | |
---|---|
boolean |
applyActivationSpecProperties(PropertyGroup propertyValues)
Apply values of the properties of the ActivationSpec to the configuration. |
PropertyGroup |
createActivationSpecProperties()
Creates a new instance of the properties that are defined for the ActivationSpec java bean that will be used to support the connections represented by this configuration. |
InboundConnectionType |
getInboundConnectionType()
Get the inbound 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 |
---|
InboundConnectionType getInboundConnectionType()
null
.PropertyGroup createActivationSpecProperties()
The value settings of the properties returned must match any values
currently applied via a previous call to
applyActivationSpecProperties(commonj.connector.metadata.discovery.properties.PropertyGroup)
.
null
unless ActivationSpec Java Bean has no properties.boolean applyActivationSpecProperties(PropertyGroup propertyValues)
getActivationSpecProperties
method.
The argument must not be null
.
propertyValues
- The PropertyGroup holding ActivationSpec values to be set on the configuration.
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 |