|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ireasoning.protocol.snmp.SubagentEvent
An event object indicates the state changes of subagent
Field Summary | |
static int |
CLOSE_EVENT
Close of subagent event, indicating subagent connection is closed |
static int |
OPEN_EVENT
Subagent open event, indicating new subagent connection has been established |
static int |
REGISTER_EVENT
registration event |
static int |
UNREGISTER_EVENT
unregistration event |
Fields inherited from interface com.ireasoning.protocol.Msg |
ERROR_TYPE |
Constructor Summary | |
SubagentEvent()
Constructor |
Method Summary | |
Vector |
getOIDs()
Returns a list of SnmpOID objects which are associated with certain events. |
Socket |
getSocket()
Returns the socket object of subagent |
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 OPEN_EVENT
public static final int REGISTER_EVENT
public static final int UNREGISTER_EVENT
public static final int CLOSE_EVENT
Constructor Detail |
public SubagentEvent()
Method Detail |
public Vector getOIDs()
public Socket getSocket()
public int getType()
getType
in interface Msg
public String getTypeString()
public String toString()
|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |