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
|
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 java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Pcsc10LockableTerminalFactory
public Pcsc10LockableTerminalFactory()
throws CardTerminalException
- Instantiate and initialize an Pcsc10LockableTerminalFactory.
- Throws:
- CardTerminalException - Thrown when a problem occured.
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-processterminalInfo - null - not needed for this factory- Overrides:
- createCardTerminals in class Pcsc10CardTerminalFactory
- See Also:
CardTerminalFactory
|