|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.smartcard.SmartCardReaderManager
public final class SmartCardReaderManager
The smart card reader manager allow user to know the status of any slot available on the terminal. The manager can dispatch the change of status in any reader to applications that registered themselves for monitoring it or can synchronously return the current status of the reader. The SmartCardReaderManager is a singleton.
Method Summary | |
---|---|
static SmartCardReaderManager |
getInstance()
Used to get the unique istance of the smart card reader manager. |
int |
getNumber()
Retrieves the number of smart card readers provided on the terminal. |
SmartCardReader[] |
getSmartCardReaders()
Allows application to retrieve an array including all the smart card readers provided on the terminal. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SmartCardReaderManager getInstance()
public int getNumber()
public SmartCardReader[] getSmartCardReaders()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |