|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides information needed to log an exception in the point-of-sale exception log.
Method Summary | |
---|---|
java.lang.String |
getMessage()
Get the message text for this exception. |
com.ibm.retail.saf.provider.TransactionID |
getTransactionID()
Get the transaction identifier for this log request. |
void |
setMessage(java.lang.String message)
Set the message text for this exception. |
void |
setTransactionID(com.ibm.retail.saf.provider.TransactionID xtn)
Set the transaction identifier for this exception A Transaction ID provides a means of associating a transaction with the log record. |
Methods inherited from interface com.ibm.retail.saf.provider.POSRequest |
---|
getClientID, getRequestIdentifier |
Methods inherited from interface com.ibm.retail.saf.provider.POSInfo |
---|
getExtendedAttribute, getExtendedAttributeNames, removeExtendedAttribute, setExtendedAttribute |
Method Detail |
public void setTransactionID(com.ibm.retail.saf.provider.TransactionID xtn)
A Transaction ID provides a means of associating a transaction with the log record.
xtn
- transaction identifierpublic com.ibm.retail.saf.provider.TransactionID getTransactionID()
A Transaction ID provides a means of associating a transaction with the log record.
public void setMessage(java.lang.String message)
message
- text of the messagepublic java.lang.String getMessage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |