AdminSessionListener
instead.public interface HTTPReportListener
extends javacard.framework.Shareable
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
.
Modifier and Type | Field and Description |
---|---|
static short |
HTTP_SESSION_ERROR
Deprecated.
Since export file version 1.8. Use
AdminSessionListener.ADMIN_SESSION_ERROR instead. |
static short |
HTTP_SESSION_NO_ERROR
Deprecated.
Since export file version 1.8. Use
AdminSessionListener.ADMIN_SESSION_NO_ERROR instead. |
Modifier and Type | Method and Description |
---|---|
void |
httpAdministationSessionReport(short status)
Deprecated.
Since export file version 1.8. Use
AdminSessionListener.administrationSessionReport(short) instead. |
static final short HTTP_SESSION_NO_ERROR
AdminSessionListener.ADMIN_SESSION_NO_ERROR
instead.static final short HTTP_SESSION_ERROR
AdminSessionListener.ADMIN_SESSION_ERROR
instead.void httpAdministationSessionReport(short status)
AdminSessionListener.administrationSessionReport(short)
instead.The OPEN notifies the Application when the HTTP Administration Session ends or when the retry policy is exhausted.
status
- Either HTTP_SESSION_NO_ERROR
(success) or HTTP_SESSION_ERROR
(failure).Copyright © 2003-2024 GlobalPlatform, Inc. All rights reserved. The technology provided or described in this specification is subject to updates, revisions, and extensions by GlobalPlatform. Recipients of this document are invited to submit, with their comments, notification of any relevant patent rights or other intellectual property rights of which they may be aware which might be necessarily infringed by the implementation of the specification or other work product set forth in this document, and to provide supporting documentation.
THIS SPECIFICATION OR OTHER WORK PRODUCT IS BEING OFFERED WITHOUT ANY WARRANTY WHATSOEVER, AND IN PARTICULAR, ANY WARRANTY OF NON-INFRINGEMENT IS EXPRESSLY DISCLAIMED. ANY IMPLEMENTATION OF THIS SPECIFICATION OR OTHER WORK PRODUCT SHALL BE MADE ENTIRELY AT THE IMPLEMENTER'S OWN RISK, AND NEITHER THE COMPANY, NOR ANY OF ITS MEMBERS OR SUBMITTERS, SHALL HAVE ANY LIABILITY WHATSOEVER TO ANY IMPLEMENTER OR THIRD PARTY FOR ANY DAMAGES OF ANY NATURE WHATSOEVER DIRECTLY OR INDIRECTLY ARISING FROM THE IMPLEMENTATION OF THIS SPECIFICATION OR OTHER WORK PRODUCT.