EnterpriseBeanMetaData, Environment, IdMetaData, RemoteEnvironment, java.io.SerializableMessageDrivenBean31MetaDataGenericBeanMetaData, JBossGenericBeanMetaDatapublic interface MessageDrivenBeanMetaData extends EnterpriseBeanMetaData
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAcknowledgeMode() |
Get the acknowledgeMode.
|
ActivationConfigMetaData |
getActivationConfig() |
Get the activationConfig.
|
AroundInvokesMetaData |
getAroundInvokes() |
Get the aroundInvokes.
|
java.lang.String |
getMessageDestinationLink() |
Get the messageDestinationLink.
|
java.lang.String |
getMessageDestinationType() |
Get the messageDestinationType.
|
java.lang.String |
getMessageSelector() |
Get the messageSelector.
|
java.lang.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, isSessiongetId, setIdgetAdministeredObjectByName, getAdministeredObjects, getConnectionFactories, getConnectionFactoryByName, getJmsConnectionFactories, getJmsConnectionFactoryByName, getJmsDestinationByName, getJmsDestinations, getMailSessionByName, getMailSessionsjava.lang.String getMessagingType()
boolean isJMS()
NamedMethodMetaData getTimeoutMethod()
void setTimeoutMethod(NamedMethodMetaData timeoutMethod)
timeoutMethod - the timeoutMethod.java.lang.IllegalArgumentException - for a null timeoutMethodjavax.ejb.TransactionManagementType getTransactionType()
EnterpriseBeanMetaDatagetTransactionType in interface EnterpriseBeanMetaDatajava.lang.String getMessageDestinationType()
AroundInvokesMetaData getAroundInvokes()
java.lang.String getMessageDestinationLink()
ActivationConfigMetaData getActivationConfig()
java.lang.String getMessageSelector()
java.lang.String getAcknowledgeMode()
SubscriptionDurability getSubscriptionDurability()
Copyright © 2018 JBoss by Red Hat. All rights reserved.