public interface MessageDrivenBeanType<T> extends Child<T>
message-driven-beanType
xsd typeModifier and Type | Method and Description |
---|---|
AroundInvokeType<MessageDrivenBeanType<T>> |
createAroundInvoke()
Creates a new
around-invoke element |
EjbLocalRefType<MessageDrivenBeanType<T>> |
createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbRefType<MessageDrivenBeanType<T>> |
createEjbRef()
Creates a new
ejb-ref element |
EnvEntryType<MessageDrivenBeanType<T>> |
createEnvEntry()
Creates a new
env-entry element |
IconType<MessageDrivenBeanType<T>> |
createIcon()
Creates a new
icon element |
MessageDestinationRefType<MessageDrivenBeanType<T>> |
createMessageDestinationRef()
Creates a new
message-destination-ref element |
PersistenceContextRefType<MessageDrivenBeanType<T>> |
createPersistenceContextRef()
Creates a new
persistence-context-ref element |
PersistenceUnitRefType<MessageDrivenBeanType<T>> |
createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
LifecycleCallbackType<MessageDrivenBeanType<T>> |
createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<MessageDrivenBeanType<T>> |
createPreDestroy()
Creates a new
pre-destroy element |
ResourceEnvRefType<MessageDrivenBeanType<T>> |
createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceRefType<MessageDrivenBeanType<T>> |
createResourceRef()
Creates a new
resource-ref element |
ServiceRefType<MessageDrivenBeanType<T>> |
createServiceRef()
Creates a new
service-ref element |
MessageDrivenBeanType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
MessageDrivenBeanType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
MessageDrivenBeanType<T> |
ejbClass(String ejbClass)
Sets the
ejb-class element |
MessageDrivenBeanType<T> |
ejbName(String ejbName)
Sets the
ejb-name element |
List<AroundInvokeType<MessageDrivenBeanType<T>>> |
getAllAroundInvoke()
Returns all
around-invoke elements |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<EjbLocalRefType<MessageDrivenBeanType<T>>> |
getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
List<EjbRefType<MessageDrivenBeanType<T>>> |
getAllEjbRef()
Returns all
ejb-ref elements |
List<EnvEntryType<MessageDrivenBeanType<T>>> |
getAllEnvEntry()
Returns all
env-entry elements |
List<IconType<MessageDrivenBeanType<T>>> |
getAllIcon()
Returns all
icon elements |
List<MessageDestinationRefType<MessageDrivenBeanType<T>>> |
getAllMessageDestinationRef()
Returns all
message-destination-ref elements |
List<PersistenceContextRefType<MessageDrivenBeanType<T>>> |
getAllPersistenceContextRef()
Returns all
persistence-context-ref elements |
List<PersistenceUnitRefType<MessageDrivenBeanType<T>>> |
getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
List<LifecycleCallbackType<MessageDrivenBeanType<T>>> |
getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<MessageDrivenBeanType<T>>> |
getAllPreDestroy()
Returns all
pre-destroy elements |
List<ResourceEnvRefType<MessageDrivenBeanType<T>>> |
getAllResourceEnvRef()
Returns all
resource-env-ref elements |
List<ResourceRefType<MessageDrivenBeanType<T>>> |
getAllResourceRef()
Returns all
resource-ref elements |
List<ServiceRefType<MessageDrivenBeanType<T>>> |
getAllServiceRef()
Returns all
service-ref elements |
String |
getEjbClass()
Returns the
ejb-class element |
String |
getEjbName()
Returns the
ejb-name element |
String |
getMappedName()
Returns the
mapped-name element |
String |
getMessageDestinationLink()
Returns the
message-destination-link element |
String |
getMessageDestinationType()
Returns the
message-destination-type element |
String |
getMessagingType()
Returns the
messaging-type element |
ActivationConfigType<MessageDrivenBeanType<T>> |
getOrCreateActivationConfig()
If not already created, a new
activation-config element with the given value will be created. |
AroundInvokeType<MessageDrivenBeanType<T>> |
getOrCreateAroundInvoke()
If not already created, a new
around-invoke element will be created and returned. |
EjbLocalRefType<MessageDrivenBeanType<T>> |
getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
EjbRefType<MessageDrivenBeanType<T>> |
getOrCreateEjbRef()
If not already created, a new
ejb-ref element will be created and returned. |
EnvEntryType<MessageDrivenBeanType<T>> |
getOrCreateEnvEntry()
If not already created, a new
env-entry element will be created and returned. |
IconType<MessageDrivenBeanType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
MessageDestinationRefType<MessageDrivenBeanType<T>> |
getOrCreateMessageDestinationRef()
If not already created, a new
message-destination-ref element will be created and returned. |
PersistenceContextRefType<MessageDrivenBeanType<T>> |
getOrCreatePersistenceContextRef()
If not already created, a new
persistence-context-ref element will be created and returned. |
PersistenceUnitRefType<MessageDrivenBeanType<T>> |
getOrCreatePersistenceUnitRef()
If not already created, a new
persistence-unit-ref element will be created and returned. |
LifecycleCallbackType<MessageDrivenBeanType<T>> |
getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<MessageDrivenBeanType<T>> |
getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
ResourceEnvRefType<MessageDrivenBeanType<T>> |
getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
ResourceRefType<MessageDrivenBeanType<T>> |
getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
SecurityIdentityType<MessageDrivenBeanType<T>> |
getOrCreateSecurityIdentity()
If not already created, a new
security-identity element with the given value will be created. |
ServiceRefType<MessageDrivenBeanType<T>> |
getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
NamedMethodType<MessageDrivenBeanType<T>> |
getOrCreateTimeoutMethod()
If not already created, a new
timeout-method element with the given value will be created. |
TransactionTypeType |
getTransactionType()
Returns the
transaction-type element |
String |
getTransactionTypeAsString()
Returns the
transaction-type element |
MessageDrivenBeanType<T> |
mappedName(String mappedName)
Sets the
mapped-name element |
MessageDrivenBeanType<T> |
messageDestinationLink(String messageDestinationLink)
Sets the
message-destination-link element |
MessageDrivenBeanType<T> |
messageDestinationType(String messageDestinationType)
Sets the
message-destination-type element |
MessageDrivenBeanType<T> |
messagingType(String messagingType)
Sets the
messaging-type element |
MessageDrivenBeanType<T> |
removeActivationConfig()
Removes the
activation-config element |
MessageDrivenBeanType<T> |
removeAllAroundInvoke()
Removes all
around-invoke elements |
MessageDrivenBeanType<T> |
removeAllDescription()
Removes the
description element |
MessageDrivenBeanType<T> |
removeAllDisplayName()
Removes the
display-name element |
MessageDrivenBeanType<T> |
removeAllEjbLocalRef()
Removes all
ejb-local-ref elements |
MessageDrivenBeanType<T> |
removeAllEjbRef()
Removes all
ejb-ref elements |
MessageDrivenBeanType<T> |
removeAllEnvEntry()
Removes all
env-entry elements |
MessageDrivenBeanType<T> |
removeAllIcon()
Removes all
icon elements |
MessageDrivenBeanType<T> |
removeAllMessageDestinationRef()
Removes all
message-destination-ref elements |
MessageDrivenBeanType<T> |
removeAllPersistenceContextRef()
Removes all
persistence-context-ref elements |
MessageDrivenBeanType<T> |
removeAllPersistenceUnitRef()
Removes all
persistence-unit-ref elements |
MessageDrivenBeanType<T> |
removeAllPostConstruct()
Removes all
post-construct elements |
MessageDrivenBeanType<T> |
removeAllPreDestroy()
Removes all
pre-destroy elements |
MessageDrivenBeanType<T> |
removeAllResourceEnvRef()
Removes all
resource-env-ref elements |
MessageDrivenBeanType<T> |
removeAllResourceRef()
Removes all
resource-ref elements |
MessageDrivenBeanType<T> |
removeAllServiceRef()
Removes all
service-ref elements |
MessageDrivenBeanType<T> |
removeEjbClass()
Removes the
ejb-class element |
MessageDrivenBeanType<T> |
removeEjbName()
Removes the
ejb-name element |
MessageDrivenBeanType<T> |
removeMappedName()
Removes the
mapped-name element |
MessageDrivenBeanType<T> |
removeMessageDestinationLink()
Removes the
message-destination-link element |
MessageDrivenBeanType<T> |
removeMessageDestinationType()
Removes the
message-destination-type element |
MessageDrivenBeanType<T> |
removeMessagingType()
Removes the
messaging-type element |
MessageDrivenBeanType<T> |
removeSecurityIdentity()
Removes the
security-identity element |
MessageDrivenBeanType<T> |
removeTimeoutMethod()
Removes the
timeout-method element |
MessageDrivenBeanType<T> |
removeTransactionType()
Removes the
transaction-type attribute |
MessageDrivenBeanType<T> |
transactionType(String transactionType)
Sets the
transaction-type element |
MessageDrivenBeanType<T> |
transactionType(TransactionTypeType transactionType)
Sets the
transaction-type element |
MessageDrivenBeanType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsMessageDrivenBeanType
List<String> getAllDescription()
description
elementsdescription
MessageDrivenBeanType<T> removeAllDescription()
description
elementMessageDrivenBeanType
MessageDrivenBeanType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsMessageDrivenBeanType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
MessageDrivenBeanType<T> removeAllDisplayName()
display-name
elementMessageDrivenBeanType
IconType<MessageDrivenBeanType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<MessageDrivenBeanType<T>> createIcon()
icon
elementIconType>
List<IconType<MessageDrivenBeanType<T>>> getAllIcon()
icon
elementsicon
MessageDrivenBeanType<T> removeAllIcon()
icon
elementsIconType>
EnvEntryType<MessageDrivenBeanType<T>> getOrCreateEnvEntry()
env-entry
element will be created and returned.
Otherwise, the first existing env-entry
element will be returned.env-entry
EnvEntryType<MessageDrivenBeanType<T>> createEnvEntry()
env-entry
elementEnvEntryType>
List<EnvEntryType<MessageDrivenBeanType<T>>> getAllEnvEntry()
env-entry
elementsenv-entry
MessageDrivenBeanType<T> removeAllEnvEntry()
env-entry
elementsEnvEntryType>
EjbRefType<MessageDrivenBeanType<T>> getOrCreateEjbRef()
ejb-ref
element will be created and returned.
Otherwise, the first existing ejb-ref
element will be returned.ejb-ref
EjbRefType<MessageDrivenBeanType<T>> createEjbRef()
ejb-ref
elementEjbRefType>
List<EjbRefType<MessageDrivenBeanType<T>>> getAllEjbRef()
ejb-ref
elementsejb-ref
MessageDrivenBeanType<T> removeAllEjbRef()
ejb-ref
elementsEjbRefType>
EjbLocalRefType<MessageDrivenBeanType<T>> getOrCreateEjbLocalRef()
ejb-local-ref
element will be created and returned.
Otherwise, the first existing ejb-local-ref
element will be returned.ejb-local-ref
EjbLocalRefType<MessageDrivenBeanType<T>> createEjbLocalRef()
ejb-local-ref
elementEjbLocalRefType>
List<EjbLocalRefType<MessageDrivenBeanType<T>>> getAllEjbLocalRef()
ejb-local-ref
elementsejb-local-ref
MessageDrivenBeanType<T> removeAllEjbLocalRef()
ejb-local-ref
elementsEjbLocalRefType>
ResourceRefType<MessageDrivenBeanType<T>> getOrCreateResourceRef()
resource-ref
element will be created and returned.
Otherwise, the first existing resource-ref
element will be returned.resource-ref
ResourceRefType<MessageDrivenBeanType<T>> createResourceRef()
resource-ref
elementResourceRefType>
List<ResourceRefType<MessageDrivenBeanType<T>>> getAllResourceRef()
resource-ref
elementsresource-ref
MessageDrivenBeanType<T> removeAllResourceRef()
resource-ref
elementsResourceRefType>
ResourceEnvRefType<MessageDrivenBeanType<T>> getOrCreateResourceEnvRef()
resource-env-ref
element will be created and returned.
Otherwise, the first existing resource-env-ref
element will be returned.resource-env-ref
ResourceEnvRefType<MessageDrivenBeanType<T>> createResourceEnvRef()
resource-env-ref
elementResourceEnvRefType>
List<ResourceEnvRefType<MessageDrivenBeanType<T>>> getAllResourceEnvRef()
resource-env-ref
elementsresource-env-ref
MessageDrivenBeanType<T> removeAllResourceEnvRef()
resource-env-ref
elementsResourceEnvRefType>
MessageDestinationRefType<MessageDrivenBeanType<T>> getOrCreateMessageDestinationRef()
message-destination-ref
element will be created and returned.
Otherwise, the first existing message-destination-ref
element will be returned.message-destination-ref
MessageDestinationRefType<MessageDrivenBeanType<T>> createMessageDestinationRef()
message-destination-ref
elementMessageDestinationRefType>
List<MessageDestinationRefType<MessageDrivenBeanType<T>>> getAllMessageDestinationRef()
message-destination-ref
elementsmessage-destination-ref
MessageDrivenBeanType<T> removeAllMessageDestinationRef()
message-destination-ref
elementsMessageDestinationRefType>
PersistenceContextRefType<MessageDrivenBeanType<T>> getOrCreatePersistenceContextRef()
persistence-context-ref
element will be created and returned.
Otherwise, the first existing persistence-context-ref
element will be returned.persistence-context-ref
PersistenceContextRefType<MessageDrivenBeanType<T>> createPersistenceContextRef()
persistence-context-ref
elementPersistenceContextRefType>
List<PersistenceContextRefType<MessageDrivenBeanType<T>>> getAllPersistenceContextRef()
persistence-context-ref
elementspersistence-context-ref
MessageDrivenBeanType<T> removeAllPersistenceContextRef()
persistence-context-ref
elementsPersistenceContextRefType>
PersistenceUnitRefType<MessageDrivenBeanType<T>> getOrCreatePersistenceUnitRef()
persistence-unit-ref
element will be created and returned.
Otherwise, the first existing persistence-unit-ref
element will be returned.persistence-unit-ref
PersistenceUnitRefType<MessageDrivenBeanType<T>> createPersistenceUnitRef()
persistence-unit-ref
elementPersistenceUnitRefType>
List<PersistenceUnitRefType<MessageDrivenBeanType<T>>> getAllPersistenceUnitRef()
persistence-unit-ref
elementspersistence-unit-ref
MessageDrivenBeanType<T> removeAllPersistenceUnitRef()
persistence-unit-ref
elementsPersistenceUnitRefType>
LifecycleCallbackType<MessageDrivenBeanType<T>> getOrCreatePostConstruct()
post-construct
element will be created and returned.
Otherwise, the first existing post-construct
element will be returned.post-construct
LifecycleCallbackType<MessageDrivenBeanType<T>> createPostConstruct()
post-construct
elementLifecycleCallbackType>
List<LifecycleCallbackType<MessageDrivenBeanType<T>>> getAllPostConstruct()
post-construct
elementspost-construct
MessageDrivenBeanType<T> removeAllPostConstruct()
post-construct
elementsLifecycleCallbackType>
LifecycleCallbackType<MessageDrivenBeanType<T>> getOrCreatePreDestroy()
pre-destroy
element will be created and returned.
Otherwise, the first existing pre-destroy
element will be returned.pre-destroy
LifecycleCallbackType<MessageDrivenBeanType<T>> createPreDestroy()
pre-destroy
elementLifecycleCallbackType>
List<LifecycleCallbackType<MessageDrivenBeanType<T>>> getAllPreDestroy()
pre-destroy
elementspre-destroy
MessageDrivenBeanType<T> removeAllPreDestroy()
pre-destroy
elementsLifecycleCallbackType>
ServiceRefType<MessageDrivenBeanType<T>> getOrCreateServiceRef()
service-ref
element will be created and returned.
Otherwise, the first existing service-ref
element will be returned.service-ref
ServiceRefType<MessageDrivenBeanType<T>> createServiceRef()
service-ref
elementServiceRefType>
List<ServiceRefType<MessageDrivenBeanType<T>>> getAllServiceRef()
service-ref
elementsservice-ref
MessageDrivenBeanType<T> removeAllServiceRef()
service-ref
elementsServiceRefType>
MessageDrivenBeanType<T> ejbName(String ejbName)
ejb-name
elementejbName
- the value for the element ejb-name
MessageDrivenBeanType
String getEjbName()
ejb-name
elementejb-name
MessageDrivenBeanType<T> removeEjbName()
ejb-name
elementMessageDrivenBeanType
MessageDrivenBeanType<T> mappedName(String mappedName)
mapped-name
elementmappedName
- the value for the element mapped-name
MessageDrivenBeanType
String getMappedName()
mapped-name
elementmapped-name
MessageDrivenBeanType<T> removeMappedName()
mapped-name
elementMessageDrivenBeanType
MessageDrivenBeanType<T> ejbClass(String ejbClass)
ejb-class
elementejbClass
- the value for the element ejb-class
MessageDrivenBeanType
String getEjbClass()
ejb-class
elementejb-class
MessageDrivenBeanType<T> removeEjbClass()
ejb-class
elementMessageDrivenBeanType
MessageDrivenBeanType<T> messagingType(String messagingType)
messaging-type
elementmessagingType
- the value for the element messaging-type
MessageDrivenBeanType
String getMessagingType()
messaging-type
elementmessaging-type
MessageDrivenBeanType<T> removeMessagingType()
messaging-type
elementMessageDrivenBeanType
NamedMethodType<MessageDrivenBeanType<T>> getOrCreateTimeoutMethod()
timeout-method
element with the given value will be created.
Otherwise, the existing timeout-method
element will be returned.NamedMethodType>
MessageDrivenBeanType<T> removeTimeoutMethod()
timeout-method
elementMessageDrivenBeanType
MessageDrivenBeanType<T> transactionType(TransactionTypeType transactionType)
transaction-type
elementtransactionType
- the value for the element transaction-type
MessageDrivenBeanType
MessageDrivenBeanType<T> transactionType(String transactionType)
transaction-type
elementtransactionType
- the value for the element transaction-type
MessageDrivenBeanType
TransactionTypeType getTransactionType()
transaction-type
elementtransaction-type
String getTransactionTypeAsString()
transaction-type
elementtransaction-type
MessageDrivenBeanType<T> removeTransactionType()
transaction-type
attributeMessageDrivenBeanType
MessageDrivenBeanType<T> messageDestinationType(String messageDestinationType)
message-destination-type
elementmessageDestinationType
- the value for the element message-destination-type
MessageDrivenBeanType
String getMessageDestinationType()
message-destination-type
elementmessage-destination-type
MessageDrivenBeanType<T> removeMessageDestinationType()
message-destination-type
elementMessageDrivenBeanType
MessageDrivenBeanType<T> messageDestinationLink(String messageDestinationLink)
message-destination-link
elementmessageDestinationLink
- the value for the element message-destination-link
MessageDrivenBeanType
String getMessageDestinationLink()
message-destination-link
elementmessage-destination-link
MessageDrivenBeanType<T> removeMessageDestinationLink()
message-destination-link
elementMessageDrivenBeanType
ActivationConfigType<MessageDrivenBeanType<T>> getOrCreateActivationConfig()
activation-config
element with the given value will be created.
Otherwise, the existing activation-config
element will be returned.ActivationConfigType>
MessageDrivenBeanType<T> removeActivationConfig()
activation-config
elementMessageDrivenBeanType
AroundInvokeType<MessageDrivenBeanType<T>> getOrCreateAroundInvoke()
around-invoke
element will be created and returned.
Otherwise, the first existing around-invoke
element will be returned.around-invoke
AroundInvokeType<MessageDrivenBeanType<T>> createAroundInvoke()
around-invoke
elementAroundInvokeType>
List<AroundInvokeType<MessageDrivenBeanType<T>>> getAllAroundInvoke()
around-invoke
elementsaround-invoke
MessageDrivenBeanType<T> removeAllAroundInvoke()
around-invoke
elementsAroundInvokeType>
SecurityIdentityType<MessageDrivenBeanType<T>> getOrCreateSecurityIdentity()
security-identity
element with the given value will be created.
Otherwise, the existing security-identity
element will be returned.SecurityIdentityType>
MessageDrivenBeanType<T> removeSecurityIdentity()
security-identity
elementMessageDrivenBeanType
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.