Package | Description |
---|---|
org.friendlysnmp |
Provides classes and interfaces to access FriendlySNMP API.
|
org.friendlysnmp.plugin.core |
Contains classes to support FRIENDLY-SNMP-MIB.
|
Modifier and Type | Method and Description |
---|---|
static FHandler.AgentStartType |
FHandler.AgentStartType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FHandler.AgentStartType[] |
FHandler.AgentStartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FHandler.start(FHandler.AgentStartType startType)
The method is called by SNMP agent when it's started or restarted.
|
Modifier and Type | Method and Description |
---|---|
void |
CoreLifeHandler.start(FHandler.AgentStartType startType)
Sends startup notification.
|
void |
CoreDeadlockHandler.start(FHandler.AgentStartType startType)
The method is called by SNMP agent when it's started or restarted.
|