com.sentilla.host.client.admin
Class ServerAdminMessage
java.lang.Object
com.sentilla.io.HostMessage
com.sentilla.host.client.admin.ServerAdminMessage
- All Implemented Interfaces:
- Serializable
public class ServerAdminMessage
- extends HostMessage
- Author:
- spence@sentilla.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
GET_NODES_MESSAGE
public static final int GET_NODES_MESSAGE
- See Also:
- Constant Field Values
GET_PROPERTY_MESSAGE
public static final int GET_PROPERTY_MESSAGE
- See Also:
- Constant Field Values
SET_PROPERTY_MESSAGE
public static final int SET_PROPERTY_MESSAGE
- See Also:
- Constant Field Values
GET_DEFAULT_MOTECOM
public static final int GET_DEFAULT_MOTECOM
- See Also:
- Constant Field Values
CONNECT_GATEWAY
public static final int CONNECT_GATEWAY
- See Also:
- Constant Field Values
DISCONNECT_GATEWAY
public static final int DISCONNECT_GATEWAY
- See Also:
- Constant Field Values
IS_GATEWAY_CONNECTED
public static final int IS_GATEWAY_CONNECTED
- See Also:
- Constant Field Values
SET_DEBUG
public static final int SET_DEBUG
- See Also:
- Constant Field Values
GET_DEBUG
public static final int GET_DEBUG
- See Also:
- Constant Field Values
GET_CONNECTED_GATEWAY
public static final int GET_CONNECTED_GATEWAY
- See Also:
- Constant Field Values
LIST_COM_PORTS
public static final int LIST_COM_PORTS
- See Also:
- Constant Field Values
START_SERVER
public static final int START_SERVER
- See Also:
- Constant Field Values
STOP_SERVER
public static final int STOP_SERVER
- See Also:
- Constant Field Values
RESTART_SERVER
public static final int RESTART_SERVER
- See Also:
- Constant Field Values
GET_SYSTEM_YAML_MESSAGE
public static final int GET_SYSTEM_YAML_MESSAGE
- See Also:
- Constant Field Values
LIST_BASE_STATIONS
public static final int LIST_BASE_STATIONS
- See Also:
- Constant Field Values
GET_CLASS_BYTES
public static final int GET_CLASS_BYTES
- See Also:
- Constant Field Values
communicationPort
private String communicationPort
debug
private int debug
ServerAdminMessage
public ServerAdminMessage()
ServerAdminMessage
public ServerAdminMessage(String communicationPort)
setCommunicationPort
public void setCommunicationPort(String communicationPort)
getCommunicationPort
public String getCommunicationPort()
getDebug
public int getDebug()
setDebug
public void setDebug(int debug)
Copyright © 2007 Sentilla, Inc. All Rights Reserved.