Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector16.ResourceadapterType
-
Packages that use ResourceadapterType Package Description org.jboss.shrinkwrap.descriptor.api.connector16 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector16 Provides the implementation classes as defined in the schema -
-
Uses of ResourceadapterType in org.jboss.shrinkwrap.descriptor.api.connector16
Methods in org.jboss.shrinkwrap.descriptor.api.connector16 that return ResourceadapterType Modifier and Type Method Description ResourceadapterType<ConnectorDescriptor>ConnectorDescriptor. getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created.ResourceadapterType<ConnectorType<T>>ConnectorType. getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created.ResourceadapterType<T>ResourceadapterType. id(String id)Sets theidattributeResourceadapterType<T>ResourceadapterType. removeAllAdminobject()Removes alladminobjectelementsResourceadapterType<T>ResourceadapterType. removeAllConfigProperty()Removes allconfig-propertyelementsResourceadapterType<T>ResourceadapterType. removeAllSecurityPermission()Removes allsecurity-permissionelementsResourceadapterType<T>ResourceadapterType. removeId()Removes theidattributeResourceadapterType<T>ResourceadapterType. removeInboundResourceadapter()Removes theinbound-resourceadapterelementResourceadapterType<T>ResourceadapterType. removeOutboundResourceadapter()Removes theoutbound-resourceadapterelementResourceadapterType<T>ResourceadapterType. removeResourceadapterClass()Removes theresourceadapter-classelementResourceadapterType<T>ResourceadapterType. resourceadapterClass(String resourceadapterClass)Sets theresourceadapter-classelementMethods in org.jboss.shrinkwrap.descriptor.api.connector16 that return types with arguments of type ResourceadapterType Modifier and Type Method Description AdminobjectType<ResourceadapterType<T>>ResourceadapterType. createAdminobject()Creates a newadminobjectelementConfigPropertyType<ResourceadapterType<T>>ResourceadapterType. createConfigProperty()Creates a newconfig-propertyelementSecurityPermissionType<ResourceadapterType<T>>ResourceadapterType. createSecurityPermission()Creates a newsecurity-permissionelementList<AdminobjectType<ResourceadapterType<T>>>ResourceadapterType. getAllAdminobject()Returns alladminobjectelementsList<ConfigPropertyType<ResourceadapterType<T>>>ResourceadapterType. getAllConfigProperty()Returns allconfig-propertyelementsList<SecurityPermissionType<ResourceadapterType<T>>>ResourceadapterType. getAllSecurityPermission()Returns allsecurity-permissionelementsAdminobjectType<ResourceadapterType<T>>ResourceadapterType. getOrCreateAdminobject()If not already created, a newadminobjectelement will be created and returned.ConfigPropertyType<ResourceadapterType<T>>ResourceadapterType. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.InboundResourceadapterType<ResourceadapterType<T>>ResourceadapterType. getOrCreateInboundResourceadapter()If not already created, a newinbound-resourceadapterelement with the given value will be created.OutboundResourceadapterType<ResourceadapterType<T>>ResourceadapterType. getOrCreateOutboundResourceadapter()If not already created, a newoutbound-resourceadapterelement with the given value will be created.SecurityPermissionType<ResourceadapterType<T>>ResourceadapterType. getOrCreateSecurityPermission()If not already created, a newsecurity-permissionelement will be created and returned. -
Uses of ResourceadapterType in org.jboss.shrinkwrap.descriptor.impl.connector16
Classes in org.jboss.shrinkwrap.descriptor.impl.connector16 that implement ResourceadapterType Modifier and Type Class Description classResourceadapterTypeImpl<T>This class implements theresourceadapterTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector16 that return ResourceadapterType Modifier and Type Method Description ResourceadapterType<ConnectorDescriptor>ConnectorDescriptorImpl. getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created.ResourceadapterType<ConnectorType<T>>ConnectorTypeImpl. getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created.ResourceadapterType<T>ResourceadapterTypeImpl. id(String id)Sets theidattributeResourceadapterType<T>ResourceadapterTypeImpl. removeAllAdminobject()Removes alladminobjectelementsResourceadapterType<T>ResourceadapterTypeImpl. removeAllConfigProperty()Removes allconfig-propertyelementsResourceadapterType<T>ResourceadapterTypeImpl. removeAllSecurityPermission()Removes allsecurity-permissionelementsResourceadapterType<T>ResourceadapterTypeImpl. removeId()Removes theidattributeResourceadapterType<T>ResourceadapterTypeImpl. removeInboundResourceadapter()Removes theinbound-resourceadapterelementResourceadapterType<T>ResourceadapterTypeImpl. removeOutboundResourceadapter()Removes theoutbound-resourceadapterelementResourceadapterType<T>ResourceadapterTypeImpl. removeResourceadapterClass()Removes theresourceadapter-classelementResourceadapterType<T>ResourceadapterTypeImpl. resourceadapterClass(String resourceadapterClass)Sets theresourceadapter-classelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector16 that return types with arguments of type ResourceadapterType Modifier and Type Method Description AdminobjectType<ResourceadapterType<T>>ResourceadapterTypeImpl. createAdminobject()Creates a newadminobjectelementConfigPropertyType<ResourceadapterType<T>>ResourceadapterTypeImpl. createConfigProperty()Creates a newconfig-propertyelementSecurityPermissionType<ResourceadapterType<T>>ResourceadapterTypeImpl. createSecurityPermission()Creates a newsecurity-permissionelementList<AdminobjectType<ResourceadapterType<T>>>ResourceadapterTypeImpl. getAllAdminobject()Returns alladminobjectelementsList<ConfigPropertyType<ResourceadapterType<T>>>ResourceadapterTypeImpl. getAllConfigProperty()Returns allconfig-propertyelementsList<SecurityPermissionType<ResourceadapterType<T>>>ResourceadapterTypeImpl. getAllSecurityPermission()Returns allsecurity-permissionelementsAdminobjectType<ResourceadapterType<T>>ResourceadapterTypeImpl. getOrCreateAdminobject()If not already created, a newadminobjectelement will be created and returned.ConfigPropertyType<ResourceadapterType<T>>ResourceadapterTypeImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.InboundResourceadapterType<ResourceadapterType<T>>ResourceadapterTypeImpl. getOrCreateInboundResourceadapter()If not already created, a newinbound-resourceadapterelement with the given value will be created.OutboundResourceadapterType<ResourceadapterType<T>>ResourceadapterTypeImpl. getOrCreateOutboundResourceadapter()If not already created, a newoutbound-resourceadapterelement with the given value will be created.SecurityPermissionType<ResourceadapterType<T>>ResourceadapterTypeImpl. getOrCreateSecurityPermission()If not already created, a newsecurity-permissionelement will be created and returned.
-