Package com.swiftmq.swiftlet
Class RouterMemoryMeter
- java.lang.Object
-
- com.swiftmq.swiftlet.RouterMemoryMeter
-
- All Implemented Interfaces:
MgmtListener,TimerListener,java.util.EventListener
public class RouterMemoryMeter extends java.lang.Object implements TimerListener, MgmtListener
-
-
Constructor Summary
Constructors Constructor Description RouterMemoryMeter(Property memCollectIntervalProp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadminToolActivated()Will be called from the Mgmt Swiftlet when an admin tool is activated.voidadminToolDeactivated()Will be called from the Mgmt Swiftlet when an admin tool is deactivated.voidclose()EntityListgetMemoryList()voidperformTimeAction()Perform the specific time actionvoidstart()
-
-
-
Constructor Detail
-
RouterMemoryMeter
public RouterMemoryMeter(Property memCollectIntervalProp)
-
-
Method Detail
-
getMemoryList
public EntityList getMemoryList()
-
start
public void start()
-
adminToolActivated
public void adminToolActivated()
Description copied from interface:MgmtListenerWill be called from the Mgmt Swiftlet when an admin tool is activated.- Specified by:
adminToolActivatedin interfaceMgmtListener
-
adminToolDeactivated
public void adminToolDeactivated()
Description copied from interface:MgmtListenerWill be called from the Mgmt Swiftlet when an admin tool is deactivated.- Specified by:
adminToolDeactivatedin interfaceMgmtListener
-
performTimeAction
public void performTimeAction()
Description copied from interface:TimerListenerPerform the specific time action- Specified by:
performTimeActionin interfaceTimerListener
-
close
public void close()
-
-