Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector15.ActivationspecType

Packages that use ActivationspecType
org.jboss.shrinkwrap.descriptor.api.connector15 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of ActivationspecType in org.jboss.shrinkwrap.descriptor.api.connector15
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return ActivationspecType
 ActivationspecType<T> ActivationspecType.activationspecClass(String activationspecClass)
          Sets the activationspec-class element
 ActivationspecType<MessagelistenerType<T>> MessagelistenerType.getOrCreateActivationspec()
          If not already created, a new activationspec element with the given value will be created.
 ActivationspecType<T> ActivationspecType.id(String id)
          Sets the id attribute
 ActivationspecType<T> ActivationspecType.removeActivationspecClass()
          Removes the activationspec-class element
 ActivationspecType<T> ActivationspecType.removeAllRequiredConfigProperty()
          Removes all required-config-property elements
 ActivationspecType<T> ActivationspecType.removeId()
          Removes the id attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return types with arguments of type ActivationspecType
 RequiredConfigPropertyType<ActivationspecType<T>> ActivationspecType.createRequiredConfigProperty()
          Creates a new required-config-property element
 List<RequiredConfigPropertyType<ActivationspecType<T>>> ActivationspecType.getAllRequiredConfigProperty()
          Returns all required-config-property elements
 RequiredConfigPropertyType<ActivationspecType<T>> ActivationspecType.getOrCreateRequiredConfigProperty()
          If not already created, a new required-config-property element will be created and returned.
 



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