HOME

com.ireasoning.protocol
Interface Msg

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
SnmpDataType
All Known Implementing Classes:
ChangeEvent, ErrorMsg, SnmpBits, SnmpCounter32, SnmpCounter64, SnmpDateAndTime, SnmpGauge32, SnmpInform, SnmpInt, SnmpIpAddress, SnmpNull, SnmpOctetString, SnmpOID, SnmpOpaque, SnmpPdu, SnmpTimeTicks, SnmpTrap, SnmpUInt, SnmpV1Trap, SnmpV2Notification, SnmpVarBind, TimeoutErrorMsg, TL1AckMsg, TL1NotificationMsg, TL1OutputMsg, TL1ResponseMsg

public interface Msg
extends java.io.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

static final int ERROR_TYPE
Error msg type

See Also:
Constant Field Values
Method Detail

getType

int getType()
Returns the message type


HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.