HOME

com.ireasoning.protocol
Interface Msg

All Superinterfaces:
Serializable
All Known Subinterfaces:
SnmpDataType
All Known Implementing Classes:
ErrorMsg, 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
Method Detail

getType

public int getType()
Returns the message type

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.