public class ConnectionDefinition extends ObjectConfig
| Constructor and Description |
|---|
ConnectionDefinition() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getConnectionFactoryImpl()
Returns the application-view for the connection factory.
|
java.lang.Class |
getConnectionFactoryInterface()
Returns the application-view for the connection factory.
|
java.lang.Class |
getConnectionInterface()
Returns the application-view for the connection
|
java.lang.Class |
getManagedConnectionFactoryClass() |
void |
setConnectionfactoryImplClass(java.lang.Class cl)
Sets the connection factory implementation class.
|
void |
setConnectionfactoryInterface(java.lang.Class cl)
Sets the application-view for the connection factory.
|
void |
setConnectionImplClass(java.lang.String cl)
Sets the connection implementation class.
|
void |
setConnectionInterface(java.lang.Class cl)
Sets the application-view for the connection
|
void |
setManagedconnectionfactoryClass(java.lang.Class cl) |
addConfigProperty, getType, instantiate, setTypepublic void setManagedconnectionfactoryClass(java.lang.Class cl)
throws ConfigException
ConfigExceptionpublic java.lang.Class getManagedConnectionFactoryClass()
public void setConnectionfactoryInterface(java.lang.Class cl)
throws ConfigException
ConfigExceptionpublic java.lang.Class getConnectionFactoryInterface()
public void setConnectionfactoryImplClass(java.lang.Class cl)
throws ConfigException
ConfigExceptionpublic java.lang.Class getConnectionFactoryImpl()
public void setConnectionInterface(java.lang.Class cl)
throws ConfigException
ConfigExceptionpublic java.lang.Class getConnectionInterface()
public void setConnectionImplClass(java.lang.String cl)
throws ConfigException
ConfigException