public interface EJB3MessageDrivenFacade extends Service
Modifier and Type | Method and Description |
---|---|
String |
getAcknowledgeMode()
Returns the acknowledge mode for this JMS message driven bean.
|
String |
getAttributesAsList(Collection attributes,
boolean includeTypes,
boolean includeNames)
Returns the comma separated list of attributes.This method can be used to generate
argument lists for constructors and method calls.
|
Collection |
getConstants(boolean follow)
Gets all constants for this message driven EJB.
|
String |
getDestination()
Returns the destination queue or topic JNDI name this message driven bean is associated with.
|
String |
getDestinationType()
Returns the destination type of the message driven bean.
|
String |
getDurableSubscriptionId()
This returns a subscription name which is only required for durable subscriptions.
|
Collection |
getEnvironmentEntries(boolean follow)
Gets all env-entries for the specified session EJB.
|
String |
getFullyQualifiedMessageDrivenImplementationName()
Returns the fully qualified message driven bean implementation name.
|
String |
getFullyQualifiedMessageDrivenListenerName()
Returns the fully qualified message driven bean listener name.
|
String |
getFullyQualifiedMessageDrivenName()
Returns the fully qualified message driven bean name.
|
String |
getFullyQualifiedMessageDrivenTestName()
Returns the fully qualified message driven test class name
|
Collection |
getInterceptorReferences()
Returns the Collection of target elements from the message-driven bean class where the
target class has a stereotype of Interceptor.
|
int |
getMaximumPoolSize()
Returns the MDB maximum pool size.
|
String |
getMessageDrivenImplementationName()
Returns the message driven bean implementation name.
|
String |
getMessageDrivenListenerName()
Returns the message driven bean callback listener name.
|
String |
getMessageDrivenName()
Returns message driven bean name.
|
String |
getMessageDrivenTestName()
Returns the message driven bean test class name
|
String |
getMessageSelector()
Returns the JMS message selector used when determining the messages a message driven bean is
to receive.
|
int |
getMinimumPoolSize()
Returns the MDB minimum pool size.
|
String |
getRunAs()
Returns the run-as identity for the message driven bean which is used to establish the
identity the bean will use when making calls.
|
String |
getSubscriptionDurability()
If the message driven bean is associated with a topic, then this will return the subscription
durability.
|
String |
getTestPackageName()
Returns the message driven test package name.
|
String |
getTransactionManagement()
Returns the transaction demarcation strategy for this bean.
|
String |
getTransactionType()
Gets the transaction type for this message driven bean.
|
boolean |
isDestinationTypeQueue()
Returns true if the destination type if a javax.jms.Queue.
|
boolean |
isDestinationTypeTopic()
Returns true if the destination type is a javax.jms.Topic.
|
boolean |
isEJB3MessageDrivenFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isExcludeDefaultInterceptors()
Determines whether to exclude the invocation of the default interceptors for all business
method in the bean.
|
boolean |
isListenerEnabled()
Returns true if this message driven bean has the stereotype Listener.
|
boolean |
isSubscriptionDurable()
Returns true if the topic subscription durability setting is Durable.
|
boolean |
isSubscriptionNonDurable()
Returns true if the subscription durability setting is NonDurable.
|
boolean |
isTransactionManagementBean()
Returns true if the transaction demarcation strategy is bean managedfor this bean.
|
getAllEntityReferences, getAllMessagingDestinations, getAllRoles, getAllServiceReferences, getEntityReferences, getMessagingDestinations, getRoles, getServiceReferences, isServiceMetaType
findAttribute, getAbstractions, getAllAssociatedClasses, getAllProperties, getAllRequiredConstructorParameters, getArray, getArrayName, getAssociatedClasses, getAssociationEnds, getAttributes, getAttributes, getFullyQualifiedArrayName, getImplementationOperations, getImplementedInterfaceList, getInstanceAttributes, getInstanceOperations, getInterfaceAbstractions, getJavaNewString, getJavaNullString, getNavigableConnectingEnds, getNavigableConnectingEnds, getNonArray, getOperationCallFromAttributes, getOperations, getProperties, getProperties, getRequiredConstructorParameters, getSerialVersionUID, getStaticAttributes, getStaticOperations, getSuperClass, getWrapperName, isAbstract, isArrayType, isAssociationClass, isBlobType, isBooleanType, isCharacterType, isClassifierFacadeMetaType, isClobType, isCollectionType, isDataType, isDateType, isDoubleType, isEmbeddedValue, isEnumeration, isFileType, isFloatType, isIntegerType, isInterface, isLeaf, isListType, isLongType, isMapType, isPrimitive, isSetType, isStringType, isTimeType, isWrappedPrimitive
findTaggedValue, getAllGeneralizations, getAllSpecializations, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getSpecializations, isGeneralizableElementFacadeMetaType
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isEJB3MessageDrivenFacadeMetaType()
true
String getAcknowledgeMode()
String getAttributesAsList(Collection attributes, boolean includeTypes, boolean includeNames)
attributes
- CollectionincludeTypes
- booleanincludeNames
- booleanCollection getConstants(boolean follow)
follow
- booleanString getDestination()
String getDestinationType()
String getDurableSubscriptionId()
Collection getEnvironmentEntries(boolean follow)
follow
- booleanString getFullyQualifiedMessageDrivenImplementationName()
String getFullyQualifiedMessageDrivenListenerName()
String getFullyQualifiedMessageDrivenName()
String getFullyQualifiedMessageDrivenTestName()
Collection getInterceptorReferences()
int getMaximumPoolSize()
String getMessageDrivenImplementationName()
String getMessageDrivenListenerName()
String getMessageDrivenName()
String getMessageDrivenTestName()
String getMessageSelector()
int getMinimumPoolSize()
String getRunAs()
String getSubscriptionDurability()
String getTestPackageName()
String getTransactionManagement()
String getTransactionType()
boolean isDestinationTypeQueue()
boolean isDestinationTypeTopic()
boolean isExcludeDefaultInterceptors()
boolean isListenerEnabled()
boolean isSubscriptionDurable()
boolean isSubscriptionNonDurable()
boolean isTransactionManagementBean()
Copyright © 2006–2014 AndroMDA.org. All rights reserved.