org.jboss.ejb3.mdb
Class MessagingDelegateWrapper

java.lang.Object
  extended by org.jboss.ejb3.ContainerDelegateWrapper<MessagingContainer>
      extended by org.jboss.ejb3.mdb.MessagingDelegateWrapper
All Implemented Interfaces:
ContainerDelegateWrapperMBean, MessagingDelegateWrapperMBean

public class MessagingDelegateWrapper
extends ContainerDelegateWrapper<MessagingContainer>
implements MessagingDelegateWrapperMBean

TODO: implement proper mdb stats

Version:
$Revision: 84054 $
Author:
Carlo de Wolf

Field Summary
 
Fields inherited from class org.jboss.ejb3.ContainerDelegateWrapper
delegate
 
Constructor Summary
protected MessagingDelegateWrapper(MessagingContainer delegate)
           
 
Method Summary
 int getKeepAliveMillis()
           
 int getMaxMessages()
           
 int getMaxPoolSize()
           
 int getMinPoolSize()
           
 boolean isDeliveryActive()
           
 void startDelivery()
           
 void stopDelivery()
           
 
Methods inherited from class org.jboss.ejb3.ContainerDelegateWrapper
getInvokeStats, getTimerService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.ejb3.ContainerDelegateWrapperMBean
getInvokeStats, getTimerService
 

Constructor Detail

MessagingDelegateWrapper

protected MessagingDelegateWrapper(MessagingContainer delegate)
Method Detail

getMinPoolSize

public int getMinPoolSize()
Specified by:
getMinPoolSize in interface MessagingDelegateWrapperMBean

getMaxPoolSize

public int getMaxPoolSize()
Specified by:
getMaxPoolSize in interface MessagingDelegateWrapperMBean

getMaxMessages

public int getMaxMessages()
Specified by:
getMaxMessages in interface MessagingDelegateWrapperMBean

getKeepAliveMillis

public int getKeepAliveMillis()
Specified by:
getKeepAliveMillis in interface MessagingDelegateWrapperMBean

isDeliveryActive

public boolean isDeliveryActive()
Specified by:
isDeliveryActive in interface MessagingDelegateWrapperMBean

startDelivery

public void startDelivery()
Specified by:
startDelivery in interface MessagingDelegateWrapperMBean

stopDelivery

public void stopDelivery()
Specified by:
stopDelivery in interface MessagingDelegateWrapperMBean


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.