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

Packages that use IronjacamarDescriptor
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 IronjacamarDescriptor in org.jboss.ironjacamar.api
 

Methods in org.jboss.ironjacamar.api that return IronjacamarDescriptor
 IronjacamarDescriptor IronjacamarDescriptor.bootstrapContext(String bootstrapContext)
          Sets the bootstrap-context element
 IronjacamarDescriptor IronjacamarDescriptor.removeAdminObjects()
          Removes the admin-objects element
 IronjacamarDescriptor IronjacamarDescriptor.removeAllConfigProperty()
          Removes all config-property elements
 IronjacamarDescriptor IronjacamarDescriptor.removeBeanValidationGroups()
          Removes the bean-validation-groups element
 IronjacamarDescriptor IronjacamarDescriptor.removeBootstrapContext()
          Removes the bootstrap-context element
 IronjacamarDescriptor IronjacamarDescriptor.removeConnectionDefinitions()
          Removes the connection-definitions element
 IronjacamarDescriptor IronjacamarDescriptor.removeTransactionSupport()
          Removes the transaction-support attribute
 IronjacamarDescriptor IronjacamarDescriptor.transactionSupport(String transactionSupport)
          Sets the transaction-support element
 IronjacamarDescriptor IronjacamarDescriptor.transactionSupport(TransactionSupportType transactionSupport)
          Sets the transaction-support element
 

Methods in org.jboss.ironjacamar.api that return types with arguments of type IronjacamarDescriptor
 ConfigPropertyType<IronjacamarDescriptor> IronjacamarDescriptor.createConfigProperty()
          Creates a new config-property element
 List<ConfigPropertyType<IronjacamarDescriptor>> IronjacamarDescriptor.getAllConfigProperty()
          Returns all config-property elements
 AdminObjectsType<IronjacamarDescriptor> IronjacamarDescriptor.getOrCreateAdminObjects()
          If not already created, a new admin-objects element with the given value will be created.
 BeanValidationGroupsType<IronjacamarDescriptor> IronjacamarDescriptor.getOrCreateBeanValidationGroups()
          If not already created, a new bean-validation-groups element with the given value will be created.
 ConfigPropertyType<IronjacamarDescriptor> IronjacamarDescriptor.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 ConnectionDefinitionsType<IronjacamarDescriptor> IronjacamarDescriptor.getOrCreateConnectionDefinitions()
          If not already created, a new connection-definitions element with the given value will be created.
 

Uses of IronjacamarDescriptor in org.jboss.ironjacamar.impl
 

Classes in org.jboss.ironjacamar.impl that implement IronjacamarDescriptor
 class IronjacamarDescriptorImpl
           This deployment descriptor provides the functionalities as described in the specification Example: IronjacamarDescriptor descriptor = Descriptors.create(IronjacamarDescriptor.class);
 

Methods in org.jboss.ironjacamar.impl that return IronjacamarDescriptor
 IronjacamarDescriptor IronjacamarDescriptorImpl.addDefaultNamespaces()
          Adds the default namespaces as defined in the specification
 IronjacamarDescriptor IronjacamarDescriptorImpl.addNamespace(String name, String value)
          Adds a new namespace
 IronjacamarDescriptor IronjacamarDescriptorImpl.bootstrapContext(String bootstrapContext)
          Sets the bootstrap-context element
 IronjacamarDescriptor IronjacamarDescriptorImpl.removeAdminObjects()
          Removes the admin-objects element
 IronjacamarDescriptor IronjacamarDescriptorImpl.removeAllConfigProperty()
          Removes all config-property elements
 IronjacamarDescriptor IronjacamarDescriptorImpl.removeAllNamespaces()
          Removes all existing namespaces.
 IronjacamarDescriptor IronjacamarDescriptorImpl.removeBeanValidationGroups()
          Removes the bean-validation-groups element
 IronjacamarDescriptor IronjacamarDescriptorImpl.removeBootstrapContext()
          Removes the bootstrap-context element
 IronjacamarDescriptor IronjacamarDescriptorImpl.removeConnectionDefinitions()
          Removes the connection-definitions element
 IronjacamarDescriptor IronjacamarDescriptorImpl.removeTransactionSupport()
          Removes the transaction-support attribute
 IronjacamarDescriptor IronjacamarDescriptorImpl.transactionSupport(String transactionSupport)
          Sets the transaction-support element
 IronjacamarDescriptor IronjacamarDescriptorImpl.transactionSupport(TransactionSupportType transactionSupport)
          Sets the transaction-support element
 

Methods in org.jboss.ironjacamar.impl that return types with arguments of type IronjacamarDescriptor
 ConfigPropertyType<IronjacamarDescriptor> IronjacamarDescriptorImpl.createConfigProperty()
          Creates a new config-property element
 List<ConfigPropertyType<IronjacamarDescriptor>> IronjacamarDescriptorImpl.getAllConfigProperty()
          Returns all config-property elements
 AdminObjectsType<IronjacamarDescriptor> IronjacamarDescriptorImpl.getOrCreateAdminObjects()
          If not already created, a new admin-objects element with the given value will be created.
 BeanValidationGroupsType<IronjacamarDescriptor> IronjacamarDescriptorImpl.getOrCreateBeanValidationGroups()
          If not already created, a new bean-validation-groups element with the given value will be created.
 ConfigPropertyType<IronjacamarDescriptor> IronjacamarDescriptorImpl.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 ConnectionDefinitionsType<IronjacamarDescriptor> IronjacamarDescriptorImpl.getOrCreateConnectionDefinitions()
          If not already created, a new connection-definitions element with the given value will be created.
 



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