|
VLab Common 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VlabException | |
---|---|
pl.psnc.vlab.conf | Utility classes for managing configuration of vlab modules. |
pl.psnc.vlab.conf.impl | |
pl.psnc.vlab.management.session | |
pl.psnc.vlab.remote.session | |
pl.psnc.vlab.remote.util | Utility classes for data conversions. |
pl.psnc.vlab.util.swing.gui | DEPRECATED !!! Provides classes and interfaces for dealing with swing components. |
pl.psnc.vlab.util.swing.thread | DEPRECATED !!! Provides classes and interfaces for dealing with threads in swing. |
Uses of VlabException in pl.psnc.vlab.conf |
---|
Methods in pl.psnc.vlab.conf that throw VlabException | |
---|---|
static IConfiguration |
ConfigFactory.getInstance()
Get an instance of the configuration object. |
static void |
SslFactory.initSsl(java.lang.ClassLoader classLoader,
IConfiguration config)
Initialize the SSL with the values specified by the Configuration |
Uses of VlabException in pl.psnc.vlab.conf.impl |
---|
Constructors in pl.psnc.vlab.conf.impl that throw VlabException | |
---|---|
ConfigurationImpl(java.lang.String appConfig)
Creates a new instance of ConfigurationImpl |
Uses of VlabException in pl.psnc.vlab.management.session |
---|
Methods in pl.psnc.vlab.management.session that throw VlabException | |
---|---|
static SessionValue |
SessionFactory.getSessionInstance()
Gets the session information object from the VLab system. |
static SessionValue |
SessionFactory.getSessionValue()
Get the session value object. |
static boolean |
SessionFactory.isSessionValid()
Check whether the current session is valid. |
static boolean |
SessionFactory.removeSession()
Delete session from the database by the given session key |
static boolean |
SessionFactory.updateSession()
Update timestamp in the current session |
Uses of VlabException in pl.psnc.vlab.remote.session |
---|
Methods in pl.psnc.vlab.remote.session that throw VlabException | |
---|---|
SessionValue |
VlabSessionRemote.getAppSession(java.lang.String sessionKey)
Retrieve session information by the given session key |
SessionValue |
VlabSessionRemoteImpl.getAppSession(java.lang.String sessionKey)
Retrieve session information by the given session key |
byte[] |
VlabSessionRemote.getUserProxy(int userId)
Get the user proxy |
byte[] |
VlabSessionRemoteImpl.getUserProxy(int userId)
Get the user proxy |
boolean |
VlabSessionRemote.isSessionValid(java.lang.String sessionKey)
Checks whether the current session is valid. |
boolean |
VlabSessionRemoteImpl.isSessionValid(java.lang.String sessionKey)
Checks whether the current session is valid. |
boolean |
VlabSessionRemote.removeSession(java.lang.String sessionKey)
Deletes session from the database by the given session key |
boolean |
VlabSessionRemoteImpl.removeSession(java.lang.String sessionKey)
Deletes session from the database by the given session key |
boolean |
VlabSessionRemote.updateSession(java.lang.String sessionKey)
Updates timestamp in the current session |
boolean |
VlabSessionRemoteImpl.updateSession(java.lang.String sessionKey)
Updates timestamp in the current session |
Constructors in pl.psnc.vlab.remote.session that throw VlabException | |
---|---|
VlabSessionRemoteImpl()
|
Uses of VlabException in pl.psnc.vlab.remote.util |
---|
Methods in pl.psnc.vlab.remote.util that throw VlabException | |
---|---|
SessionValue |
BytesConversion.convertToSessionValue(pl.psnc.vlab.remote.Dgram datagramOut)
Converts a stream of bytes to the SessionValue object. |
static java.nio.ByteOrder |
DatagramHelper.getByteOrder(int byteOrder)
Decodes the byte order by the given integer value. |
boolean |
BytesConversion.isSessionValidAnswer(pl.psnc.vlab.remote.Dgram datagramOut)
Converts a stream of bytes to boolean type struct isAppSessionValidAnswer { int isValid; //boolean is valid (0/1) }; |
static pl.psnc.vlab.remote.Dgram |
DatagramHelper.setCommonFields(pl.psnc.vlab.remote.Dgram datagramIn)
Fills all the fileds in the Datagram object which can be set. |
static pl.psnc.vlab.remote.Dgram |
DatagramHelper.setCommonFieldsWithoutSession(pl.psnc.vlab.remote.Dgram datagramIn)
Fills all the fileds in the Datagram object which can be set. |
Uses of VlabException in pl.psnc.vlab.util.swing.gui |
---|
Methods in pl.psnc.vlab.util.swing.gui that throw VlabException | |
---|---|
static void |
SwingLocale.initJFileChooser(java.util.Locale locale)
Initialize the JOption pane to the specified locale |
static void |
SwingLocale.initJOptionPane(java.util.Locale locale)
Initialize the JOption pane to the specified locale |
Constructors in pl.psnc.vlab.util.swing.gui that throw VlabException | |
---|---|
JBallsPane(int ballNumber,
boolean randomOccurance,
java.util.Locale locale)
Creates new form Balls with the number of balls and random flag specified. |
Uses of VlabException in pl.psnc.vlab.util.swing.thread |
---|
Methods in pl.psnc.vlab.util.swing.thread that throw VlabException | |
---|---|
void |
ProgressIndicator.fireFinish()
Deprecated. Informs the progress thread that the long time task has finished. |
void |
Progress.fireFinish()
Deprecated. Informs the progress thread that the long time task has finished |
|
VLab Common 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |