Class RouterMemoryMeter

java.lang.Object
com.swiftmq.swiftlet.RouterMemoryMeter
All Implemented Interfaces:
MgmtListener, TimerListener, EventListener

public class RouterMemoryMeter extends Object implements TimerListener, MgmtListener
  • Constructor Details

    • RouterMemoryMeter

      public RouterMemoryMeter(Property memCollectIntervalProp)
  • Method Details

    • getMemoryList

      public EntityList getMemoryList()
    • start

      public void start()
    • adminToolActivated

      public void adminToolActivated()
      Description copied from interface: MgmtListener
      Will be called from the Mgmt Swiftlet when an admin tool is activated.
      Specified by:
      adminToolActivated in interface MgmtListener
    • adminToolDeactivated

      public void adminToolDeactivated()
      Description copied from interface: MgmtListener
      Will be called from the Mgmt Swiftlet when an admin tool is deactivated.
      Specified by:
      adminToolDeactivated in interface MgmtListener
    • performTimeAction

      public void performTimeAction()
      Description copied from interface: TimerListener
      Perform the specific time action
      Specified by:
      performTimeAction in interface TimerListener
    • close

      public void close()