| |
|
| java.lang.Object org.datashare.objects.ServerStatusObject
ServerStatusObject | public class ServerStatusObject implements java.io.Serializable(Code) | | This class is sent by the server to all clients after the server has changed
some mode of operation that all clients might need to know. The only current
status indication if whether or not the server is in Verbose mode or not.
|
serialVersionUID | final static long serialVersionUID(Code) | | this allows us to serialize this class without 'marshalling' errors.
|
serverIsVerbose | public boolean serverIsVerbose(Code) | | contains the current value of the Server's verbose flag
|
ServerStatusObject | public ServerStatusObject(boolean verbose)(Code) | | Constructor
|
|
|
|