javax.microedition.ipdr.callback.msg
Interface GetTemplatesResponseInfo

All Superinterfaces:
MessageInfo

public interface GetTemplatesResponseInfo
extends MessageInfo

The interface represents a GET_TEMPLATE_RESPONSE message information. An Exporter MUST respond with a GET TEMPLATES RESPONSE for any valid Template in Session which the Collector is allowed to consume. If a sessionId is not available, an ERROR Message SHOULD be sent and the connection terminated.

Version:
1.0
Author:
Shai Gotlib
See Also:
GetTemplatesInfo

Method Summary
 short getConfigId()
          Returns the ConfigId The configId is the Identifier of a specific Template Set Configuration.
 short getRequestId()
          Returns the request Id
 java.util.Vector getTemplates()
          Returns vector of TemplateConfig
 
Methods inherited from interface javax.microedition.ipdr.callback.msg.MessageInfo
msgId, msgName, toString
 

Method Detail

getConfigId

public short getConfigId()
Returns the ConfigId The configId is the Identifier of a specific Template Set Configuration. It is changed whenever the Template Set Configuration is changed. It is set to 0 if unused.

Returns:
ConfigId (short value)

getRequestId

public short getRequestId()
Returns the request Id

Returns:
the request Id (short value)

getTemplates

public java.util.Vector getTemplates()
Returns vector of TemplateConfig

Returns:
Vector of TemplateConfig
See Also:
TemplateConfig