API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.smartcardio. CardTerminal View Source
Author(s)
Andreas Sterbenz
JSR 268 Expert Group
Since
1.6
Version
1.5, 07/20/06
Serial
Hierarchy
 Object
      CardTerminal
Implements
Subclasses
Description
publicabstract abstract class CardTerminal
  A Smart Card terminal, sometimes refered to as a Smart Card Reader.
Constructors
protected CardTerminal ()
  Constructs a new CardTerminal object.
Methods
Hide/Show inherited methods
publicabstract Card connect (String protocol) throws CardException
  Establishes a connection to the card.
publicabstract String getName ()
  Returns the unique name of this terminal.
publicabstract boolean isCardPresent () throws CardException
  Returns whether a card is present in this terminal.
publicabstract boolean waitForCardAbsent (long timeout) throws CardException
  Waits until a card is absent in this terminal or the timeout expires.
publicabstract boolean waitForCardPresent (long timeout) throws CardException
  Waits until a card is present in this terminal or the timeout expires.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar