|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ireasoning.protocol.snmp.SubagentEvent
public class 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 | |
---|---|
java.util.Vector |
getOIDs()
Returns a list of SnmpOID objects which are associated with certain events. |
java.net.Socket |
getSocket()
Returns the socket object of subagent |
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 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 java.util.Vector getOIDs()
public java.net.Socket getSocket()
public int getType()
getType
in interface Msg
public java.lang.String getTypeString()
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 |