See: Description
| Interface | Description | 
|---|---|
| Remote | The Remote interface serves to identify interfaces whose methods may be
 invoked from a CAD client application. | 
| Exception | Description | 
|---|---|
| RemoteException | A Java Card runtime environment-owned instance of
  RemoteExceptionis thrown to indicate that a
 communication-related exception has occurred during the execution of a remote
 method call. | 
Defines the Remote interface which identifies interfaces whose methods can be invoked from card acceptance device (CAD) client applications. It also defines a RemoteException that can be thrown to indicate an exception occurred during the execution of a remote method call.
This package is optional, however, MUST be be implemented when javacard.framework.service package is implemented.
Copyright © 1998, 2015, Oracle and/or its affiliates. All rights reserved.