|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdminObjectType | |
---|---|
org.jboss.resourceadapters.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.resourceadapters.impl | Provides the implementation classes as defined in the schema |
Uses of AdminObjectType in org.jboss.resourceadapters.api |
---|
Methods in org.jboss.resourceadapters.api that return AdminObjectType | |
---|---|
AdminObjectType<T> |
AdminObjectType.className(String className)
Sets the class-name attribute |
AdminObjectType<AdminObjectsType<T>> |
AdminObjectsType.createAdminObject()
Creates a new admin-object element |
AdminObjectType<T> |
AdminObjectType.enabled(Boolean enabled)
Sets the enabled attribute |
AdminObjectType<AdminObjectsType<T>> |
AdminObjectsType.getOrCreateAdminObject()
If not already created, a new admin-object element will be created and returned. |
AdminObjectType<T> |
AdminObjectType.jndiName(String jndiName)
Sets the jndi-name attribute |
AdminObjectType<T> |
AdminObjectType.poolName(String poolName)
Sets the pool-name attribute |
AdminObjectType<T> |
AdminObjectType.removeAllConfigProperty()
Removes all config-property elements |
AdminObjectType<T> |
AdminObjectType.removeClassName()
Removes the class-name attribute |
AdminObjectType<T> |
AdminObjectType.removeEnabled()
Removes the enabled attribute |
AdminObjectType<T> |
AdminObjectType.removeJndiName()
Removes the jndi-name attribute |
AdminObjectType<T> |
AdminObjectType.removePoolName()
Removes the pool-name attribute |
AdminObjectType<T> |
AdminObjectType.removeUseJavaContext()
Removes the use-java-context attribute |
AdminObjectType<T> |
AdminObjectType.useJavaContext(Boolean useJavaContext)
Sets the use-java-context attribute |
Methods in org.jboss.resourceadapters.api that return types with arguments of type AdminObjectType | |
---|---|
ConfigPropertyType<AdminObjectType<T>> |
AdminObjectType.createConfigProperty()
Creates a new config-property element |
List<AdminObjectType<AdminObjectsType<T>>> |
AdminObjectsType.getAllAdminObject()
Returns all admin-object elements |
List<ConfigPropertyType<AdminObjectType<T>>> |
AdminObjectType.getAllConfigProperty()
Returns all config-property elements |
ConfigPropertyType<AdminObjectType<T>> |
AdminObjectType.getOrCreateConfigProperty()
If not already created, a new config-property element will be created and returned. |
Uses of AdminObjectType in org.jboss.resourceadapters.impl |
---|
Classes in org.jboss.resourceadapters.impl that implement AdminObjectType | |
---|---|
class |
AdminObjectTypeImpl<T>
This class implements the admin-objectType xsd type |
Methods in org.jboss.resourceadapters.impl that return AdminObjectType | |
---|---|
AdminObjectType<T> |
AdminObjectTypeImpl.className(String className)
Sets the class-name attribute |
AdminObjectType<AdminObjectsType<T>> |
AdminObjectsTypeImpl.createAdminObject()
Creates a new admin-object element |
AdminObjectType<T> |
AdminObjectTypeImpl.enabled(Boolean enabled)
Sets the enabled attribute |
AdminObjectType<AdminObjectsType<T>> |
AdminObjectsTypeImpl.getOrCreateAdminObject()
If not already created, a new admin-object element will be created and returned. |
AdminObjectType<T> |
AdminObjectTypeImpl.jndiName(String jndiName)
Sets the jndi-name attribute |
AdminObjectType<T> |
AdminObjectTypeImpl.poolName(String poolName)
Sets the pool-name attribute |
AdminObjectType<T> |
AdminObjectTypeImpl.removeAllConfigProperty()
Removes all config-property elements |
AdminObjectType<T> |
AdminObjectTypeImpl.removeClassName()
Removes the class-name attribute |
AdminObjectType<T> |
AdminObjectTypeImpl.removeEnabled()
Removes the enabled attribute |
AdminObjectType<T> |
AdminObjectTypeImpl.removeJndiName()
Removes the jndi-name attribute |
AdminObjectType<T> |
AdminObjectTypeImpl.removePoolName()
Removes the pool-name attribute |
AdminObjectType<T> |
AdminObjectTypeImpl.removeUseJavaContext()
Removes the use-java-context attribute |
AdminObjectType<T> |
AdminObjectTypeImpl.useJavaContext(Boolean useJavaContext)
Sets the use-java-context attribute |
Methods in org.jboss.resourceadapters.impl that return types with arguments of type AdminObjectType | |
---|---|
ConfigPropertyType<AdminObjectType<T>> |
AdminObjectTypeImpl.createConfigProperty()
Creates a new config-property element |
List<AdminObjectType<AdminObjectsType<T>>> |
AdminObjectsTypeImpl.getAllAdminObject()
Returns all admin-object elements |
List<ConfigPropertyType<AdminObjectType<T>>> |
AdminObjectTypeImpl.getAllConfigProperty()
Returns all config-property elements |
ConfigPropertyType<AdminObjectType<T>> |
AdminObjectTypeImpl.getOrCreateConfigProperty()
If not already created, a new config-property element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |