|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivationspecType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.connector16 | Provides the interfaces and enumeration types as defined in the schema |
Uses of ActivationspecType in org.jboss.shrinkwrap.descriptor.api.connector16 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.connector16 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.removeAllConfigProperty()
Removes all config-property elements |
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.connector16 that return types with arguments of type ActivationspecType | |
---|---|
ConfigPropertyType<ActivationspecType<T>> |
ActivationspecType.createConfigProperty()
Creates a new config-property element |
RequiredConfigPropertyType<ActivationspecType<T>> |
ActivationspecType.createRequiredConfigProperty()
Creates a new required-config-property element |
List<ConfigPropertyType<ActivationspecType<T>>> |
ActivationspecType.getAllConfigProperty()
Returns all config-property elements |
List<RequiredConfigPropertyType<ActivationspecType<T>>> |
ActivationspecType.getAllRequiredConfigProperty()
Returns all required-config-property elements |
ConfigPropertyType<ActivationspecType<T>> |
ActivationspecType.getOrCreateConfigProperty()
If not already created, a new config-property element will be created and returned. |
RequiredConfigPropertyType<ActivationspecType<T>> |
ActivationspecType.getOrCreateRequiredConfigProperty()
If not already created, a new required-config-property element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |