|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.dtv.smartcard.CardTerminal
Encapsulates the functionality of a physical card terminal.
Constructor Summary | |
CardTerminal()
|
Method Summary | |
abstract void |
addCardTerminalListener(CardTerminalListener listener)
Adds a new CardTerminalListener to the CardTerminal. |
abstract PassThroughAPDUConnection |
getConnection(int slotNumber)
Creates an APDUConnection for the given CardTerminal with the given slot number. |
abstract int |
getSlotNumber()
Retrieves the slot number of this CardTerminal object, the framework is responsible to assign each card terminal build in or connected to the device a slot number. |
abstract void |
removeCardTerminalListener(CardTerminalListener listener)
Removes a CardTerminalListener to the CardTerminal. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CardTerminal()
Method Detail |
public abstract int getSlotNumber()
public abstract void addCardTerminalListener(CardTerminalListener listener)
listener
- will receive events from this CardTerminal objectremoveCardTerminalListener(com.sun.dtv.smartcard.CardTerminalListener)
public abstract void removeCardTerminalListener(CardTerminalListener listener)
listener
- be removed from the CardTerminaladdCardTerminalListener(com.sun.dtv.smartcard.CardTerminalListener)
public abstract PassThroughAPDUConnection getConnection(int slotNumber)
slotNumber
- The identifier of the slot.
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |