
public interface AdminObjectType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
admin-objectType xsd type| Type | Property and Description |
|---|---|
ConfigPropertyType<AdminObjectType<T>> |
createConfig
Creates a new
config-property element |
AdminObjectType<T> |
removeAllConfig
Removes all
config-property elements |
| Modifier and Type | Method and Description |
|---|---|
AdminObjectType<T> |
className(String className)
Sets the
class-name attribute |
ConfigPropertyType<AdminObjectType<T>> |
createConfigProperty()
Creates a new
config-property element |
AdminObjectType<T> |
enabled(Boolean enabled)
Sets the
enabled attribute |
List<ConfigPropertyType<AdminObjectType<T>>> |
getAllConfigProperty()
Returns all
config-property elements |
String |
getClassName()
Returns the
class-name attribute |
String |
getJndiName()
Returns the
jndi-name attribute |
ConfigPropertyType<AdminObjectType<T>> |
getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
String |
getPoolName()
Returns the
pool-name attribute |
Boolean |
isEnabled()
Returns the
enabled attribute |
Boolean |
isUseJavaContext()
Returns the
use-java-context attribute |
AdminObjectType<T> |
jndiName(String jndiName)
Sets the
jndi-name attribute |
AdminObjectType<T> |
poolName(String poolName)
Sets the
pool-name attribute |
AdminObjectType<T> |
removeAllConfigProperty()
Removes all
config-property elements |
AdminObjectType<T> |
removeClassName()
Removes the
class-name attribute |
AdminObjectType<T> |
removeEnabled()
Removes the
enabled attribute |
AdminObjectType<T> |
removeJndiName()
Removes the
jndi-name attribute |
AdminObjectType<T> |
removePoolName()
Removes the
pool-name attribute |
AdminObjectType<T> |
removeUseJavaContext()
Removes the
use-java-context attribute |
AdminObjectType<T> |
useJavaContext(Boolean useJavaContext)
Sets the
use-java-context attribute |
config-property elementConfigPropertyType> config-property elementsConfigPropertyType> AdminObjectType<T> className(String className)
class-name attributeclassName - the value for the attribute class-nameAdminObjectTypeString getClassName()
class-name attributeclass-nameAdminObjectType<T> removeClassName()
class-name attributeAdminObjectTypeAdminObjectType<T> jndiName(String jndiName)
jndi-name attributejndiName - the value for the attribute jndi-nameAdminObjectTypeString getJndiName()
jndi-name attributejndi-nameAdminObjectType<T> removeJndiName()
jndi-name attributeAdminObjectTypeAdminObjectType<T> enabled(Boolean enabled)
enabled attributeenabled - the value for the attribute enabledAdminObjectTypeBoolean isEnabled()
enabled attributeenabledAdminObjectType<T> removeEnabled()
enabled attributeAdminObjectTypeAdminObjectType<T> useJavaContext(Boolean useJavaContext)
use-java-context attributeuseJavaContext - the value for the attribute use-java-contextAdminObjectTypeBoolean isUseJavaContext()
use-java-context attributeuse-java-contextAdminObjectType<T> removeUseJavaContext()
use-java-context attributeAdminObjectTypeAdminObjectType<T> poolName(String poolName)
pool-name attributepoolName - the value for the attribute pool-nameAdminObjectTypeString getPoolName()
pool-name attributepool-nameAdminObjectType<T> removePoolName()
pool-name attributeAdminObjectTypeConfigPropertyType<AdminObjectType<T>> getOrCreateConfigProperty()
config-property element will be created and returned.
Otherwise, the first existing config-property element will be returned.config-propertyConfigPropertyType<AdminObjectType<T>> createConfigProperty()
config-property elementConfigPropertyType> List<ConfigPropertyType<AdminObjectType<T>>> getAllConfigProperty()
config-property elementsconfig-propertyAdminObjectType<T> removeAllConfigProperty()
config-property elementsConfigPropertyType> Copyright © 2014 IronJacamar (http://www.ironjacamar.org)