HOME

com.ireasoning.protocol
Interface Msg

All Superinterfaces:
Serializable
All Known Subinterfaces:
SnmpDataType
All Known Implementing Classes:
AgentEvent, ErrorMsg, SnmpCounter64, SnmpInt, SnmpNull, SnmpOctetString, SnmpOID, SnmpPdu, SnmpUInt, SnmpV1Trap, SnmpVarBind, SubagentEvent, TL1OutputMsg

public interface Msg
extends Serializable

This class represents message Session received.

See Also:
Session, Listener

Field Summary
static int ERROR_TYPE
          Error msg type
 
Method Summary
 int getType()
          Returns the message type
 

Field Detail

ERROR_TYPE

public static final int ERROR_TYPE
Error msg type

See Also:
Constant Field Values
Method Detail

getType

public int getType()
Returns the message type


HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.