| |
|
| java.lang.Object org.jboss.resource.metadata.ConfigPropertyMetaDataContainer org.jboss.resource.metadata.ConnectionDefinitionMetaData
getConnectionFactoryImplementationClass | public String getConnectionFactoryImplementationClass()(Code) | | Get the connection factory implementation class
the connection factory implementation class |
getConnectionFactoryInterfaceClass | public String getConnectionFactoryInterfaceClass()(Code) | | Get the connection factory interface class
the connection factory interface class |
getConnectionImplementationClass | public String getConnectionImplementationClass()(Code) | | Get the connection implementation class
the connection implementation class |
getConnectionInterfaceClass | public String getConnectionInterfaceClass()(Code) | | Get the connection interface class
the connection interface class |
getManagedConnectionFactoryClass | public String getManagedConnectionFactoryClass()(Code) | | Get the managed connection factory class
the managed connection factory class |
setConnectionFactoryImplementationClass | public void setConnectionFactoryImplementationClass(String connectionFactoryImplementationClass)(Code) | | Set the connection factory implementation class
Parameters: connectionFactoryImplementationClass - the class name |
setConnectionFactoryInterfaceClass | public void setConnectionFactoryInterfaceClass(String connectionFactoryInterfaceClass)(Code) | | Set the connection factory interface class
Parameters: connectionFactoryInterfaceClass - the class name |
setConnectionImplementationClass | public void setConnectionImplementationClass(String connectionImplementationClass)(Code) | | Set the connection implementation class
Parameters: connectionImplementationClass - the class name |
setConnectionInterfaceClass | public void setConnectionInterfaceClass(String connectionInterfaceClass)(Code) | | Set the connection interface class
Parameters: connectionInterfaceClass - the class name |
setManagedConnectionFactoryClass | public void setManagedConnectionFactoryClass(String managedConnectionFactoryClass)(Code) | | Set the managed connection factory class
Parameters: managedConnectionFactoryClass - the class name |
Fields inherited from org.jboss.resource.metadata.ConfigPropertyMetaDataContainer | final static long serialVersionUID(Code)(Java Doc)
|
|
|
|