Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar11.api.ConnectionDefinitionsType
-
Packages that use ConnectionDefinitionsType Package Description org.jboss.jca.embedded.dsl.ironjacamar11.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.ironjacamar11.impl Provides the implementation classes as defined in the schema -
-
Uses of ConnectionDefinitionsType in org.jboss.jca.embedded.dsl.ironjacamar11.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar11.api that return ConnectionDefinitionsType Modifier and Type Method Description ConnectionDefinitionsType<IronjacamarDescriptor>IronjacamarDescriptor. getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.ConnectionDefinitionsType<IronjacamarType<T>>IronjacamarType. getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.ConnectionDefinitionsType<T>ConnectionDefinitionsType. removeAllConnectionDefinition()Removes allconnection-definitionelementsMethods in org.jboss.jca.embedded.dsl.ironjacamar11.api that return types with arguments of type ConnectionDefinitionsType Modifier and Type Method Description ConnectionDefinitionType<ConnectionDefinitionsType<T>>ConnectionDefinitionsType. createConnectionDefinition()Creates a newconnection-definitionelementList<ConnectionDefinitionType<ConnectionDefinitionsType<T>>>ConnectionDefinitionsType. getAllConnectionDefinition()Returns allconnection-definitionelementsConnectionDefinitionType<ConnectionDefinitionsType<T>>ConnectionDefinitionsType. getOrCreateConnectionDefinition()If not already created, a newconnection-definitionelement will be created and returned. -
Uses of ConnectionDefinitionsType in org.jboss.jca.embedded.dsl.ironjacamar11.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar11.impl that implement ConnectionDefinitionsType Modifier and Type Class Description classConnectionDefinitionsTypeImpl<T>This class implements theconnection-definitionsTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar11.impl that return ConnectionDefinitionsType Modifier and Type Method Description ConnectionDefinitionsType<IronjacamarDescriptor>IronjacamarDescriptorImpl. getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.ConnectionDefinitionsType<IronjacamarType<T>>IronjacamarTypeImpl. getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.ConnectionDefinitionsType<T>ConnectionDefinitionsTypeImpl. removeAllConnectionDefinition()Removes allconnection-definitionelementsMethods in org.jboss.jca.embedded.dsl.ironjacamar11.impl that return types with arguments of type ConnectionDefinitionsType Modifier and Type Method Description ConnectionDefinitionType<ConnectionDefinitionsType<T>>ConnectionDefinitionsTypeImpl. createConnectionDefinition()Creates a newconnection-definitionelementList<ConnectionDefinitionType<ConnectionDefinitionsType<T>>>ConnectionDefinitionsTypeImpl. getAllConnectionDefinition()Returns allconnection-definitionelementsConnectionDefinitionType<ConnectionDefinitionsType<T>>ConnectionDefinitionsTypeImpl. getOrCreateConnectionDefinition()If not already created, a newconnection-definitionelement will be created and returned.
-