public class CoreDeadlockHandler extends FHandler
FHandler.AgentStartType| Constructor and Description |
|---|
CoreDeadlockHandler()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
registerMib(BaseMib mb) |
void |
shutdown()
The method is called by SNMP agent when it's shutdown.
|
void |
start(FHandler.AgentStartType startType)
The method is called by SNMP agent when it's started or restarted.
|
void |
stop()
The method is called by SNMP agent when it's stopped.
|
getTimestampNow, init, isIntegerEqual, setAgentpublic void registerMib(BaseMib mb) throws FException
registerMib in class FHandlerFExceptionpublic void start(FHandler.AgentStartType startType)
start in class FHandlerstartType - agent start type.FHandler.start(org.friendlysnmp.FHandler.AgentStartType)public void stop()
stop in class FHandlerFHandler.stop()public void shutdown()
shutdown in class FHandlerFHandler.shutdown()