Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector17.ActivationspecType
-
Packages that use ActivationspecType Package Description org.jboss.shrinkwrap.descriptor.api.connector17 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector17 Provides the implementation classes as defined in the schema -
-
Uses of ActivationspecType in org.jboss.shrinkwrap.descriptor.api.connector17
Methods in org.jboss.shrinkwrap.descriptor.api.connector17 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. removeAllConfigProperty()Removes allconfig-propertyelementsActivationspecType<T>ActivationspecType. removeAllRequiredConfigProperty()Removes allrequired-config-propertyelementsActivationspecType<T>ActivationspecType. removeId()Removes theidattributeMethods in org.jboss.shrinkwrap.descriptor.api.connector17 that return types with arguments of type ActivationspecType Modifier and Type Method Description ConfigPropertyType<ActivationspecType<T>>ActivationspecType. createConfigProperty()Creates a newconfig-propertyelementRequiredConfigPropertyType<ActivationspecType<T>>ActivationspecType. createRequiredConfigProperty()Creates a newrequired-config-propertyelementList<ConfigPropertyType<ActivationspecType<T>>>ActivationspecType. getAllConfigProperty()Returns allconfig-propertyelementsList<RequiredConfigPropertyType<ActivationspecType<T>>>ActivationspecType. getAllRequiredConfigProperty()Returns allrequired-config-propertyelementsConfigPropertyType<ActivationspecType<T>>ActivationspecType. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.RequiredConfigPropertyType<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.connector17
Classes in org.jboss.shrinkwrap.descriptor.impl.connector17 that implement ActivationspecType Modifier and Type Class Description classActivationspecTypeImpl<T>This class implements theactivationspecTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector17 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. removeAllConfigProperty()Removes allconfig-propertyelementsActivationspecType<T>ActivationspecTypeImpl. removeAllRequiredConfigProperty()Removes allrequired-config-propertyelementsActivationspecType<T>ActivationspecTypeImpl. removeId()Removes theidattributeMethods in org.jboss.shrinkwrap.descriptor.impl.connector17 that return types with arguments of type ActivationspecType Modifier and Type Method Description ConfigPropertyType<ActivationspecType<T>>ActivationspecTypeImpl. createConfigProperty()Creates a newconfig-propertyelementRequiredConfigPropertyType<ActivationspecType<T>>ActivationspecTypeImpl. createRequiredConfigProperty()Creates a newrequired-config-propertyelementList<ConfigPropertyType<ActivationspecType<T>>>ActivationspecTypeImpl. getAllConfigProperty()Returns allconfig-propertyelementsList<RequiredConfigPropertyType<ActivationspecType<T>>>ActivationspecTypeImpl. getAllRequiredConfigProperty()Returns allrequired-config-propertyelementsConfigPropertyType<ActivationspecType<T>>ActivationspecTypeImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.RequiredConfigPropertyType<ActivationspecType<T>>ActivationspecTypeImpl. getOrCreateRequiredConfigProperty()If not already created, a newrequired-config-propertyelement will be created and returned.
-