|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface represents a REQUEST message information.
Method Summary | |
short |
getConfigId()
Returns the ConfigId The configId is the Identifier of a specific Template Set Configuration. |
java.util.Hashtable |
getData()
Returns the data as Key and Value pair inside an Hashtable The Key type of String and the Value type is template dependent |
long |
getRequestId()
Returns the request Id |
byte |
getSessionId()
Returns the session Id |
short |
getTemplateId()
Returns the template Id |
boolean |
isDuplicateFlag()
Returns true if the duplicate flag was raised |
boolean |
isResponseRequired()
Returns true if response is required |
void |
setTemplate(TemplateConfig template)
Sets the template configuration. |
Methods inherited from interface javax.microedition.ipdr.callback.msg.MessageInfo |
msgId, msgName, toString |
Method Detail |
public short getConfigId()
public java.util.Hashtable getData() throws DataException
DataException
public long getRequestId()
public short getTemplateId()
public boolean isDuplicateFlag()
public boolean isResponseRequired()
public byte getSessionId()
public void setTemplate(TemplateConfig template)
template
- the template configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |