|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ireasoning.protocol.snmp.AgentEvent
An event object indicates event occurred on agent side
Field Summary | |
static int |
AUTHENTICATION_FAILURE
AuthenticationFailure. |
static int |
RELOAD_CONFIG
Indicates config file is reloaded |
Fields inherited from interface com.ireasoning.protocol.Msg |
ERROR_TYPE |
Constructor Summary | |
AgentEvent(int type)
Constructor |
|
AgentEvent(int type,
SnmpPdu pdu)
Constructor |
Method Summary | |
SnmpPdu |
getPdu()
Returns the PDU object just received by agent. |
int |
getType()
Returns the event type |
String |
getTypeString()
Returns the string representation of type |
String |
toString()
Returns a string representation of this object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int AUTHENTICATION_FAILURE
public static final int RELOAD_CONFIG
Constructor Detail |
public AgentEvent(int type)
public AgentEvent(int type, SnmpPdu pdu)
Method Detail |
public int getType()
getType
in interface Msg
public String getTypeString()
public SnmpPdu getPdu()
public String toString()
|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |