org.jboss.ejb3.stateful
Class StatefulDelegateWrapper

java.lang.Object
  extended by org.jboss.ejb3.ContainerDelegateWrapper<StatefulContainer>
      extended by org.jboss.ejb3.stateful.StatefulDelegateWrapper
All Implemented Interfaces:
ContainerDelegateWrapperMBean, StatefulDelegateWrapperMBean

public class StatefulDelegateWrapper
extends ContainerDelegateWrapper<StatefulContainer>
implements StatefulDelegateWrapperMBean

Author:
William DeCoste

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

StatefulDelegateWrapper

protected StatefulDelegateWrapper(StatefulContainer delegate)
Method Detail

getCacheSize

public int getCacheSize()
Specified by:
getCacheSize in interface StatefulDelegateWrapperMBean

getTotalSize

public int getTotalSize()
Specified by:
getTotalSize in interface StatefulDelegateWrapperMBean

getPassivatedCount

public int getPassivatedCount()
Specified by:
getPassivatedCount in interface StatefulDelegateWrapperMBean

getCreateCount

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

getRemoveCount

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

getAvailableCount

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

getMaxSize

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

getCurrentSize

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


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