API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.smartcardio. TerminalFactory View Source
Author(s)
Andreas Sterbenz
JSR 268 Expert Group
Since
1.6
Version
1.8, 07/20/06
Serial
Hierarchy
 Object
      TerminalFactory
Implements
Subclasses
Description
publicfinal class TerminalFactory
  A factory for CardTerminal objects.
See also:    CardTerminals Provider
Constructors
private TerminalFactory (TerminalFactorySpi spi, Provider provider, String type)
Methods
Hide/Show inherited methods
publicstatic TerminalFactory getDefault ()
  Returns the default TerminalFactory instance.
publicstatic String getDefaultType ()
  Get the default TerminalFactory type.
publicstatic TerminalFactory getInstance (String type, Object params) throws NoSuchAlgorithmException
  Returns a TerminalFactory of the specified type that is initialized with the specified parameters.
publicstatic TerminalFactory getInstance (String type, Object params, Provider provider) throws NoSuchAlgorithmException
  Returns a TerminalFactory of the specified type that is initialized with the specified parameters.
publicstatic TerminalFactory getInstance (String type, Object params, String provider) throws NoSuchAlgorithmException NoSuchProviderException
  Returns a TerminalFactory of the specified type that is initialized with the specified parameters.
public Provider getProvider ()
  Returns the provider of this TerminalFactory.
public String getType ()
  Returns the type of this TerminalFactory.
public CardTerminals terminals ()
  Returns a new CardTerminals object encapsulating the terminals supported by this factory.
public String toString ()
  Returns a string representation of this TerminalFactory.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar