Uses of Interface
org.jboss.ironjacamar.api.ExtensionType

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

Uses of ExtensionType in org.jboss.ironjacamar.api
 

Methods in org.jboss.ironjacamar.api that return ExtensionType
 ExtensionType<T> ExtensionType.className(String className)
          Sets the class-name attribute
 ExtensionType<RecoverType<T>> RecoverType.getOrCreateRecoverPlugin()
          If not already created, a new recover-plugin element with the given value will be created.
 ExtensionType<T> ExtensionType.removeClassName()
          Removes the class-name attribute
 ExtensionType<T> ExtensionType.removeConfigProperty()
          Removes the config-property element
 

Methods in org.jboss.ironjacamar.api that return types with arguments of type ExtensionType
 ConfigPropertyType<ExtensionType<T>> ExtensionType.getOrCreateConfigProperty()
          If not already created, a new config-property element with the given value will be created.
 

Uses of ExtensionType in org.jboss.ironjacamar.impl
 

Methods in org.jboss.ironjacamar.impl that return ExtensionType
 ExtensionType<T> ExtensionTypeImpl.className(String className)
          Sets the class-name attribute
 ExtensionType<RecoverType<T>> RecoverTypeImpl.getOrCreateRecoverPlugin()
          If not already created, a new recover-plugin element with the given value will be created.
 ExtensionType<T> ExtensionTypeImpl.removeClassName()
          Removes the class-name attribute
 ExtensionType<T> ExtensionTypeImpl.removeConfigProperty()
          Removes the config-property element
 

Methods in org.jboss.ironjacamar.impl that return types with arguments of type ExtensionType
 ConfigPropertyType<ExtensionType<T>> ExtensionTypeImpl.getOrCreateConfigProperty()
          If not already created, a new config-property element with the given value will be created.
 



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