|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--suncertify.client.Client
Client class represents a client that can access data base. It can work in two modes local and remote. The GUI is profiled according to the mode sepecified in constructor. It implementes ConfigChangeListener so it can handle the situation in which the program configuration changes
QueryInterfaceWrapper
,
ConfigChangeListener
Field Summary | |
static int |
ALONE
client mode ALONE |
static int |
CLIENT
client mode remote |
Constructor Summary | |
Client(int mode)
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. |
Method Summary | |
void |
configChanged()
Method required by the ConfigCahngeListener interface. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ALONE
public static final int CLIENT
Constructor Detail |
public Client(int mode)
mode
- the mode in which client has to workALONE
,
CLIENT
,
QueryInterfaceWrapper
Method Detail |
public void configChanged()
configChanged
in interface ConfigChangeListener
ConfigChangeListener.configChanged()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |