ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector15.ResourceadapterType

Packages that use ResourceadapterType
org.jboss.shrinkwrap.descriptor.api.connector15 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of ResourceadapterType in org.jboss.shrinkwrap.descriptor.api.connector15
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return ResourceadapterType
 ResourceadapterType<ConnectorDescriptor> ConnectorDescriptor.getOrCreateResourceadapter()
          If not already created, a new resourceadapter element with the given value will be created.
 ResourceadapterType<ConnectorType<T>> ConnectorType.getOrCreateResourceadapter()
          If not already created, a new resourceadapter element with the given value will be created.
 ResourceadapterType<T> ResourceadapterType.removeAllAdminobject()
          Removes all adminobject elements
 ResourceadapterType<T> ResourceadapterType.removeAllConfigProperty()
          Removes all config-property elements
 ResourceadapterType<T> ResourceadapterType.removeAllSecurityPermission()
          Removes all security-permission elements
 ResourceadapterType<T> ResourceadapterType.removeInboundResourceadapter()
          Removes the inbound-resourceadapter element
 ResourceadapterType<T> ResourceadapterType.removeOutboundResourceadapter()
          Removes the outbound-resourceadapter element
 ResourceadapterType<T> ResourceadapterType.removeResourceadapterClass()
          Removes the resourceadapter-class element
 ResourceadapterType<T> ResourceadapterType.resourceadapterClass(String resourceadapterClass)
          Sets the resourceadapter-class element
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return types with arguments of type ResourceadapterType
 AdminobjectType<ResourceadapterType<T>> ResourceadapterType.createAdminobject()
          Creates a new adminobject element
 ConfigPropertyType<ResourceadapterType<T>> ResourceadapterType.createConfigProperty()
          Creates a new config-property element
 SecurityPermissionType<ResourceadapterType<T>> ResourceadapterType.createSecurityPermission()
          Creates a new security-permission element
 List<AdminobjectType<ResourceadapterType<T>>> ResourceadapterType.getAllAdminobject()
          Returns all adminobject elements
 List<ConfigPropertyType<ResourceadapterType<T>>> ResourceadapterType.getAllConfigProperty()
          Returns all config-property elements
 List<SecurityPermissionType<ResourceadapterType<T>>> ResourceadapterType.getAllSecurityPermission()
          Returns all security-permission elements
 AdminobjectType<ResourceadapterType<T>> ResourceadapterType.getOrCreateAdminobject()
          If not already created, a new adminobject element will be created and returned.
 ConfigPropertyType<ResourceadapterType<T>> ResourceadapterType.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 InboundResourceadapterType<ResourceadapterType<T>> ResourceadapterType.getOrCreateInboundResourceadapter()
          If not already created, a new inbound-resourceadapter element with the given value will be created.
 OutboundResourceadapterType<ResourceadapterType<T>> ResourceadapterType.getOrCreateOutboundResourceadapter()
          If not already created, a new outbound-resourceadapter element with the given value will be created.
 SecurityPermissionType<ResourceadapterType<T>> ResourceadapterType.getOrCreateSecurityPermission()
          If not already created, a new security-permission element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.