| java.lang.Object org.datashare.objects.ControlServerObject
ControlServerObject | public class ControlServerObject implements java.io.Serializable(Code) | | This object is sent from the client to the server when the client wants to
change some feature on the server at run time.
|
FALSEserviceValue | final public static int FALSEserviceValue(Code) | | |
OFFserviceValue | final public static int OFFserviceValue(Code) | | |
ONserviceValue | final public static int ONserviceValue(Code) | | |
TRUEserviceValue | final public static int TRUEserviceValue(Code) | | |
VERBOSEserviceType | final public static int VERBOSEserviceType(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | this allows us to serialize this class without 'marshalling' errors.
|
serviceType | public int serviceType(Code) | | will hold the type of service that is requested
|
serviceValueInt | public int serviceValueInt(Code) | | will hold the value for the requested service that are of type int
|
serviceValueString | public String serviceValueString(Code) | | will hold the value for the requested service that are of type String
|
ControlServerObject | public ControlServerObject()(Code) | | |
ControlServerObject | public ControlServerObject(int serviceType, String serviceValue)(Code) | | |
ControlServerObject | public ControlServerObject(int serviceType, int serviceValue)(Code) | | |
|
|