|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.smartcard.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.
Constructor Summary | |
protected |
SmartCardReaderManager()
This constructor is provided for the use of implementations and specifications which extend this specification. |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected SmartCardReaderManager()
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 |