|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InboundConnectionType
Describes a specific type of inbound connection. It defines the properties needed to obtain a connection of this type as well as other key information about the connection.
All resource adapters supporting inbound connections must implement this interface.
Nested Class Summary | |
---|---|
static interface |
InboundConnectionType.InboundConnectionBeans
Represents the JavaBean instances needed to support inbound communication, a runtime representation of the inbound connection configuration. |
Method Summary | |
---|---|
InboundConnectionType.InboundConnectionBeans |
createInboundConnectionBeans()
Creates a new InboundConnectionBeans instance which has new default instances of the ResourceAdapter and ActivationSpec Java Beans for this InboundConnectionType. |
InboundConnectionConfiguration |
createInboundConnectionConfiguration()
Creates a new InboundConnectionConfiguration instance. |
void |
synchronizeFromActivationSpecToPropertyGroup(ActivationSpec bean,
PropertyGroup pg)
Synchronizes from the ActivationSpec to the PropertyGroup. |
void |
synchronizeFromInboundBeansToUnifiedPropertyGroup(InboundConnectionType.InboundConnectionBeans inboundConnectionBeans,
PropertyGroup pg)
Synchronizes from the inbound connection beans to the unified inbound connection PropertyGroup. |
void |
synchronizeFromPropertyGroupToActivationSpec(PropertyGroup pg,
ActivationSpec bean)
Synchronizes from the PropertyGroup to the ActivationSpec. |
void |
synchronizeFromUnifiedPropertyGroupToBeans(PropertyGroup pg,
InboundConnectionType.InboundConnectionBeans inboundConnectionBeans)
Synchronizes from the unified inbound connection PropertyGroup to the provided inbound connection beans. |
Methods inherited from interface commonj.connector.metadata.discovery.connection.ConnectionType |
---|
getAdapterType, getConnectionPersistence, getDescription, getDisplayName, getId, isConnectionConfigurationComplete, synchronizeFromPropertyGroupToResourceAdapter, synchronizeFromResourceAdapterToPropertyGroup |
Method Detail |
---|
InboundConnectionConfiguration createInboundConnectionConfiguration()
null
.ConnectionType.getConnectionPersistence()
void synchronizeFromInboundBeansToUnifiedPropertyGroup(InboundConnectionType.InboundConnectionBeans inboundConnectionBeans, PropertyGroup pg) throws MetadataException
inboundConnectionBeans
- The inbound connection beans.pg
- PropertyGroup populated from the bean, which provides rich
editing for a unified view of the inbound connection.
MetadataException
- if any error occured.PropertyGroup
void synchronizeFromUnifiedPropertyGroupToBeans(PropertyGroup pg, InboundConnectionType.InboundConnectionBeans inboundConnectionBeans) throws MetadataException
pg
- The unified inbound connection PropertyGroup which has user interface updates.inboundConnectionBeans
- The inbound connection beans which will be updated from values in the PropertyGroup.
MetadataException
- if any error occured.PropertyGroup
void synchronizeFromActivationSpecToPropertyGroup(ActivationSpec bean, PropertyGroup pg) throws MetadataException
bean
- The source ActivationSpec.pg
- The target PropertyGroup.
MetadataException
- if any error occured.PropertyGroup
void synchronizeFromPropertyGroupToActivationSpec(PropertyGroup pg, ActivationSpec bean) throws MetadataException
pg
- The source PropertyGroup which has user interface updates.bean
- The target ActivationSpec.
MetadataException
- if any error occured.PropertyGroup
InboundConnectionType.InboundConnectionBeans createInboundConnectionBeans()
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |