org.openmdx.kernel.application.deploy.spi
Interface Deployment.MessageDrivenBean

All Superinterfaces:
Configuration, Deployment.AssemblyDescriptor, Deployment.Bean, Deployment.Component, Deployment.Pool
All Known Implementing Classes:
MessageDrivenBeanDecorator, MessageDrivenBeanDeploymentDescriptor
Enclosing interface:
Deployment

public static interface Deployment.MessageDrivenBean
extends Deployment.Bean


Method Summary
 String getAcknowledgeMode()
           
 String getMessageDrivenDestinationSubscriptionDurability()
           
 String getMessageDrivenDestinationType()
           
 String getMessageSelector()
           
 String getTransactionType()
           
 
Methods inherited from interface org.openmdx.kernel.application.deploy.spi.Deployment.Bean
deploy, getEjbClass, getJndiName, getLocalJndiName
 
Methods inherited from interface org.openmdx.kernel.application.deploy.spi.Deployment.Component
getName, populate
 
Methods inherited from interface org.openmdx.kernel.application.configuration.Configuration
validate, verify
 
Methods inherited from interface org.openmdx.kernel.application.deploy.spi.Deployment.Pool
getInitialCapacity, getMaximumCapacity, getMaximumWait
 
Methods inherited from interface org.openmdx.kernel.application.deploy.spi.Deployment.AssemblyDescriptor
getContainerTransaction
 

Method Detail

getMessageSelector

String getMessageSelector()

getAcknowledgeMode

String getAcknowledgeMode()

getTransactionType

String getTransactionType()

getMessageDrivenDestinationType

String getMessageDrivenDestinationType()

getMessageDrivenDestinationSubscriptionDurability

String getMessageDrivenDestinationSubscriptionDurability()


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.