|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionDefinitionsType | |
---|---|
org.jboss.ironjacamar.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.ironjacamar.impl | Provides the implementation classes as defined in the schema |
Uses of ConnectionDefinitionsType in org.jboss.ironjacamar.api |
---|
Methods in org.jboss.ironjacamar.api that return ConnectionDefinitionsType | |
---|---|
ConnectionDefinitionsType<IronjacamarType<T>> |
IronjacamarType.getOrCreateConnectionDefinitions()
If not already created, a new connection-definitions element with the given value will be created. |
ConnectionDefinitionsType<IronjacamarDescriptor> |
IronjacamarDescriptor.getOrCreateConnectionDefinitions()
If not already created, a new connection-definitions element with the given value will be created. |
ConnectionDefinitionsType<T> |
ConnectionDefinitionsType.removeAllConnectionDefinition()
Removes all connection-definition elements |
Methods in org.jboss.ironjacamar.api that return types with arguments of type ConnectionDefinitionsType | |
---|---|
ConnectionDefintionType<ConnectionDefinitionsType<T>> |
ConnectionDefinitionsType.createConnectionDefinition()
Creates a new connection-definition element |
List<ConnectionDefintionType<ConnectionDefinitionsType<T>>> |
ConnectionDefinitionsType.getAllConnectionDefinition()
Returns all connection-definition elements |
ConnectionDefintionType<ConnectionDefinitionsType<T>> |
ConnectionDefinitionsType.getOrCreateConnectionDefinition()
If not already created, a new connection-definition element will be created and returned. |
Uses of ConnectionDefinitionsType in org.jboss.ironjacamar.impl |
---|
Methods in org.jboss.ironjacamar.impl that return ConnectionDefinitionsType | |
---|---|
ConnectionDefinitionsType<IronjacamarDescriptor> |
IronjacamarDescriptorImpl.getOrCreateConnectionDefinitions()
If not already created, a new connection-definitions element with the given value will be created. |
ConnectionDefinitionsType<IronjacamarType<T>> |
IronjacamarTypeImpl.getOrCreateConnectionDefinitions()
If not already created, a new connection-definitions element with the given value will be created. |
ConnectionDefinitionsType<T> |
ConnectionDefinitionsTypeImpl.removeAllConnectionDefinition()
Removes all connection-definition elements |
Methods in org.jboss.ironjacamar.impl that return types with arguments of type ConnectionDefinitionsType | |
---|---|
ConnectionDefintionType<ConnectionDefinitionsType<T>> |
ConnectionDefinitionsTypeImpl.createConnectionDefinition()
Creates a new connection-definition element |
List<ConnectionDefintionType<ConnectionDefinitionsType<T>>> |
ConnectionDefinitionsTypeImpl.getAllConnectionDefinition()
Returns all connection-definition elements |
ConnectionDefintionType<ConnectionDefinitionsType<T>> |
ConnectionDefinitionsTypeImpl.getOrCreateConnectionDefinition()
If not already created, a new connection-definition element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |