VLab Common 1.1

Uses of Class
pl.psnc.vlab.exception.VlabException

Packages that use VlabException
pl.psnc.vlab.conf Utility classes for managing configuration of vlab modules. 
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
 java.lang.String ConfigurationImpl.getAppName()
          Get application name
 java.lang.String Configuration.getAppName()
          Get application name
 java.lang.String ConfigurationImpl.getAuthModuleLocation()
          Get Authentication Module Location
 java.lang.String Configuration.getAuthModuleLocation()
          Get Authentication Module Location
 java.lang.String ConfigurationImpl.getCommProxyLocation()
          Get Communication Proxy Module
 java.lang.String Configuration.getCommProxyLocation()
          Get Communication Proxy Module
static Configuration ConfigFactory.getConfigFactory()
          Get an instance of the configuration object.
static Configuration ConfigFactory.getConfigFactory(java.lang.String cfgName)
          Get an instance of the configuration object
 java.lang.String ConfigurationImpl.getGlobalSchedulerModuleLocation()
          Get Global Scheduler Module Location
 java.lang.String Configuration.getGlobalSchedulerModuleLocation()
          Get Global Scheduler Module Location
 java.lang.String ConfigurationImpl.getKeyStore()
          Get keystore for the application
 java.lang.String Configuration.getKeyStore()
          Get keystore for the application
 java.lang.String ConfigurationImpl.getKeyStorePasswd()
          Get keystore password
 java.lang.String Configuration.getKeyStorePasswd()
          Get keystore password
 java.lang.String ConfigurationImpl.getMonitoringModuleLocation()
          Get Monitoring Module Location
 java.lang.String Configuration.getMonitoringModuleLocation()
          Get Monitoring Module Location
 java.lang.String ConfigurationImpl.getProperty(java.lang.String key)
          The custom property getter method by the given key name
 java.lang.String Configuration.getProperty(java.lang.String key)
          The custom property getter method by the given key name
 java.lang.String ConfigurationImpl.getSMMModuleLocation()
          Get SMM Module Location
 java.lang.String Configuration.getSMMModuleLocation()
          Get SMM Module Location
 java.lang.String ConfigurationImpl.getSystemConfDir()
          Returns the absolute path to the folder, where all the configuration settings is stored.
 java.lang.String Configuration.getSystemConfDir()
          Returns the absolute path to the folder, where all the configuration settings is stored.
 java.lang.String ConfigurationImpl.getSZDModuleLocation()
          Get SZD Module Location
 java.lang.String Configuration.getSZDModuleLocation()
          Get SZD Module Location
 java.lang.String ConfigurationImpl.getTrustStore()
          Get truststore for the application
 java.lang.String Configuration.getTrustStore()
          Get truststore for the application
 java.lang.String ConfigurationImpl.getTrustStorePasswd()
          Get truststore password
 java.lang.String Configuration.getTrustStorePasswd()
          Get truststore password
static void SslFactory.initSsl(java.lang.ClassLoader classLoader, Configuration config)
          Initialize the SSL with the values specified by the Configuration
 

Constructors in pl.psnc.vlab.conf 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.1

Copyright 2004 by VLAB Dominik Stoklosa.