|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ireasoning.protocol.snmp.AgentEvent
public class 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 |
java.lang.String |
getTypeString()
Returns the string representation of type |
java.lang.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 java.lang.String getTypeString()
public SnmpPdu getPdu()
public java.lang.String toString()
toString
in class java.lang.Object
|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |