|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--suncertify.server.Server
The class represents the server applications. It has simple gui that can perform configuration changing and loggs all important action taken by clients moreover it can display the list of all active clients. Server implements two interfaces LoggerSupport and ConfigChangeListener. First is used by QueryInterfaceImpl object that is a remote gateway to the server, second can handle configuration change situations.
QueryInterfaceImpl
,
ConfigSetter
Constructor Summary | |
Server()
Creates server GUI and according to the current configuration makes remote access possible. |
Method Summary | |
void |
configChanged()
Method required by ConfigChangeListener interface. |
void |
log(java.lang.String text)
Method required by LoggerSupport interface. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Server()
Method Detail |
public void log(java.lang.String text)
log
in interface LoggerSupport
text
- - text to be loggedLoggerSupport
public void configChanged()
configChanged
in interface ConfigChangeListener
ConfigChangeListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |