javax.microedition.ipdr.callback.msg
Interface GetSessionsResponseInfo

All Superinterfaces:
MessageInfo

public interface GetSessionsResponseInfo
extends MessageInfo

The interface represents a GET_SESSIONS_RESPONSE message information. An Exporter MUST respond to a GET SESSION Message with GET SESSIONS RESPONSE Message that includes the list of Sessions available to this Collector. The Session lists, may then in turn, be used by a Collector to issue GET TEMPLATES Messages for specific Sessions of interest

Version:
1.0
Author:
Shai Gotlib
See Also:
GetSessionsInfo, GetTemplatesInfo

Method Summary
 short getRequestId()
          Returns the request Id
 java.util.Vector getSessions()
          Returns vector of Sessions parameters.
 
Methods inherited from interface javax.microedition.ipdr.callback.msg.MessageInfo
msgId, msgName, toString
 

Method Detail

getRequestId

public short getRequestId()
Returns the request Id

Returns:
request id (short value)

getSessions

public java.util.Vector getSessions()
Returns vector of Sessions parameters.

Returns:
Vector of Sessions parameters