public interface MessageDrivenBeanMetaData extends EnterpriseBeanMetaData
| Modifier and Type | Method and Description |
|---|---|
String |
getAcknowledgeMode()
Get the acknowledgeMode.
|
ActivationConfigMetaData |
getActivationConfig()
Get the activationConfig.
|
AroundInvokesMetaData |
getAroundInvokes()
Get the aroundInvokes.
|
String |
getMessageDestinationLink()
Get the messageDestinationLink.
|
String |
getMessageDestinationType()
Get the messageDestinationType.
|
String |
getMessageSelector()
Get the messageSelector.
|
String |
getMessagingType()
Get the messagingType.
|
SubscriptionDurability |
getSubscriptionDurability()
Get the subscriptionDurability.
|
NamedMethodMetaData |
getTimeoutMethod()
Get the timeoutMethod.
|
javax.ejb.TransactionManagementType |
getTransactionType()
Get the transactionType.
|
boolean |
isJMS()
Is this JMS
|
void |
setTimeoutMethod(NamedMethodMetaData timeoutMethod)
Set the timeoutMethod.
|
getAnnotatedEjbReferences, getAssemblyDescriptor, getContainerTransactions, getDataSourceByName, getDataSources, getDescriptionGroup, getEjbClass, getEjbJarMetaData, getEjbJarVersion, getEjbLocalReferenceByName, getEjbLocalReferences, getEjbName, getEjbReferenceByName, getEjbReferences, getEnterpriseBeansMetaData, getEnvironmentEntries, getEnvironmentEntryByName, getExcludeList, getJndiEnvironmentRefsGroup, getMappedName, getMessageDestinationReferenceByName, getMessageDestinationReferences, getMethodPermissions, getMethodTransactionType, getMethodTransactionType, getName, getPersistenceContextReferenceByName, getPersistenceContextRefs, getPersistenceUnitReferenceByName, getPersistenceUnitRefs, getPostConstructs, getPreDestroys, getResourceEnvironmentReferenceByName, getResourceEnvironmentReferences, getResourceReferenceByName, getResourceReferences, getSecurityIdentity, getSecurityRoleRefs, getServiceReferenceByName, getServiceReferences, isBMT, isCMT, isEntity, isMessageDriven, isSessiongetAdministeredObjectByName, getAdministeredObjects, getConnectionFactories, getConnectionFactoryByName, getJmsConnectionFactories, getJmsConnectionFactoryByName, getJmsDestinationByName, getJmsDestinations, getMailSessionByName, getMailSessionsgetId, setIdString getMessagingType()
boolean isJMS()
NamedMethodMetaData getTimeoutMethod()
void setTimeoutMethod(NamedMethodMetaData timeoutMethod)
timeoutMethod - the timeoutMethod.IllegalArgumentException - for a null timeoutMethodjavax.ejb.TransactionManagementType getTransactionType()
EnterpriseBeanMetaDatagetTransactionType in interface EnterpriseBeanMetaDataString getMessageDestinationType()
AroundInvokesMetaData getAroundInvokes()
String getMessageDestinationLink()
ActivationConfigMetaData getActivationConfig()
String getMessageSelector()
String getAcknowledgeMode()
SubscriptionDurability getSubscriptionDurability()
Copyright © 2019 JBoss by Red Hat. All rights reserved.