javax.microedition.ipdr.callback.msg
Interface GetTemplatesInfo

All Superinterfaces:
MessageInfo

public interface GetTemplatesInfo
extends MessageInfo

The interface represents a GET_TEMPLATE message information. A Collector MAY identify the available Templates for a given Session context by issuing the GET TEMPLATES Message. Responses are linked to requests by setting the requestId.

Version:
1.0
Author:
Shai Gotlib
See Also:
GetTemplatesResponseInfo

Method Summary
 short getRequestId()
          Returns the request Id
 
Methods inherited from interface javax.microedition.ipdr.callback.msg.MessageInfo
msgId, msgName, toString
 

Method Detail

getRequestId

public short getRequestId()
Returns the request Id

Returns:
the request Id (short vlaue)