| java.lang.Object org.datashare.objects.ServerInfo
ServerInfo | public class ServerInfo implements Serializable(Code) | | This object is sent from the server to a client shortly after the client
connects to the server's CommandStatus channel, and is used to relay server
information to the client.
|
clientIsAdmin | public boolean clientIsAdmin(Code) | | |
clientRegistered | public boolean clientRegistered(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | this allows us to serialize this class without 'marshalling' errors.
|
usingBeans | public boolean usingBeans(Code) | | |
verbose | public boolean verbose(Code) | | |
ServerInfo | public ServerInfo()(Code) | | constructor, useful only for testing
|
ServerInfo | public ServerInfo(boolean clientRegistered, boolean clientIsAdmin, String clientKey, boolean usingBeans, String serverStatus, String serverStartTime, InetAddress commandStatusConnection, boolean verbose)(Code) | | |
|
|