Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters12.api.AdminObjectsType
Packages that use AdminObjectsType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of AdminObjectsType in org.jboss.jca.embedded.dsl.resourceadapters12.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters12.api that return AdminObjectsTypeModifier and TypeMethodDescriptionResourceAdapterType.getOrCreateAdminObjects()If not already created, a newadmin-objectselement with the given value will be created.AdminObjectsType.removeAllAdminObject()Removes alladmin-objectelementsMethods in org.jboss.jca.embedded.dsl.resourceadapters12.api that return types with arguments of type AdminObjectsTypeModifier and TypeMethodDescriptionAdminObjectsType.createAdminObject()Creates a newadmin-objectelementAdminObjectsType.getAllAdminObject()Returns alladmin-objectelementsAdminObjectsType.getOrCreateAdminObject()If not already created, a newadmin-objectelement will be created and returned. -
Uses of AdminObjectsType in org.jboss.jca.embedded.dsl.resourceadapters12.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters12.impl that implement AdminObjectsTypeModifier and TypeClassDescriptionclassThis class implements theadmin-objectsTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters12.impl that return AdminObjectsTypeModifier and TypeMethodDescriptionResourceAdapterTypeImpl.getOrCreateAdminObjects()If not already created, a newadmin-objectselement with the given value will be created.AdminObjectsTypeImpl.removeAllAdminObject()Removes alladmin-objectelementsMethods in org.jboss.jca.embedded.dsl.resourceadapters12.impl that return types with arguments of type AdminObjectsTypeModifier and TypeMethodDescriptionAdminObjectsTypeImpl.createAdminObject()Creates a newadmin-objectelementAdminObjectsTypeImpl.getAllAdminObject()Returns alladmin-objectelementsAdminObjectsTypeImpl.getOrCreateAdminObject()If not already created, a newadmin-objectelement will be created and returned.