Class JMSConnectorManager.ShareableObjectPool.ReferenceCountedObject

  • Enclosing class:
    JMSConnectorManager.ShareableObjectPool

    public class JMSConnectorManager.ShareableObjectPool.ReferenceCountedObject
    extends java.lang.Object
    Wrapper to track the use count of an object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int count()  
      void decrement()  
      void increment()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReferenceCountedObject

        public ReferenceCountedObject​(java.lang.Object obj)
    • Method Detail

      • increment

        public void increment()
      • decrement

        public void decrement()
      • count

        public int count()