Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector15.ConnectionDefinitionType
-
Packages that use ConnectionDefinitionType Package Description org.jboss.shrinkwrap.descriptor.api.connector15 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector15 Provides the implementation classes as defined in the schema -
-
Uses of ConnectionDefinitionType in org.jboss.shrinkwrap.descriptor.api.connector15
Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return ConnectionDefinitionType Modifier and Type Method Description ConnectionDefinitionType<T>ConnectionDefinitionType. connectionfactoryImplClass(String connectionfactoryImplClass)Sets theconnectionfactory-impl-classelementConnectionDefinitionType<T>ConnectionDefinitionType. connectionfactoryInterface(String connectionfactoryInterface)Sets theconnectionfactory-interfaceelementConnectionDefinitionType<T>ConnectionDefinitionType. connectionImplClass(String connectionImplClass)Sets theconnection-impl-classelementConnectionDefinitionType<T>ConnectionDefinitionType. connectionInterface(String connectionInterface)Sets theconnection-interfaceelementConnectionDefinitionType<OutboundResourceadapterType<T>>OutboundResourceadapterType. createConnectionDefinition()Creates a newconnection-definitionelementConnectionDefinitionType<OutboundResourceadapterType<T>>OutboundResourceadapterType. getOrCreateConnectionDefinition()If not already created, a newconnection-definitionelement will be created and returned.ConnectionDefinitionType<T>ConnectionDefinitionType. id(String id)Sets theidattributeConnectionDefinitionType<T>ConnectionDefinitionType. managedconnectionfactoryClass(String managedconnectionfactoryClass)Sets themanagedconnectionfactory-classelementConnectionDefinitionType<T>ConnectionDefinitionType. removeAllConfigProperty()Removes allconfig-propertyelementsConnectionDefinitionType<T>ConnectionDefinitionType. removeConnectionfactoryImplClass()Removes theconnectionfactory-impl-classelementConnectionDefinitionType<T>ConnectionDefinitionType. removeConnectionfactoryInterface()Removes theconnectionfactory-interfaceelementConnectionDefinitionType<T>ConnectionDefinitionType. removeConnectionImplClass()Removes theconnection-impl-classelementConnectionDefinitionType<T>ConnectionDefinitionType. removeConnectionInterface()Removes theconnection-interfaceelementConnectionDefinitionType<T>ConnectionDefinitionType. removeId()Removes theidattributeConnectionDefinitionType<T>ConnectionDefinitionType. removeManagedconnectionfactoryClass()Removes themanagedconnectionfactory-classelementMethods in org.jboss.shrinkwrap.descriptor.api.connector15 that return types with arguments of type ConnectionDefinitionType Modifier and Type Method Description ConfigPropertyType<ConnectionDefinitionType<T>>ConnectionDefinitionType. createConfigProperty()Creates a newconfig-propertyelementList<ConfigPropertyType<ConnectionDefinitionType<T>>>ConnectionDefinitionType. getAllConfigProperty()Returns allconfig-propertyelementsList<ConnectionDefinitionType<OutboundResourceadapterType<T>>>OutboundResourceadapterType. getAllConnectionDefinition()Returns allconnection-definitionelementsConfigPropertyType<ConnectionDefinitionType<T>>ConnectionDefinitionType. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned. -
Uses of ConnectionDefinitionType in org.jboss.shrinkwrap.descriptor.impl.connector15
Classes in org.jboss.shrinkwrap.descriptor.impl.connector15 that implement ConnectionDefinitionType Modifier and Type Class Description classConnectionDefinitionTypeImpl<T>This class implements theconnection-definitionTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return ConnectionDefinitionType Modifier and Type Method Description ConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. connectionfactoryImplClass(String connectionfactoryImplClass)Sets theconnectionfactory-impl-classelementConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. connectionfactoryInterface(String connectionfactoryInterface)Sets theconnectionfactory-interfaceelementConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. connectionImplClass(String connectionImplClass)Sets theconnection-impl-classelementConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. connectionInterface(String connectionInterface)Sets theconnection-interfaceelementConnectionDefinitionType<OutboundResourceadapterType<T>>OutboundResourceadapterTypeImpl. createConnectionDefinition()Creates a newconnection-definitionelementConnectionDefinitionType<OutboundResourceadapterType<T>>OutboundResourceadapterTypeImpl. getOrCreateConnectionDefinition()If not already created, a newconnection-definitionelement will be created and returned.ConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. id(String id)Sets theidattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. managedconnectionfactoryClass(String managedconnectionfactoryClass)Sets themanagedconnectionfactory-classelementConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeAllConfigProperty()Removes allconfig-propertyelementsConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeConnectionfactoryImplClass()Removes theconnectionfactory-impl-classelementConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeConnectionfactoryInterface()Removes theconnectionfactory-interfaceelementConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeConnectionImplClass()Removes theconnection-impl-classelementConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeConnectionInterface()Removes theconnection-interfaceelementConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeId()Removes theidattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeManagedconnectionfactoryClass()Removes themanagedconnectionfactory-classelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return types with arguments of type ConnectionDefinitionType Modifier and Type Method Description ConfigPropertyType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. createConfigProperty()Creates a newconfig-propertyelementList<ConfigPropertyType<ConnectionDefinitionType<T>>>ConnectionDefinitionTypeImpl. getAllConfigProperty()Returns allconfig-propertyelementsList<ConnectionDefinitionType<OutboundResourceadapterType<T>>>OutboundResourceadapterTypeImpl. getAllConnectionDefinition()Returns allconnection-definitionelementsConfigPropertyType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.
-