org.jboss.ejb3.stateful
Class StatefulDelegateWrapper
java.lang.Object
org.jboss.ejb3.ContainerDelegateWrapper<StatefulContainer>
org.jboss.ejb3.stateful.StatefulDelegateWrapper
- All Implemented Interfaces:
- ContainerDelegateWrapperMBean, StatefulDelegateWrapperMBean
public class StatefulDelegateWrapper
- extends ContainerDelegateWrapper<StatefulContainer>
- implements StatefulDelegateWrapperMBean
- Author:
- William DeCoste
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatefulDelegateWrapper
protected StatefulDelegateWrapper(StatefulContainer delegate)
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.