
public interface ConnectionDefinition extends IdDecoratedMetadata, MergeableMetadata<ConnectionDefinition>, CopyableMetaData
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConnectionDefinition.Attribute
A Attribute.
|
static class |
ConnectionDefinition.Tag
A Tag.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<? extends ConfigProperty> |
getConfigProperties() |
XsdString |
getConnectionFactoryImplClass() |
XsdString |
getConnectionFactoryInterface() |
XsdString |
getConnectionImplClass() |
XsdString |
getConnectionInterface() |
String |
getId()
Return the String representing xml ID
|
XsdString |
getManagedConnectionFactoryClass() |
int |
hashCode() |
String |
toString() |
mergecopyXsdString getManagedConnectionFactoryClass()
List<? extends ConfigProperty> getConfigProperties()
XsdString getConnectionFactoryInterface()
XsdString getConnectionFactoryImplClass()
XsdString getConnectionInterface()
XsdString getConnectionImplClass()
String getId()
getId in interface IdDecoratedMetadataIdDecoratedMetadata.getId()int hashCode()
hashCode in class ObjectObject.hashCode()boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)String toString()
toString in class ObjectObject.toString()Copyright © 2013 IronJacamar (http://www.ironjacamar.org)