API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.smartcardio. CardTerminals View Source
Author(s)
Andreas Sterbenz
JSR 268 Expert Group
Since
1.6
Version
1.1, 07/20/06
Serial
Hierarchy
 Object
      CardTerminals
Implements
Subclasses
Description
publicabstract abstract class CardTerminals
  The set of terminals supported by a TerminalFactory.
See also:    TerminalFactory CardTerminal
Constructors
protected CardTerminals ()
  Constructs a new CardTerminals object.
Methods
Hide/Show inherited methods
public CardTerminal getTerminal (String name)
  Returns the terminal with the specified name or null if no such terminal exists.
public List<CardTerminal> list () throws CardException
  Returns an unmodifiable list of all available terminals.
publicabstract List<CardTerminal> list (State state) throws CardException
  Returns an unmodifiable list of all terminals matching the specified state.
public void waitForChange () throws CardException
  Waits for card insertion or removal in any of the terminals of this object.
publicabstract boolean waitForChange (long timeout) throws CardException
  Waits for card insertion or removal in any of the terminals of this object or until the timeout expires.
Fields
Hide/Show inherited fields
Nested Classes
  CardTerminals.State
Enumeration of attributes of a CardTerminal.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar