org.jboss.ejb3.stateless
Class StatelessDelegateWrapper

java.lang.Object
  extended by org.jboss.ejb3.ContainerDelegateWrapper<StatelessContainer>
      extended by org.jboss.ejb3.stateless.StatelessDelegateWrapper
All Implemented Interfaces:
ContainerDelegateWrapperMBean, StatelessDelegateWrapperMBean

public class StatelessDelegateWrapper
extends ContainerDelegateWrapper<StatelessContainer>
implements StatelessDelegateWrapperMBean

Author:
William DeCoste

Field Summary
 
Fields inherited from class org.jboss.ejb3.ContainerDelegateWrapper
delegate
 
Constructor Summary
protected StatelessDelegateWrapper(StatelessContainer delegate)
           
 
Method Summary
 int getAvailableCount()
           
 int getCreateCount()
           
 int getCurrentSize()
           
 int getMaxSize()
           
 int getRemoveCount()
           
 
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

StatelessDelegateWrapper

protected StatelessDelegateWrapper(StatelessContainer delegate)
Method Detail

getAvailableCount

public int getAvailableCount()
Specified by:
getAvailableCount in interface StatelessDelegateWrapperMBean

getMaxSize

public int getMaxSize()
Specified by:
getMaxSize in interface StatelessDelegateWrapperMBean

getCurrentSize

public int getCurrentSize()
Specified by:
getCurrentSize in interface StatelessDelegateWrapperMBean

getCreateCount

public int getCreateCount()
Specified by:
getCreateCount in interface StatelessDelegateWrapperMBean

getRemoveCount

public int getRemoveCount()
Specified by:
getRemoveCount in interface StatelessDelegateWrapperMBean


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