|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.rar.spec.ConnectionDefinitionMetaData
public class ConnectionDefinitionMetaData
Connection Definition meta data
| Constructor Summary | |
|---|---|
ConnectionDefinitionMetaData()
|
|
| Method Summary | |
|---|---|
List<ConfigPropertyMetaData> |
getConfigProps()
|
String |
getConnectionFactoryImplementationClass()
Get the connection factory implementation class |
String |
getConnectionFactoryInterfaceClass()
Get the connection factory interface class |
String |
getConnectionImplementationClass()
Get the connection implementation class |
String |
getConnectionInterfaceClass()
Get the connection interface class |
String |
getManagedConnectionFactoryClass()
Get the managed connection factory class |
void |
setConfigProps(List<ConfigPropertyMetaData> configProps)
|
void |
setConnectionFactoryImplementationClass(String connectionFactoryImplementationClass)
Set the connection factory implementation class |
void |
setConnectionFactoryInterfaceClass(String connectionFactoryInterfaceClass)
Set the connection factory interface class |
void |
setConnectionImplementationClass(String connectionImplementationClass)
Set the connection implementation class |
void |
setConnectionInterfaceClass(String connectionInterfaceClass)
Set the connection interface class |
void |
setManagedConnectionFactoryClass(String managedConnectionFactoryClass)
Set the managed connection factory class |
String |
toString()
|
| Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
|---|
clone, equals, getId, hashCode, merge, merge, setId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionDefinitionMetaData()
| Method Detail |
|---|
public String getManagedConnectionFactoryClass()
public void setManagedConnectionFactoryClass(String managedConnectionFactoryClass)
managedConnectionFactoryClass - the class namepublic void setConfigProps(List<ConfigPropertyMetaData> configProps)
public List<ConfigPropertyMetaData> getConfigProps()
public String getConnectionFactoryInterfaceClass()
public void setConnectionFactoryInterfaceClass(String connectionFactoryInterfaceClass)
connectionFactoryInterfaceClass - the class namepublic String getConnectionFactoryImplementationClass()
public void setConnectionFactoryImplementationClass(String connectionFactoryImplementationClass)
connectionFactoryImplementationClass - the class namepublic String getConnectionInterfaceClass()
public void setConnectionInterfaceClass(String connectionInterfaceClass)
connectionInterfaceClass - the class namepublic String getConnectionImplementationClass()
public void setConnectionImplementationClass(String connectionImplementationClass)
connectionImplementationClass - the class namepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||