psdi.mbo

Class MboCounter

  • java.lang.Object
    • java.lang.ref.Reference
      • java.lang.ref.PhantomReference
        • psdi.mbo.MboCounter


  • public class MboCounter
    extends java.lang.ref.PhantomReference
    MboCounter A phantom reference to Mbo. This class is utilized to keep track of mbo counts.
    • Constructor Summary

      Constructors 
      Constructor and Description
      MboCounter(Mbo mbo, java.lang.ref.ReferenceQueue phantomQueue) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName() 
      int getTenantID() 
      • Methods inherited from class java.lang.ref.PhantomReference

        get
      • Methods inherited from class java.lang.ref.Reference

        clear, enqueue, isEnqueued
      • Methods inherited from class java.lang.Object

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

      • MboCounter

        public MboCounter(Mbo mbo,
                          java.lang.ref.ReferenceQueue phantomQueue)
                   throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getName

        public java.lang.String getName()
      • getTenantID

        public int getTenantID()