
public interface MessageDrivenBeanType<T> extends Child<T>, JavaeeMessageDrivenBeanCommonType<T,MessageDrivenBeanType<T>,NamedMethodType<MessageDrivenBeanType<T>>,ActivationConfigType<MessageDrivenBeanType<T>>,AroundInvokeType<MessageDrivenBeanType<T>>,SecurityIdentityType<MessageDrivenBeanType<T>>>
message-driven-beanType xsd type| Modifier 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 |
getId()
Returns the
id attribute |
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> |
id(String id)
Sets the
id attribute |
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> |
removeId()
Removes the
id attribute |
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 objectsMessageDrivenBeanTypeList<String> getAllDescription()
description elementsdescriptionMessageDrivenBeanType<T> removeAllDescription()
description elementMessageDrivenBeanTypeMessageDrivenBeanType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsMessageDrivenBeanTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameMessageDrivenBeanType<T> removeAllDisplayName()
display-name elementMessageDrivenBeanTypeIconType<MessageDrivenBeanType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<MessageDrivenBeanType<T>> createIcon()
icon elementIconType> List<IconType<MessageDrivenBeanType<T>>> getAllIcon()
icon elementsiconMessageDrivenBeanType<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-entryEnvEntryType<MessageDrivenBeanType<T>> createEnvEntry()
env-entry elementEnvEntryType> List<EnvEntryType<MessageDrivenBeanType<T>>> getAllEnvEntry()
env-entry elementsenv-entryMessageDrivenBeanType<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-refEjbRefType<MessageDrivenBeanType<T>> createEjbRef()
ejb-ref elementEjbRefType> List<EjbRefType<MessageDrivenBeanType<T>>> getAllEjbRef()
ejb-ref elementsejb-refMessageDrivenBeanType<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-refEjbLocalRefType<MessageDrivenBeanType<T>> createEjbLocalRef()
ejb-local-ref elementEjbLocalRefType> List<EjbLocalRefType<MessageDrivenBeanType<T>>> getAllEjbLocalRef()
ejb-local-ref elementsejb-local-refMessageDrivenBeanType<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-refResourceRefType<MessageDrivenBeanType<T>> createResourceRef()
resource-ref elementResourceRefType> List<ResourceRefType<MessageDrivenBeanType<T>>> getAllResourceRef()
resource-ref elementsresource-refMessageDrivenBeanType<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-refResourceEnvRefType<MessageDrivenBeanType<T>> createResourceEnvRef()
resource-env-ref elementResourceEnvRefType> List<ResourceEnvRefType<MessageDrivenBeanType<T>>> getAllResourceEnvRef()
resource-env-ref elementsresource-env-refMessageDrivenBeanType<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-refMessageDestinationRefType<MessageDrivenBeanType<T>> createMessageDestinationRef()
message-destination-ref elementMessageDestinationRefType> List<MessageDestinationRefType<MessageDrivenBeanType<T>>> getAllMessageDestinationRef()
message-destination-ref elementsmessage-destination-refMessageDrivenBeanType<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-refPersistenceContextRefType<MessageDrivenBeanType<T>> createPersistenceContextRef()
persistence-context-ref elementPersistenceContextRefType> List<PersistenceContextRefType<MessageDrivenBeanType<T>>> getAllPersistenceContextRef()
persistence-context-ref elementspersistence-context-refMessageDrivenBeanType<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-refPersistenceUnitRefType<MessageDrivenBeanType<T>> createPersistenceUnitRef()
persistence-unit-ref elementPersistenceUnitRefType> List<PersistenceUnitRefType<MessageDrivenBeanType<T>>> getAllPersistenceUnitRef()
persistence-unit-ref elementspersistence-unit-refMessageDrivenBeanType<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-constructLifecycleCallbackType<MessageDrivenBeanType<T>> createPostConstruct()
post-construct elementLifecycleCallbackType> List<LifecycleCallbackType<MessageDrivenBeanType<T>>> getAllPostConstruct()
post-construct elementspost-constructMessageDrivenBeanType<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-destroyLifecycleCallbackType<MessageDrivenBeanType<T>> createPreDestroy()
pre-destroy elementLifecycleCallbackType> List<LifecycleCallbackType<MessageDrivenBeanType<T>>> getAllPreDestroy()
pre-destroy elementspre-destroyMessageDrivenBeanType<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-refServiceRefType<MessageDrivenBeanType<T>> createServiceRef()
service-ref elementServiceRefType> List<ServiceRefType<MessageDrivenBeanType<T>>> getAllServiceRef()
service-ref elementsservice-refMessageDrivenBeanType<T> removeAllServiceRef()
service-ref elementsServiceRefType> MessageDrivenBeanType<T> ejbName(String ejbName)
ejb-name elementejbName - the value for the element ejb-nameMessageDrivenBeanTypeString getEjbName()
ejb-name elementejb-nameMessageDrivenBeanType<T> removeEjbName()
ejb-name elementMessageDrivenBeanTypeMessageDrivenBeanType<T> mappedName(String mappedName)
mapped-name elementmappedName - the value for the element mapped-nameMessageDrivenBeanTypeString getMappedName()
mapped-name elementmapped-nameMessageDrivenBeanType<T> removeMappedName()
mapped-name elementMessageDrivenBeanTypeMessageDrivenBeanType<T> ejbClass(String ejbClass)
ejb-class elementejbClass - the value for the element ejb-classMessageDrivenBeanTypeString getEjbClass()
ejb-class elementejb-classMessageDrivenBeanType<T> removeEjbClass()
ejb-class elementMessageDrivenBeanTypeMessageDrivenBeanType<T> messagingType(String messagingType)
messaging-type elementmessagingType - the value for the element messaging-typeMessageDrivenBeanTypeString getMessagingType()
messaging-type elementmessaging-typeMessageDrivenBeanType<T> removeMessagingType()
messaging-type elementMessageDrivenBeanTypeNamedMethodType<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 elementMessageDrivenBeanTypeMessageDrivenBeanType<T> transactionType(TransactionTypeType transactionType)
transaction-type elementtransactionType - the value for the element transaction-typeMessageDrivenBeanTypeMessageDrivenBeanType<T> transactionType(String transactionType)
transaction-type elementtransactionType - the value for the element transaction-typeMessageDrivenBeanTypeTransactionTypeType getTransactionType()
transaction-type elementtransaction-typeString getTransactionTypeAsString()
transaction-type elementtransaction-typeMessageDrivenBeanType<T> removeTransactionType()
transaction-type attributeMessageDrivenBeanTypeMessageDrivenBeanType<T> messageDestinationType(String messageDestinationType)
message-destination-type elementmessageDestinationType - the value for the element message-destination-typeMessageDrivenBeanTypeString getMessageDestinationType()
message-destination-type elementmessage-destination-typeMessageDrivenBeanType<T> removeMessageDestinationType()
message-destination-type elementMessageDrivenBeanTypeMessageDrivenBeanType<T> messageDestinationLink(String messageDestinationLink)
message-destination-link elementmessageDestinationLink - the value for the element message-destination-linkMessageDrivenBeanTypeString getMessageDestinationLink()
message-destination-link elementmessage-destination-linkMessageDrivenBeanType<T> removeMessageDestinationLink()
message-destination-link elementMessageDrivenBeanTypeActivationConfigType<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 elementMessageDrivenBeanTypeAroundInvokeType<MessageDrivenBeanType<T>> getOrCreateAroundInvoke()
around-invoke element will be created and returned.
Otherwise, the first existing around-invoke element will be returned.around-invokeAroundInvokeType<MessageDrivenBeanType<T>> createAroundInvoke()
around-invoke elementAroundInvokeType> List<AroundInvokeType<MessageDrivenBeanType<T>>> getAllAroundInvoke()
around-invoke elementsaround-invokeMessageDrivenBeanType<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 elementMessageDrivenBeanTypeMessageDrivenBeanType<T> id(String id)
id attributeid - the value for the attribute idMessageDrivenBeanTypeString getId()
id attributeidMessageDrivenBeanType<T> removeId()
id attributeMessageDrivenBeanTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.