Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector15.ActivationspecType
-
Packages that use ActivationspecType Package Description org.jboss.shrinkwrap.descriptor.api.connector15 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector15 Provides the implementation classes 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 Modifier and Type Method Description ActivationspecType<T>ActivationspecType. activationspecClass(String activationspecClass)Sets theactivationspec-classelementActivationspecType<MessagelistenerType<T>>MessagelistenerType. getOrCreateActivationspec()If not already created, a newactivationspecelement with the given value will be created.ActivationspecType<T>ActivationspecType. id(String id)Sets theidattributeActivationspecType<T>ActivationspecType. removeActivationspecClass()Removes theactivationspec-classelementActivationspecType<T>ActivationspecType. removeAllRequiredConfigProperty()Removes allrequired-config-propertyelementsActivationspecType<T>ActivationspecType. removeId()Removes theidattributeMethods in org.jboss.shrinkwrap.descriptor.api.connector15 that return types with arguments of type ActivationspecType Modifier and Type Method Description RequiredConfigPropertyType<ActivationspecType<T>>ActivationspecType. createRequiredConfigProperty()Creates a newrequired-config-propertyelementList<RequiredConfigPropertyType<ActivationspecType<T>>>ActivationspecType. getAllRequiredConfigProperty()Returns allrequired-config-propertyelementsRequiredConfigPropertyType<ActivationspecType<T>>ActivationspecType. getOrCreateRequiredConfigProperty()If not already created, a newrequired-config-propertyelement will be created and returned. -
Uses of ActivationspecType in org.jboss.shrinkwrap.descriptor.impl.connector15
Classes in org.jboss.shrinkwrap.descriptor.impl.connector15 that implement ActivationspecType Modifier and Type Class Description classActivationspecTypeImpl<T>This class implements theactivationspecTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return ActivationspecType Modifier and Type Method Description ActivationspecType<T>ActivationspecTypeImpl. activationspecClass(String activationspecClass)Sets theactivationspec-classelementActivationspecType<MessagelistenerType<T>>MessagelistenerTypeImpl. getOrCreateActivationspec()If not already created, a newactivationspecelement with the given value will be created.ActivationspecType<T>ActivationspecTypeImpl. id(String id)Sets theidattributeActivationspecType<T>ActivationspecTypeImpl. removeActivationspecClass()Removes theactivationspec-classelementActivationspecType<T>ActivationspecTypeImpl. removeAllRequiredConfigProperty()Removes allrequired-config-propertyelementsActivationspecType<T>ActivationspecTypeImpl. removeId()Removes theidattributeMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return types with arguments of type ActivationspecType Modifier and Type Method Description RequiredConfigPropertyType<ActivationspecType<T>>ActivationspecTypeImpl. createRequiredConfigProperty()Creates a newrequired-config-propertyelementList<RequiredConfigPropertyType<ActivationspecType<T>>>ActivationspecTypeImpl. getAllRequiredConfigProperty()Returns allrequired-config-propertyelementsRequiredConfigPropertyType<ActivationspecType<T>>ActivationspecTypeImpl. getOrCreateRequiredConfigProperty()If not already created, a newrequired-config-propertyelement will be created and returned.
-