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 void
adminToolActivated()
Will be called from the Mgmt Swiftlet when an admin tool is activated.void
adminToolDeactivated()
Will be called from the Mgmt Swiftlet when an admin tool is deactivated.void
close()
EntityList
getMemoryList()
void
performTimeAction()
Perform the specific time actionvoid
start()
-
-
-
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:MgmtListener
Will be called from the Mgmt Swiftlet when an admin tool is activated.- Specified by:
adminToolActivated
in interfaceMgmtListener
-
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 interfaceMgmtListener
-
performTimeAction
public void performTimeAction()
Description copied from interface:TimerListener
Perform the specific time action- Specified by:
performTimeAction
in interfaceTimerListener
-
close
public void close()
-
-