A C D E F G I L M P Q R S T U V

C

checkConnected() - Method in class suncertify.client.QueryInterfaceWrapper
 
Client - class suncertify.client.Client.
Client class represents a client that can access data base.
CLIENT - Static variable in class suncertify.client.QueryInterfaceWrapper
one of the possible working mode - the remote one
CLIENT - Static variable in class suncertify.client.Client
client mode remote
Client(int) - Constructor for class suncertify.client.Client
Constructor gets one parameter - the mode in which client have to work It creates frame, sets all requested componentes, display it and creates QueryInterfaceWrapper object for performing opertations on database.
ClientNotLoggedInException - exception suncertify.common.ClientNotLoggedInException.
Exception class for signalization that client has not been logged in
ClientNotLoggedInException() - Constructor for class suncertify.common.ClientNotLoggedInException
Empty contructor
ClientNotLoggedInException(String) - Constructor for class suncertify.common.ClientNotLoggedInException
One prameter contructor, with the message as param
ClientNotLoggedInException(String, Throwable) - Constructor for class suncertify.common.ClientNotLoggedInException
Contructor for chaining exception throwing
ClientNotLoggedInException(Throwable) - Constructor for class suncertify.common.ClientNotLoggedInException
Contructor for chaining exception throwing
closeDB() - Method in class suncertify.db.Data
The method closes the db file - created for secure server shutdown you should never use the Data object after calling this method!!
closeDB() - Method in class suncertify.common.QueryInterfaceImpl
The method closes the db file - created for secure server shutdown you should never use the QueryImpl object after calling this method!!
closeDBFile() - Method in class suncertify.db.util.DbFileGuard
The method close the file
configChanged() - Method in class suncertify.server.Server
Method required by ConfigChangeListener interface.
configChanged() - Method in class suncertify.client.Client
Method required by the ConfigCahngeListener interface.
configChanged() - Method in interface suncertify.common.ConfigChangeListener
method that is called when cofiguration has been changed
ConfigChangeListener - interface suncertify.common.ConfigChangeListener.
Iterface that signalizing changes in configuration, the method of the interface will be called if change occures
ConfigSetter - class suncertify.common.ConfigSetter.
Class that represents GUI for changing the configuration.
ConfigSetter(JFrame, int, ConfigChangeListener) - Constructor for class suncertify.common.ConfigSetter
Construct the ConfigSetter, sets all the data pqssed in constructor and gets reference to the PropertiesWrapper singleton
countingNotify() - Method in class suncertify.db.util.LockObject
Methods notify the internal lock object.
countingNotifyAll() - Method in class suncertify.db.util.LockObject
Methods notify all threads waiting on the internal lock object.
countingWait() - Method in class suncertify.db.util.LockObject
Methods waits on the internal lock object.
create(String[]) - Method in interface suncertify.db.DBMain
Creates a new record in the database (possibly reusing a deleted entry).
create(String[]) - Method in class suncertify.db.Data
Creates a new record in the database (possibly reusing a deleted entry).
create(String[]) - Method in class suncertify.client.QueryInterfaceWrapper
Asynchronous create invocation.
create(String[], String) - Method in class suncertify.common.QueryInterfaceImpl
Creates a new record in the database.
create(String[], String) - Method in interface suncertify.common.QueryInterface
Creates a new record in the database (possibly reusing a deleted entry).
createObjectURL(String, int) - Static method in class suncertify.common.QueryInterfaceImpl
Method formats URL string for binding remote object named DBServerQuery.

A C D E F G I L M P Q R S T U V