
public interface ResourceadapterType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
resourceadapterType xsd type| Type | Property and Description |
|---|---|
ConfigPropertyType<ResourceadapterType<T>> |
createConfig
Creates a new
config-property element |
ResourceadapterType<T> |
removeAllConfig
Removes all
config-property elements |
| Modifier and Type | Method and Description |
|---|---|
AdminobjectType<ResourceadapterType<T>> |
createAdminobject()
Creates a new
adminobject element |
ConfigPropertyType<ResourceadapterType<T>> |
createConfigProperty()
Creates a new
config-property element |
SecurityPermissionType<ResourceadapterType<T>> |
createSecurityPermission()
Creates a new
security-permission element |
List<AdminobjectType<ResourceadapterType<T>>> |
getAllAdminobject()
Returns all
adminobject elements |
List<ConfigPropertyType<ResourceadapterType<T>>> |
getAllConfigProperty()
Returns all
config-property elements |
List<SecurityPermissionType<ResourceadapterType<T>>> |
getAllSecurityPermission()
Returns all
security-permission elements |
String |
getId()
Returns the
id attribute |
AdminobjectType<ResourceadapterType<T>> |
getOrCreateAdminobject()
If not already created, a new
adminobject element will be created and returned. |
ConfigPropertyType<ResourceadapterType<T>> |
getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
InboundResourceadapterType<ResourceadapterType<T>> |
getOrCreateInboundResourceadapter()
If not already created, a new
inbound-resourceadapter element with the given value will be created. |
OutboundResourceadapterType<ResourceadapterType<T>> |
getOrCreateOutboundResourceadapter()
If not already created, a new
outbound-resourceadapter element with the given value will be created. |
SecurityPermissionType<ResourceadapterType<T>> |
getOrCreateSecurityPermission()
If not already created, a new
security-permission element will be created and returned. |
String |
getResourceadapterClass()
Returns the
resourceadapter-class element |
ResourceadapterType<T> |
id(String id)
Sets the
id attribute |
ResourceadapterType<T> |
removeAllAdminobject()
Removes all
adminobject elements |
ResourceadapterType<T> |
removeAllConfigProperty()
Removes all
config-property elements |
ResourceadapterType<T> |
removeAllSecurityPermission()
Removes all
security-permission elements |
ResourceadapterType<T> |
removeId()
Removes the
id attribute |
ResourceadapterType<T> |
removeInboundResourceadapter()
Removes the
inbound-resourceadapter element |
ResourceadapterType<T> |
removeOutboundResourceadapter()
Removes the
outbound-resourceadapter element |
ResourceadapterType<T> |
removeResourceadapterClass()
Removes the
resourceadapter-class element |
ResourceadapterType<T> |
resourceadapterClass(String resourceadapterClass)
Sets the
resourceadapter-class element |
config-property elementConfigPropertyType> config-property elementsConfigPropertyType> ResourceadapterType<T> resourceadapterClass(String resourceadapterClass)
resourceadapter-class elementresourceadapterClass - the value for the element resourceadapter-classResourceadapterTypeString getResourceadapterClass()
resourceadapter-class elementresourceadapter-classResourceadapterType<T> removeResourceadapterClass()
resourceadapter-class elementResourceadapterTypeConfigPropertyType<ResourceadapterType<T>> getOrCreateConfigProperty()
config-property element will be created and returned.
Otherwise, the first existing config-property element will be returned.config-propertyConfigPropertyType<ResourceadapterType<T>> createConfigProperty()
config-property elementConfigPropertyType> List<ConfigPropertyType<ResourceadapterType<T>>> getAllConfigProperty()
config-property elementsconfig-propertyResourceadapterType<T> removeAllConfigProperty()
config-property elementsConfigPropertyType> OutboundResourceadapterType<ResourceadapterType<T>> getOrCreateOutboundResourceadapter()
outbound-resourceadapter element with the given value will be created.
Otherwise, the existing outbound-resourceadapter element will be returned.OutboundResourceadapterType> ResourceadapterType<T> removeOutboundResourceadapter()
outbound-resourceadapter elementResourceadapterTypeInboundResourceadapterType<ResourceadapterType<T>> getOrCreateInboundResourceadapter()
inbound-resourceadapter element with the given value will be created.
Otherwise, the existing inbound-resourceadapter element will be returned.InboundResourceadapterType> ResourceadapterType<T> removeInboundResourceadapter()
inbound-resourceadapter elementResourceadapterTypeAdminobjectType<ResourceadapterType<T>> getOrCreateAdminobject()
adminobject element will be created and returned.
Otherwise, the first existing adminobject element will be returned.adminobjectAdminobjectType<ResourceadapterType<T>> createAdminobject()
adminobject elementAdminobjectType> List<AdminobjectType<ResourceadapterType<T>>> getAllAdminobject()
adminobject elementsadminobjectResourceadapterType<T> removeAllAdminobject()
adminobject elementsAdminobjectType> SecurityPermissionType<ResourceadapterType<T>> getOrCreateSecurityPermission()
security-permission element will be created and returned.
Otherwise, the first existing security-permission element will be returned.security-permissionSecurityPermissionType<ResourceadapterType<T>> createSecurityPermission()
security-permission elementSecurityPermissionType> List<SecurityPermissionType<ResourceadapterType<T>>> getAllSecurityPermission()
security-permission elementssecurity-permissionResourceadapterType<T> removeAllSecurityPermission()
security-permission elementsSecurityPermissionType> ResourceadapterType<T> id(String id)
id attributeid - the value for the attribute idResourceadapterTypeString getId()
id attributeidResourceadapterType<T> removeId()
id attributeResourceadapterTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)