Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar11.api.AdminObjectType
Packages that use AdminObjectType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of AdminObjectType in org.jboss.jca.embedded.dsl.ironjacamar11.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar11.api that return AdminObjectTypeModifier and TypeMethodDescriptionSets theclass-nameattributeAdminObjectsType.createAdminObject()Creates a newadmin-objectelementSets theenabledattributeAdminObjectsType.getOrCreateAdminObject()If not already created, a newadmin-objectelement will be created and returned.Sets thejndi-nameattributeSets thepool-nameattributeAdminObjectType.removeAllConfigProperty()Removes allconfig-propertyelementsAdminObjectType.removeClassName()Removes theclass-nameattributeAdminObjectType.removeEnabled()Removes theenabledattributeAdminObjectType.removeJndiName()Removes thejndi-nameattributeAdminObjectType.removePoolName()Removes thepool-nameattributeAdminObjectType.removeUseJavaContext()Removes theuse-java-contextattributeAdminObjectType.useJavaContext(Boolean useJavaContext) Sets theuse-java-contextattributeMethods in org.jboss.jca.embedded.dsl.ironjacamar11.api that return types with arguments of type AdminObjectTypeModifier and TypeMethodDescriptionAdminObjectType.createConfigProperty()Creates a newconfig-propertyelementAdminObjectsType.getAllAdminObject()Returns alladmin-objectelementsAdminObjectType.getAllConfigProperty()Returns allconfig-propertyelementsAdminObjectType.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned. -
Uses of AdminObjectType in org.jboss.jca.embedded.dsl.ironjacamar11.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar11.impl that implement AdminObjectTypeModifier and TypeClassDescriptionclassThis class implements theadmin-objectTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar11.impl that return AdminObjectTypeModifier and TypeMethodDescriptionSets theclass-nameattributeAdminObjectsTypeImpl.createAdminObject()Creates a newadmin-objectelementSets theenabledattributeAdminObjectsTypeImpl.getOrCreateAdminObject()If not already created, a newadmin-objectelement will be created and returned.Sets thejndi-nameattributeSets thepool-nameattributeAdminObjectTypeImpl.removeAllConfigProperty()Removes allconfig-propertyelementsAdminObjectTypeImpl.removeClassName()Removes theclass-nameattributeAdminObjectTypeImpl.removeEnabled()Removes theenabledattributeAdminObjectTypeImpl.removeJndiName()Removes thejndi-nameattributeAdminObjectTypeImpl.removePoolName()Removes thepool-nameattributeAdminObjectTypeImpl.removeUseJavaContext()Removes theuse-java-contextattributeAdminObjectTypeImpl.useJavaContext(Boolean useJavaContext) Sets theuse-java-contextattributeMethods in org.jboss.jca.embedded.dsl.ironjacamar11.impl that return types with arguments of type AdminObjectTypeModifier and TypeMethodDescriptionAdminObjectTypeImpl.createConfigProperty()Creates a newconfig-propertyelementAdminObjectsTypeImpl.getAllAdminObject()Returns alladmin-objectelementsAdminObjectTypeImpl.getAllConfigProperty()Returns allconfig-propertyelementsAdminObjectTypeImpl.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.