public interface BrokerCallbackRequest
extends javacard.framework.Shareable
It is intended for objects implementing this interface to be accessed through
a Global Service belonging to FAMILY_BROKER_SERVICE
and registered by a Broker Application.
Modifier and Type | Field and Description |
---|---|
static byte |
FAMILY_BROKER_SERVICE
Indicates the family of the Broker Service Identifier (0x88).
|
Modifier and Type | Method and Description |
---|---|
void |
requestCallback(short request)
Requests the Broker Application to perform a specific action whose result
shall eventually be notified to the caller of this method (i.e.
|
static final byte FAMILY_BROKER_SERVICE
void requestCallback(short request)
BrokerListener.onBrokerEvent(short, short, short, short, short, short, short)
).request
- identifies the reason for which a callback is requestedjavacard.framework.ISOException
- with reason code '6A81' if the request is not
supported or unknown to the Broker Application.Copyright © 2003-2019 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.