Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector17.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.shrinkwrap.descriptor.api.connector17
Methods in org.jboss.shrinkwrap.descriptor.api.connector17 that return AdminobjectTypeModifier and TypeMethodDescriptionAdminobjectType.adminobjectClass(String adminobjectClass) Sets theadminobject-classelementAdminobjectType.adminobjectInterface(String adminobjectInterface) Sets theadminobject-interfaceelementResourceadapterType.createAdminobject()Creates a newadminobjectelementResourceadapterType.getOrCreateAdminobject()If not already created, a newadminobjectelement will be created and returned.Sets theidattributeAdminobjectType.removeAdminobjectClass()Removes theadminobject-classelementAdminobjectType.removeAdminobjectInterface()Removes theadminobject-interfaceelementAdminobjectType.removeAllConfigProperty()Removes allconfig-propertyelementsAdminobjectType.removeId()Removes theidattributeMethods in org.jboss.shrinkwrap.descriptor.api.connector17 that return types with arguments of type AdminobjectTypeModifier and TypeMethodDescriptionAdminobjectType.createConfigProperty()Creates a newconfig-propertyelementResourceadapterType.getAllAdminobject()Returns alladminobjectelementsAdminobjectType.getAllConfigProperty()Returns allconfig-propertyelementsAdminobjectType.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned. -
Uses of AdminobjectType in org.jboss.shrinkwrap.descriptor.impl.connector17
Classes in org.jboss.shrinkwrap.descriptor.impl.connector17 that implement AdminobjectTypeModifier and TypeClassDescriptionclassThis class implements theadminobjectTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector17 that return AdminobjectTypeModifier and TypeMethodDescriptionAdminobjectTypeImpl.adminobjectClass(String adminobjectClass) Sets theadminobject-classelementAdminobjectTypeImpl.adminobjectInterface(String adminobjectInterface) Sets theadminobject-interfaceelementResourceadapterTypeImpl.createAdminobject()Creates a newadminobjectelementResourceadapterTypeImpl.getOrCreateAdminobject()If not already created, a newadminobjectelement will be created and returned.Sets theidattributeAdminobjectTypeImpl.removeAdminobjectClass()Removes theadminobject-classelementAdminobjectTypeImpl.removeAdminobjectInterface()Removes theadminobject-interfaceelementAdminobjectTypeImpl.removeAllConfigProperty()Removes allconfig-propertyelementsAdminobjectTypeImpl.removeId()Removes theidattributeMethods in org.jboss.shrinkwrap.descriptor.impl.connector17 that return types with arguments of type AdminobjectTypeModifier and TypeMethodDescriptionAdminobjectTypeImpl.createConfigProperty()Creates a newconfig-propertyelementResourceadapterTypeImpl.getAllAdminobject()Returns alladminobjectelementsAdminobjectTypeImpl.getAllConfigProperty()Returns allconfig-propertyelementsAdminobjectTypeImpl.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.