|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionFactoryException | |
com.jaccal |
Uses of SessionFactoryException in com.jaccal |
Methods in com.jaccal that throw SessionFactoryException | |
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 |
Constructors in com.jaccal that throw SessionFactoryException | |
SessionFactory()
|
|
JaccalPCSCSessionFactory()
Constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |