OpenCard  
 
OCF, the OpenCard Framework is a standard Java framework for working with Smart Cards.  
 

com.ibm.opencard.terminal.pcsc10
Class Pcsc10LockableTerminalFactory

java.lang.Object
  |
  +--com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory
        |
        +--com.ibm.opencard.terminal.pcsc10.Pcsc10LockableTerminalFactory

public class Pcsc10LockableTerminalFactory
extends Pcsc10CardTerminalFactory

CardTerminalFactory for lockable PCSC card terminals.

Version:
$Id: Pcsc10LockableTerminalFactory.java,v 1.1 1999/12/02 16:06:11 damke Exp $
See Also:
CardTerminalFactory

Constructor Summary
Pcsc10LockableTerminalFactory()
          Instantiate and initialize an Pcsc10LockableTerminalFactory.
 
Method Summary
 void createCardTerminals(CardTerminalRegistry ctr, java.lang.String[] terminalInfo)
          create a specific CardTerminal object that knows how to handle a specific card terminal and register it to the CardTerminalRegistry.
 
Methods inherited from class com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory
close, ListReaders, open
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pcsc10LockableTerminalFactory

public Pcsc10LockableTerminalFactory()
                              throws CardTerminalException
Instantiate and initialize an Pcsc10LockableTerminalFactory.
Throws:
CardTerminalException - Thrown when a problem occured.
Method Detail

createCardTerminals

public void createCardTerminals(CardTerminalRegistry ctr,
                                java.lang.String[] terminalInfo)
                         throws CardTerminalException
create a specific CardTerminal object that knows how to handle a specific card terminal and register it to the CardTerminalRegistry.
Parameters:
ctr - the CardTerminalRegistry for registration-process
terminalInfo - null - not needed for this factory
Overrides:
createCardTerminals in class Pcsc10CardTerminalFactory
See Also:
CardTerminalFactory