SATSA - JSR177

Uses of Class
java.rmi.RemoteException

Packages that use RemoteException
javax.microedition.jcrmi Provides classes and interfaces for Java Card RMI connection. 
 

Uses of RemoteException in javax.microedition.jcrmi
 

Methods in javax.microedition.jcrmi that throw RemoteException
 short JavaCardRMIConnection.enterPin(int pinID)
          A call to enterPin method pops up a UI that requests the PIN from the user.
 short JavaCardRMIConnection.changePin(int pinID)
          A call to changePin method pops up a UI that requests the user for an old or existing PIN value and the new PIN value to change the value of the PIN.
 short JavaCardRMIConnection.disablePin(int pinID)
          A call to disablePin method pops up a UI that requests the user to enter the value for the PIN that is to be disabled.
 short JavaCardRMIConnection.enablePin(int pinID)
          A call to enablePin method pops up a UI that requests the user to enter the value for the PIN that is to be enabled.
 short JavaCardRMIConnection.unblockPin(int blockedPinID, int unblockingPinID)
          This is a high-level method that lets the J2ME application ask the user to enter the value for an unblocking PIN, and the new value for the blocked PIN and send these to the card.
 


SATSA - JSR177

Submit a comment or suggestion Version 1.0 of SATSA Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2004 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.