Uses of Interface
org.jboss.resourceadapters.api.AdminObjectsType

Packages that use AdminObjectsType
org.jboss.resourceadapters.api Provides the interfaces and enumeration types as defined in the schema 
org.jboss.resourceadapters.impl Provides the implementation classes as defined in the schema 
 

Uses of AdminObjectsType in org.jboss.resourceadapters.api
 

Methods in org.jboss.resourceadapters.api that return AdminObjectsType
 AdminObjectsType<ResourceAdapterType<T>> ResourceAdapterType.getOrCreateAdminObjects()
          If not already created, a new admin-objects element with the given value will be created.
 AdminObjectsType<T> AdminObjectsType.removeAllAdminObject()
          Removes all admin-object elements
 

Methods in org.jboss.resourceadapters.api that return types with arguments of type AdminObjectsType
 AdminObjectType<AdminObjectsType<T>> AdminObjectsType.createAdminObject()
          Creates a new admin-object element
 List<AdminObjectType<AdminObjectsType<T>>> AdminObjectsType.getAllAdminObject()
          Returns all admin-object elements
 AdminObjectType<AdminObjectsType<T>> AdminObjectsType.getOrCreateAdminObject()
          If not already created, a new admin-object element will be created and returned.
 

Uses of AdminObjectsType in org.jboss.resourceadapters.impl
 

Classes in org.jboss.resourceadapters.impl that implement AdminObjectsType
 class AdminObjectsTypeImpl<T>
          This class implements the admin-objectsType xsd type
 

Methods in org.jboss.resourceadapters.impl that return AdminObjectsType
 AdminObjectsType<ResourceAdapterType<T>> ResourceAdapterTypeImpl.getOrCreateAdminObjects()
          If not already created, a new admin-objects element with the given value will be created.
 AdminObjectsType<T> AdminObjectsTypeImpl.removeAllAdminObject()
          Removes all admin-object elements
 

Methods in org.jboss.resourceadapters.impl that return types with arguments of type AdminObjectsType
 AdminObjectType<AdminObjectsType<T>> AdminObjectsTypeImpl.createAdminObject()
          Creates a new admin-object element
 List<AdminObjectType<AdminObjectsType<T>>> AdminObjectsTypeImpl.getAllAdminObject()
          Returns all admin-object elements
 AdminObjectType<AdminObjectsType<T>> AdminObjectsTypeImpl.getOrCreateAdminObject()
          If not already created, a new admin-object element will be created and returned.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.