Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters13.api.AdminObjectsType
-
Packages that use AdminObjectsType Package Description org.jboss.jca.embedded.dsl.resourceadapters13.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.resourceadapters13.impl Provides the implementation classes as defined in the schema -
-
Uses of AdminObjectsType in org.jboss.jca.embedded.dsl.resourceadapters13.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters13.api that return AdminObjectsType Modifier and Type Method Description AdminObjectsType<ResourceAdapterType<T>>ResourceAdapterType. getOrCreateAdminObjects()If not already created, a newadmin-objectselement with the given value will be created.AdminObjectsType<T>AdminObjectsType. removeAllAdminObject()Removes alladmin-objectelementsMethods in org.jboss.jca.embedded.dsl.resourceadapters13.api that return types with arguments of type AdminObjectsType Modifier and Type Method Description AdminObjectType<AdminObjectsType<T>>AdminObjectsType. createAdminObject()Creates a newadmin-objectelementList<AdminObjectType<AdminObjectsType<T>>>AdminObjectsType. getAllAdminObject()Returns alladmin-objectelementsAdminObjectType<AdminObjectsType<T>>AdminObjectsType. getOrCreateAdminObject()If not already created, a newadmin-objectelement will be created and returned. -
Uses of AdminObjectsType in org.jboss.jca.embedded.dsl.resourceadapters13.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters13.impl that implement AdminObjectsType Modifier and Type Class Description classAdminObjectsTypeImpl<T>This class implements theadmin-objectsTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters13.impl that return AdminObjectsType Modifier and Type Method Description AdminObjectsType<ResourceAdapterType<T>>ResourceAdapterTypeImpl. getOrCreateAdminObjects()If not already created, a newadmin-objectselement with the given value will be created.AdminObjectsType<T>AdminObjectsTypeImpl. removeAllAdminObject()Removes alladmin-objectelementsMethods in org.jboss.jca.embedded.dsl.resourceadapters13.impl that return types with arguments of type AdminObjectsType Modifier and Type Method Description AdminObjectType<AdminObjectsType<T>>AdminObjectsTypeImpl. createAdminObject()Creates a newadmin-objectelementList<AdminObjectType<AdminObjectsType<T>>>AdminObjectsTypeImpl. getAllAdminObject()Returns alladmin-objectelementsAdminObjectType<AdminObjectsType<T>>AdminObjectsTypeImpl. getOrCreateAdminObject()If not already created, a newadmin-objectelement will be created and returned.
-