Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar11.api.AdminObjectsType
-
Packages that use AdminObjectsType Package Description org.jboss.jca.embedded.dsl.ironjacamar11.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.ironjacamar11.impl Provides the implementation classes as defined in the schema -
-
Uses of AdminObjectsType in org.jboss.jca.embedded.dsl.ironjacamar11.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar11.api that return AdminObjectsType Modifier and Type Method Description AdminObjectsType<IronjacamarDescriptor>IronjacamarDescriptor. getOrCreateAdminObjects()If not already created, a newadmin-objectselement with the given value will be created.AdminObjectsType<IronjacamarType<T>>IronjacamarType. 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.ironjacamar11.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.ironjacamar11.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar11.impl that implement AdminObjectsType Modifier and Type Class Description classAdminObjectsTypeImpl<T>This class implements theadmin-objectsTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar11.impl that return AdminObjectsType Modifier and Type Method Description AdminObjectsType<IronjacamarDescriptor>IronjacamarDescriptorImpl. getOrCreateAdminObjects()If not already created, a newadmin-objectselement with the given value will be created.AdminObjectsType<IronjacamarType<T>>IronjacamarTypeImpl. 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.ironjacamar11.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.
-