com.metamatrix.common.config.api
Interface ConnectorBinding
- All Superinterfaces:
- BaseObject, java.lang.Cloneable, java.lang.Comparable, ComponentDefn, ComponentObject, ServiceComponentDefn
- All Known Implementing Classes:
- BasicConnectorBinding
public interface ConnectorBinding
- extends ServiceComponentDefn
A ConnectorBinding represents a connector binding definition that is a
non-configuration based object. Meaning, this object type is not
dependent upon any specific configuration, but when defined,
is shared across all configurations.
Methods inherited from interface java.lang.Comparable |
compareTo |
DEPLOYED_NAME
static final java.lang.String DEPLOYED_NAME
- See Also:
- Constant Field Values
getConnectorClass
java.lang.String getConnectorClass()
getDeployedName
java.lang.String getDeployedName()
isXASupported
boolean isXASupported()
- Returns true if this component type supports XA transactions.
If this is
true
, then @link #isOfTypeConnector()
will also be true. However, @link #isOfTypeConnector() can be true
and this can be false
.
- Returns:
- boolean true if a connector type
Copyright © 2009. All Rights Reserved.