Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar12.api.AdminObjectType
-
Packages that use AdminObjectType Package Description org.jboss.jca.embedded.dsl.ironjacamar12.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.ironjacamar12.impl Provides the implementation classes as defined in the schema -
-
Uses of AdminObjectType in org.jboss.jca.embedded.dsl.ironjacamar12.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar12.api that return AdminObjectType Modifier and Type Method Description AdminObjectType<T>AdminObjectType. className(String className)Sets theclass-nameattributeAdminObjectType<AdminObjectsType<T>>AdminObjectsType. createAdminObject()Creates a newadmin-objectelementAdminObjectType<T>AdminObjectType. enabled(Boolean enabled)Sets theenabledattributeAdminObjectType<AdminObjectsType<T>>AdminObjectsType. getOrCreateAdminObject()If not already created, a newadmin-objectelement will be created and returned.AdminObjectType<T>AdminObjectType. jndiName(String jndiName)Sets thejndi-nameattributeAdminObjectType<T>AdminObjectType. poolName(String poolName)Sets thepool-nameattributeAdminObjectType<T>AdminObjectType. removeAllConfigProperty()Removes allconfig-propertyelementsAdminObjectType<T>AdminObjectType. removeClassName()Removes theclass-nameattributeAdminObjectType<T>AdminObjectType. removeEnabled()Removes theenabledattributeAdminObjectType<T>AdminObjectType. removeJndiName()Removes thejndi-nameattributeAdminObjectType<T>AdminObjectType. removePoolName()Removes thepool-nameattributeAdminObjectType<T>AdminObjectType. removeUseJavaContext()Removes theuse-java-contextattributeAdminObjectType<T>AdminObjectType. useJavaContext(Boolean useJavaContext)Sets theuse-java-contextattributeMethods in org.jboss.jca.embedded.dsl.ironjacamar12.api that return types with arguments of type AdminObjectType Modifier and Type Method Description ConfigPropertyType<AdminObjectType<T>>AdminObjectType. createConfigProperty()Creates a newconfig-propertyelementList<AdminObjectType<AdminObjectsType<T>>>AdminObjectsType. getAllAdminObject()Returns alladmin-objectelementsList<ConfigPropertyType<AdminObjectType<T>>>AdminObjectType. getAllConfigProperty()Returns allconfig-propertyelementsConfigPropertyType<AdminObjectType<T>>AdminObjectType. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned. -
Uses of AdminObjectType in org.jboss.jca.embedded.dsl.ironjacamar12.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar12.impl that implement AdminObjectType Modifier and Type Class Description classAdminObjectTypeImpl<T>This class implements theadmin-objectTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar12.impl that return AdminObjectType Modifier and Type Method Description AdminObjectType<T>AdminObjectTypeImpl. className(String className)Sets theclass-nameattributeAdminObjectType<AdminObjectsType<T>>AdminObjectsTypeImpl. createAdminObject()Creates a newadmin-objectelementAdminObjectType<T>AdminObjectTypeImpl. enabled(Boolean enabled)Sets theenabledattributeAdminObjectType<AdminObjectsType<T>>AdminObjectsTypeImpl. getOrCreateAdminObject()If not already created, a newadmin-objectelement will be created and returned.AdminObjectType<T>AdminObjectTypeImpl. jndiName(String jndiName)Sets thejndi-nameattributeAdminObjectType<T>AdminObjectTypeImpl. poolName(String poolName)Sets thepool-nameattributeAdminObjectType<T>AdminObjectTypeImpl. removeAllConfigProperty()Removes allconfig-propertyelementsAdminObjectType<T>AdminObjectTypeImpl. removeClassName()Removes theclass-nameattributeAdminObjectType<T>AdminObjectTypeImpl. removeEnabled()Removes theenabledattributeAdminObjectType<T>AdminObjectTypeImpl. removeJndiName()Removes thejndi-nameattributeAdminObjectType<T>AdminObjectTypeImpl. removePoolName()Removes thepool-nameattributeAdminObjectType<T>AdminObjectTypeImpl. removeUseJavaContext()Removes theuse-java-contextattributeAdminObjectType<T>AdminObjectTypeImpl. useJavaContext(Boolean useJavaContext)Sets theuse-java-contextattributeMethods in org.jboss.jca.embedded.dsl.ironjacamar12.impl that return types with arguments of type AdminObjectType Modifier and Type Method Description ConfigPropertyType<AdminObjectType<T>>AdminObjectTypeImpl. createConfigProperty()Creates a newconfig-propertyelementList<AdminObjectType<AdminObjectsType<T>>>AdminObjectsTypeImpl. getAllAdminObject()Returns alladmin-objectelementsList<ConfigPropertyType<AdminObjectType<T>>>AdminObjectTypeImpl. getAllConfigProperty()Returns allconfig-propertyelementsConfigPropertyType<AdminObjectType<T>>AdminObjectTypeImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.
-