|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.dtv.smartcard.TerminalFactory
public final class TerminalFactory
Provides access to the Card Terminal(s) implemented or connected to the device.
A CardTerminal
is identified by an integer value the Slot number.
The Set-Top-Box must assign the slot number zero to the build in physical card
terminal. The slot number can be used to retrieve a javax.microedition.apdu.APDUConnection
.
Method Summary | |
---|---|
static TerminalFactory |
getDefault()
Provides the default implementation of the TerminalFactory available in the device. |
List |
terminal()
Returns a List of CardTerminal objects that are build in or
attached via an external interface (e.g. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TerminalFactory getDefault()
public List terminal()
List
of CardTerminal objects that are build in or
attached via an external interface (e.g. USB) to the device.
CardTerminal
objects each representing a
physical card terminal
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |