FileDocCategorySizeDatePackage
MdbDelegateWrapper.javaAPI DocJBoss 4.2.11787Fri Jul 13 20:53:56 BST 2007org.jboss.ejb3.mdb

MdbDelegateWrapper

public class MdbDelegateWrapper extends org.jboss.ejb3.ServiceDelegateWrapper implements MdbDelegateWrapperMBean
author
William DeCoste

Fields Summary
Constructors Summary
public MdbDelegateWrapper(Object delegate)

	   super(delegate);
   
Methods Summary
public intgetKeepAliveMillis()

      return ((MDB)delegate).getKeepAliveMillis();
   
public intgetMaxMessages()

	   return ((MDB)delegate).getMaxMessages();
   
public intgetMaxPoolSize()

	   return ((MDB)delegate).getMaxPoolSize();
   
public intgetMinPoolSize()

	   return ((MDB)delegate).getMinPoolSize();