public interface ConnectionDefinitionBean
Type | Property and Description |
---|---|
ConfigPropertyBean |
createConfig |
Modifier and Type | Method and Description |
---|---|
ConfigPropertyBean |
createConfigProperty() |
void |
destroyConfigProperty(ConfigPropertyBean configProperty) |
ConfigPropertyBean[] |
getConfigProperties() |
java.lang.String |
getConnectionFactoryImplClass() |
java.lang.String |
getConnectionFactoryInterface() |
java.lang.String |
getConnectionImplClass() |
java.lang.String |
getConnectionInterface() |
java.lang.String |
getId() |
java.lang.String |
getManagedConnectionFactoryClass() |
void |
setConnectionFactoryImplClass(java.lang.String connectionFactoryImplClass) |
void |
setConnectionFactoryInterface(java.lang.String connectionFactoryInterface) |
void |
setConnectionImplClass(java.lang.String connectionImplClass) |
void |
setConnectionInterface(java.lang.String connectionInterface) |
void |
setId(java.lang.String id) |
void |
setManagedConnectionFactoryClass(java.lang.String managedConnectionFactoryClass) |
ConfigPropertyBean createConfigProperty
java.lang.String getManagedConnectionFactoryClass()
void setManagedConnectionFactoryClass(java.lang.String managedConnectionFactoryClass)
ConfigPropertyBean[] getConfigProperties()
ConfigPropertyBean createConfigProperty()
void destroyConfigProperty(ConfigPropertyBean configProperty)
java.lang.String getConnectionFactoryInterface()
void setConnectionFactoryInterface(java.lang.String connectionFactoryInterface)
java.lang.String getConnectionFactoryImplClass()
void setConnectionFactoryImplClass(java.lang.String connectionFactoryImplClass)
java.lang.String getConnectionInterface()
void setConnectionInterface(java.lang.String connectionInterface)
java.lang.String getConnectionImplClass()
void setConnectionImplClass(java.lang.String connectionImplClass)
java.lang.String getId()
void setId(java.lang.String id)