Uses of Interface
org.jboss.jca.embedded.dsl.datasources13.api.ConnectionPropertyType
-
Packages that use ConnectionPropertyType Package Description org.jboss.jca.embedded.dsl.datasources13.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.datasources13.impl Provides the implementation classes as defined in the schema -
-
Uses of ConnectionPropertyType in org.jboss.jca.embedded.dsl.datasources13.api
Methods in org.jboss.jca.embedded.dsl.datasources13.api that return ConnectionPropertyType Modifier and Type Method Description ConnectionPropertyType<DatasourceType<T>>DatasourceType. createConnectionProperty()Creates a newconnection-propertyelementConnectionPropertyType<DatasourceType<T>>DatasourceType. getOrCreateConnectionProperty()If not already created, a newconnection-propertyelement will be created and returned.ConnectionPropertyType<T>ConnectionPropertyType. name(String name)Sets thenameattributeConnectionPropertyType<T>ConnectionPropertyType. removeName()Removes thenameattributeConnectionPropertyType<T>ConnectionPropertyType. text(String value)Sets the body text for the elementconnection-propertyTypeMethods in org.jboss.jca.embedded.dsl.datasources13.api that return types with arguments of type ConnectionPropertyType Modifier and Type Method Description List<ConnectionPropertyType<DatasourceType<T>>>DatasourceType. getAllConnectionProperty()Returns allconnection-propertyelements -
Uses of ConnectionPropertyType in org.jboss.jca.embedded.dsl.datasources13.impl
Classes in org.jboss.jca.embedded.dsl.datasources13.impl that implement ConnectionPropertyType Modifier and Type Class Description classConnectionPropertyTypeImpl<T>This class implements theconnection-propertyTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources13.impl that return ConnectionPropertyType Modifier and Type Method Description ConnectionPropertyType<DatasourceType<T>>DatasourceTypeImpl. createConnectionProperty()Creates a newconnection-propertyelementConnectionPropertyType<DatasourceType<T>>DatasourceTypeImpl. getOrCreateConnectionProperty()If not already created, a newconnection-propertyelement will be created and returned.ConnectionPropertyType<T>ConnectionPropertyTypeImpl. name(String name)Sets thenameattributeConnectionPropertyType<T>ConnectionPropertyTypeImpl. removeName()Removes thenameattributeConnectionPropertyType<T>ConnectionPropertyTypeImpl. text(String value)Sets the body text for the elementconnection-propertyTypeMethods in org.jboss.jca.embedded.dsl.datasources13.impl that return types with arguments of type ConnectionPropertyType Modifier and Type Method Description List<ConnectionPropertyType<DatasourceType<T>>>DatasourceTypeImpl. getAllConnectionProperty()Returns allconnection-propertyelements
-