javax.microedition.ipdr.callback.msg
Interface FlowStopInfo

All Superinterfaces:
MessageInfo

public interface FlowStopInfo
extends MessageInfo

The interface represents a FLOW_STOP message information.

Version:
1.0
Author:
Shai Gotlib

Method Summary
 short getReasonCode()
          Returns the reason code
 java.lang.String getReasonInfo()
          Returns the reason information values of 0-255 are reserved for standard reason codes.
 byte getSessionId()
          Returns the session Id Identifies the Session with which the Message is associated.
 
Methods inherited from interface javax.microedition.ipdr.callback.msg.MessageInfo
msgId, msgName, toString
 

Method Detail

getReasonCode

public short getReasonCode()
Returns the reason code

Returns:
short reason code

getReasonInfo

public java.lang.String getReasonInfo()
Returns the reason information values of 0-255 are reserved for standard reason codes. Values > 255 may be used for vendor specific codes. 0 = normal process termination 1 = termination due to process error

Returns:
The reason information (String value)

getSessionId

public byte getSessionId()
Returns the session Id Identifies the Session with which the Message is associated.

Returns:
The SessionId (byte value)