com.ibm.j2ca.extension.emd.discovery.connection
Class WBIOutboundConnectionConfigurationImpl

java.lang.Object
  extended bycom.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.


Constructor Summary
WBIOutboundConnectionConfigurationImpl(WBIOutboundConnectionTypeImpl connType)
           
 
Method Summary
 boolean applyManagedConnectionFactoryProperties(commonj.connector.metadata.discovery.properties.PropertyGroup propertyValues)
           
 boolean applyResourceAdapterProperties(commonj.connector.metadata.discovery.properties.PropertyGroup propertyValues)
           
 boolean applyUnifiedProperties(commonj.connector.metadata.discovery.properties.PropertyGroup propertyValues)
           
 void copyPropertyValues(commonj.connector.metadata.discovery.properties.PropertyGroup pg)
          Copy property values from the input property group
abstract  commonj.connector.metadata.discovery.properties.PropertyGroup createUnifiedProperties()
           
 commonj.connector.metadata.discovery.properties.PropertyGroup getAppliedProperties()
          Returns the appliedProperties on the configuration
 commonj.connector.metadata.discovery.connection.ConnectionType getConnectionType()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 commonj.connector.metadata.discovery.connection.OutboundConnectionType getOutboundConnectionType()
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 
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
 

Constructor Detail

WBIOutboundConnectionConfigurationImpl

public WBIOutboundConnectionConfigurationImpl(WBIOutboundConnectionTypeImpl connType)
                                       throws commonj.connector.metadata.MetadataException
Method Detail

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: