
public interface ConnectionDefinitionType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
connection-definitionType xsd type| Type | Property and Description |
|---|---|
ConfigPropertyType<ConnectionDefinitionType<T>> |
createConfig
Creates a new
config-property element |
ConnectionDefinitionType<T> |
removeAllConfig
Removes all
config-property elements |
| Modifier and Type | Method and Description |
|---|---|
ConnectionDefinitionType<T> |
connectionfactoryImplClass(java.lang.String connectionfactoryImplClass)
Sets the
connectionfactory-impl-class element |
ConnectionDefinitionType<T> |
connectionfactoryInterface(java.lang.String connectionfactoryInterface)
Sets the
connectionfactory-interface element |
ConnectionDefinitionType<T> |
connectionImplClass(java.lang.String connectionImplClass)
Sets the
connection-impl-class element |
ConnectionDefinitionType<T> |
connectionInterface(java.lang.String connectionInterface)
Sets the
connection-interface element |
ConfigPropertyType<ConnectionDefinitionType<T>> |
createConfigProperty()
Creates a new
config-property element |
java.util.List<ConfigPropertyType<ConnectionDefinitionType<T>>> |
getAllConfigProperty()
Returns all
config-property elements |
java.lang.String |
getConnectionfactoryImplClass()
Returns the
connectionfactory-impl-class element |
java.lang.String |
getConnectionfactoryInterface()
Returns the
connectionfactory-interface element |
java.lang.String |
getConnectionImplClass()
Returns the
connection-impl-class element |
java.lang.String |
getConnectionInterface()
Returns the
connection-interface element |
java.lang.String |
getId()
Returns the
id attribute |
java.lang.String |
getManagedconnectionfactoryClass()
Returns the
managedconnectionfactory-class element |
ConfigPropertyType<ConnectionDefinitionType<T>> |
getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
ConnectionDefinitionType<T> |
id(java.lang.String id)
Sets the
id attribute |
ConnectionDefinitionType<T> |
managedconnectionfactoryClass(java.lang.String managedconnectionfactoryClass)
Sets the
managedconnectionfactory-class element |
ConnectionDefinitionType<T> |
removeAllConfigProperty()
Removes all
config-property elements |
ConnectionDefinitionType<T> |
removeConnectionfactoryImplClass()
Removes the
connectionfactory-impl-class element |
ConnectionDefinitionType<T> |
removeConnectionfactoryInterface()
Removes the
connectionfactory-interface element |
ConnectionDefinitionType<T> |
removeConnectionImplClass()
Removes the
connection-impl-class element |
ConnectionDefinitionType<T> |
removeConnectionInterface()
Removes the
connection-interface element |
ConnectionDefinitionType<T> |
removeId()
Removes the
id attribute |
ConnectionDefinitionType<T> |
removeManagedconnectionfactoryClass()
Removes the
managedconnectionfactory-class element |
config-property elementConfigPropertyType> config-property elementsConfigPropertyType> ConnectionDefinitionType<T> managedconnectionfactoryClass(java.lang.String managedconnectionfactoryClass)
managedconnectionfactory-class elementmanagedconnectionfactoryClass - the value for the element managedconnectionfactory-classConnectionDefinitionTypejava.lang.String getManagedconnectionfactoryClass()
managedconnectionfactory-class elementmanagedconnectionfactory-classConnectionDefinitionType<T> removeManagedconnectionfactoryClass()
managedconnectionfactory-class elementConnectionDefinitionTypeConfigPropertyType<ConnectionDefinitionType<T>> getOrCreateConfigProperty()
config-property element will be created and returned.
Otherwise, the first existing config-property element will be returned.config-propertyConfigPropertyType<ConnectionDefinitionType<T>> createConfigProperty()
config-property elementConfigPropertyType> java.util.List<ConfigPropertyType<ConnectionDefinitionType<T>>> getAllConfigProperty()
config-property elementsconfig-propertyConnectionDefinitionType<T> removeAllConfigProperty()
config-property elementsConfigPropertyType> ConnectionDefinitionType<T> connectionfactoryInterface(java.lang.String connectionfactoryInterface)
connectionfactory-interface elementconnectionfactoryInterface - the value for the element connectionfactory-interfaceConnectionDefinitionTypejava.lang.String getConnectionfactoryInterface()
connectionfactory-interface elementconnectionfactory-interfaceConnectionDefinitionType<T> removeConnectionfactoryInterface()
connectionfactory-interface elementConnectionDefinitionTypeConnectionDefinitionType<T> connectionfactoryImplClass(java.lang.String connectionfactoryImplClass)
connectionfactory-impl-class elementconnectionfactoryImplClass - the value for the element connectionfactory-impl-classConnectionDefinitionTypejava.lang.String getConnectionfactoryImplClass()
connectionfactory-impl-class elementconnectionfactory-impl-classConnectionDefinitionType<T> removeConnectionfactoryImplClass()
connectionfactory-impl-class elementConnectionDefinitionTypeConnectionDefinitionType<T> connectionInterface(java.lang.String connectionInterface)
connection-interface elementconnectionInterface - the value for the element connection-interfaceConnectionDefinitionTypejava.lang.String getConnectionInterface()
connection-interface elementconnection-interfaceConnectionDefinitionType<T> removeConnectionInterface()
connection-interface elementConnectionDefinitionTypeConnectionDefinitionType<T> connectionImplClass(java.lang.String connectionImplClass)
connection-impl-class elementconnectionImplClass - the value for the element connection-impl-classConnectionDefinitionTypejava.lang.String getConnectionImplClass()
connection-impl-class elementconnection-impl-classConnectionDefinitionType<T> removeConnectionImplClass()
connection-impl-class elementConnectionDefinitionTypeConnectionDefinitionType<T> id(java.lang.String id)
id attributeid - the value for the attribute idConnectionDefinitionTypejava.lang.String getId()
id attributeidConnectionDefinitionType<T> removeId()
id attributeConnectionDefinitionTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)