com.sentilla.host.client.admin
Class ServerAdminMessage

java.lang.Object
  extended by com.sentilla.io.HostMessage
      extended by com.sentilla.host.client.admin.ServerAdminMessage
All Implemented Interfaces:
Serializable

public class ServerAdminMessage
extends HostMessage

Author:
spence@sentilla.com
See Also:
Serialized Form

Field Summary
private  String communicationPort
           
static int CONNECT_GATEWAY
           
private  int debug
           
static int DISCONNECT_GATEWAY
           
static int GET_CLASS_BYTES
           
static int GET_CONNECTED_GATEWAY
           
static int GET_DEBUG
           
static int GET_DEFAULT_MOTECOM
           
static int GET_NODES_MESSAGE
           
static int GET_PROPERTY_MESSAGE
           
static int GET_SYSTEM_YAML_MESSAGE
           
static int IS_GATEWAY_CONNECTED
           
static int LIST_BASE_STATIONS
           
static int LIST_COM_PORTS
           
static int RESTART_SERVER
           
private static long serialVersionUID
           
static int SET_DEBUG
           
static int SET_PROPERTY_MESSAGE
           
static int START_SERVER
           
static int STOP_SERVER
           
 
Fields inherited from class com.sentilla.io.HostMessage
messageType, msgId, obj, returnStatus
 
Constructor Summary
ServerAdminMessage()
           
ServerAdminMessage(String communicationPort)
           
 
Method Summary
 String getCommunicationPort()
           
 int getDebug()
           
 void setCommunicationPort(String communicationPort)
           
 void setDebug(int debug)
           
 
Methods inherited from class com.sentilla.io.HostMessage
getMessageType, getMsgId, getObject, getReturnStatus, setMessageType, setObject, setReturnStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ServerAdminMessage

public ServerAdminMessage()

ServerAdminMessage

public ServerAdminMessage(String communicationPort)
Method Detail

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.