|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Session | |
com.jaccal | |
com.jaccal.console |
Uses of Session in com.jaccal |
Subclasses of Session in com.jaccal | |
class |
JaccalPCSCSession
Jaccal-PCSC specific implementation of the Session |
Methods in com.jaccal that return Session | |
abstract Session |
SessionFactory.createSession(String name,
String reader)
Creates and returns a session object according to the type of card is in the reader |
abstract Session |
SessionFactory.createSession(String name)
Creates and returns a session based on the card in the reader. |
abstract Session |
SessionFactory.createSession(String name,
int cardType)
Creates and returns a specific session object. |
abstract Session[] |
SessionFactory.createSessions()
|
abstract Session[] |
SessionFactory.createSessions(int cardType)
|
Session |
JaccalPCSCSessionFactory.createSession(String name,
String reader)
Creates a session, assigning the name and specifying which reader to use |
Session |
JaccalPCSCSessionFactory.createSession(String name)
Creates a session, assigning the name. |
Session |
JaccalPCSCSessionFactory.createSession(String name,
int cardType)
Creates a session, assigning the name, for the specific card type to detect. |
Session[] |
JaccalPCSCSessionFactory.createSessions()
Creates a list of all sessions available in the system |
Session[] |
JaccalPCSCSessionFactory.createSessions(int cardType)
|
Uses of Session in com.jaccal.console |
Fields in com.jaccal.console declared as Session | |
(package private) Session |
Anubis.session
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |