com.ibm.j2ca.extension.emd.discovery.connection
Class WBIOutboundConnectionConfigurationImpl
java.lang.Object
com.ibm.j2ca.extension.emd.discovery.connection.WBIOutboundConnectionConfigurationImpl
- All Implemented Interfaces:
- commonj.connector.metadata.discovery.connection.ConnectionConfiguration, commonj.connector.metadata.discovery.connection.OutboundConnectionConfiguration
- public abstract class WBIOutboundConnectionConfigurationImpl
- extends java.lang.Object
- implements commonj.connector.metadata.discovery.connection.OutboundConnectionConfiguration
This is the implementation for OutboundConnectionConfiguration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface commonj.connector.metadata.discovery.connection.OutboundConnectionConfiguration |
createManagedConnectionFactoryProperties |
Methods inherited from interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration |
createResourceAdapterProperties |
WBIOutboundConnectionConfigurationImpl
public WBIOutboundConnectionConfigurationImpl(WBIOutboundConnectionTypeImpl connType)
throws commonj.connector.metadata.MetadataException
applyManagedConnectionFactoryProperties
public boolean applyManagedConnectionFactoryProperties(commonj.connector.metadata.discovery.properties.PropertyGroup propertyValues)
- Specified by:
applyManagedConnectionFactoryProperties
in interface commonj.connector.metadata.discovery.connection.OutboundConnectionConfiguration
- See Also:
OutboundConnectionConfiguration.applyManagedConnectionFactoryProperties(commonj.connector.metadata.discovery.properties.PropertyGroup)
applyResourceAdapterProperties
public boolean applyResourceAdapterProperties(commonj.connector.metadata.discovery.properties.PropertyGroup propertyValues)
- Specified by:
applyResourceAdapterProperties
in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
- See Also:
ConnectionConfiguration.applyResourceAdapterProperties(commonj.connector.metadata.discovery.properties.PropertyGroup)
applyUnifiedProperties
public boolean applyUnifiedProperties(commonj.connector.metadata.discovery.properties.PropertyGroup propertyValues)
- Specified by:
applyUnifiedProperties
in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
- See Also:
ConnectionConfiguration.applyUnifiedProperties(commonj.connector.metadata.discovery.properties.PropertyGroup)
createUnifiedProperties
public abstract commonj.connector.metadata.discovery.properties.PropertyGroup createUnifiedProperties()
- Specified by:
createUnifiedProperties
in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
- See Also:
ConnectionConfiguration.createUnifiedProperties()
getName
public java.lang.String getName()
- Specified by:
getName
in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
- See Also:
ConnectionConfiguration.getName()
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
- See Also:
ConnectionConfiguration.setName(java.lang.String)
getOutboundConnectionType
public commonj.connector.metadata.discovery.connection.OutboundConnectionType getOutboundConnectionType()
- Specified by:
getOutboundConnectionType
in interface commonj.connector.metadata.discovery.connection.OutboundConnectionConfiguration
- See Also:
commonj.connector.metadata.discovery.connection.ConnectionConfiguration#getOutboundConnectionType()
getConnectionType
public commonj.connector.metadata.discovery.connection.ConnectionType getConnectionType()
- Specified by:
getConnectionType
in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
- See Also:
ConnectionConfiguration.getConnectionType()
copyPropertyValues
public void copyPropertyValues(commonj.connector.metadata.discovery.properties.PropertyGroup pg)
throws commonj.connector.metadata.MetadataException
- Copy property values from the input property group
- Parameters:
pg
-
- Throws:
commonj.connector.metadata.MetadataException
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
- See Also:
ConnectionConfiguration.getDescription()
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
- See Also:
ConnectionConfiguration.setDescription(java.lang.String)
getAppliedProperties
public commonj.connector.metadata.discovery.properties.PropertyGroup getAppliedProperties()
- Returns the appliedProperties on the configuration
- Returns: