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(java.lang.Object obj) |
java.util.List<? extends ConfigProperty> |
getConfigProperties() |
XsdString |
getConnectionFactoryImplClass() |
XsdString |
getConnectionFactoryInterface() |
XsdString |
getConnectionImplClass() |
XsdString |
getConnectionInterface() |
java.lang.String |
getId()
Return the String representing xml ID
|
XsdString |
getManagedConnectionFactoryClass() |
int |
hashCode() |
java.lang.String |
toString() |
merge
copy
XsdString getManagedConnectionFactoryClass()
java.util.List<? extends ConfigProperty> getConfigProperties()
XsdString getConnectionFactoryInterface()
XsdString getConnectionFactoryImplClass()
XsdString getConnectionInterface()
XsdString getConnectionImplClass()
java.lang.String getId()
getId
in interface IdDecoratedMetadata
IdDecoratedMetadata.getId()
int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)