|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivationConfigType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 | Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.jboss51 | Provides the implementation classes as defined in the schema jboss_5_1.xsd |
Uses of ActivationConfigType in org.jboss.shrinkwrap.descriptor.api.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return ActivationConfigType | |
---|---|
ActivationConfigType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.activationConfig()
If not already created, a new activation-config element will be created and returned. |
ActivationConfigType<ConsumerBeanType<T>> |
ConsumerBeanType.activationConfig()
If not already created, a new activation-config element will be created and returned. |
ActivationConfigType<T> |
ActivationConfigType.removeAllActivationConfigProperty()
Removes all activation-config-property elements |
ActivationConfigType<T> |
ActivationConfigType.removeAllDescription()
Removes the description element |
ActivationConfigType<T> |
ActivationConfigType.setDescription(java.lang.String description)
Creates a new description element |
ActivationConfigType<T> |
ActivationConfigType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type ActivationConfigType | |
---|---|
ActivationConfigPropertyType<ActivationConfigType<T>> |
ActivationConfigType.activationConfigProperty()
Returns the activation-config-property element |
java.util.List<ActivationConfigPropertyType<ActivationConfigType<T>>> |
ActivationConfigType.getActivationConfigPropertyList()
Returns all activation-config-property elements |
Uses of ActivationConfigType in org.jboss.shrinkwrap.descriptor.impl.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return ActivationConfigType | |
---|---|
ActivationConfigType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.activationConfig()
If not already created, a new activation-config element will be created and returned. |
ActivationConfigType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.activationConfig()
If not already created, a new activation-config element will be created and returned. |
ActivationConfigType<T> |
ActivationConfigTypeImpl.removeAllActivationConfigProperty()
Removes all activation-config-property elements |
ActivationConfigType<T> |
ActivationConfigTypeImpl.removeAllDescription()
Removes the description element |
ActivationConfigType<T> |
ActivationConfigTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
ActivationConfigType<T> |
ActivationConfigTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type ActivationConfigType | |
---|---|
ActivationConfigPropertyType<ActivationConfigType<T>> |
ActivationConfigTypeImpl.activationConfigProperty()
Returns the activation-config-property element |
java.util.List<ActivationConfigPropertyType<ActivationConfigType<T>>> |
ActivationConfigTypeImpl.getActivationConfigPropertyList()
Returns all activation-config-property elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |