|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTTPReportListener
This interface defines a method to receive a notification upon completion (success or failure) of an HTTP Administration Session.
An Application that wishes to receive such a notification shall implement the
Applet.getShareableInterfaceObject(javacard.framework.AID, byte)
to return an
HTTPReportListener
instance when the clientAID
parameter
is set to null
, and the parameter
parameter is set
to GPSystem.FAMILY_HTTP_REPORT
.
Field Summary | |
---|---|
static short |
HTTP_SESSION_ERROR
Constant notifying that a HTTP Administration Session failed. |
static short |
HTTP_SESSION_NO_ERROR
Constant notifying that a HTTP Administration Session ended successfully |
Method Summary | |
---|---|
void |
httpAdministationSessionReport(short status)
Notifies the Application that the requested HTTP Administration Session successfully completed or not. |
Field Detail |
---|
static final short HTTP_SESSION_NO_ERROR
static final short HTTP_SESSION_ERROR
Method Detail |
---|
void httpAdministationSessionReport(short status)
The OPEN notifies the Application when the HTTP Administration Session ends or when the retry policy is exhausted.
status
- Either HTTP_SESSION_NO_ERROR
(failure) or HTTP_SESSION_ERROR
(success).
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |