org.jboss.ejb3.stateless
Class StatelessDelegateWrapper
java.lang.Object
org.jboss.ejb3.ContainerDelegateWrapper<StatelessContainer>
org.jboss.ejb3.stateless.StatelessDelegateWrapper
- All Implemented Interfaces:
- ContainerDelegateWrapperMBean, StatelessDelegateWrapperMBean
public class StatelessDelegateWrapper
- extends ContainerDelegateWrapper<StatelessContainer>
- implements StatelessDelegateWrapperMBean
- Author:
- William DeCoste
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatelessDelegateWrapper
protected StatelessDelegateWrapper(StatelessContainer delegate)
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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.