amber.client
Class RConstants

java.lang.Object
  |
  +--amber.client.RConstants

public class RConstants
extends java.lang.Object

This is a class which holds constants for the base systems. It is placed in a separate class as it is then not deployed with the normal deployment, thereby reducing download size.

Version:
1.0.0
Author:
Dr. David J. Knowles
See Also:
BaseComponent, BaseControl

Field Summary
static byte ActionEventId
          This is the packet command ID for the corresponding event message.
static int ActionEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int ActionEventMask
          This is the actual bit image for the mask corresponding to the event.
static int AdminPort
          The port on which to communicate with the server when using the admin interface.
static int Application
          This is an identifier which describes the type of connecting system.
static byte AvailableHandlers
          This command is used by the server to give all the possible matching ApplicationHandlers available.
static int Browser
          This is an identifier which describes the type of connecting system.
static java.lang.String ClientSocketClassName
          Secure client socket constant used when instantiating the socket using reflection.
static java.lang.String ClientSocketConnectFunction
           
static byte ComponentHiddenEventId
          This is the packet command ID for the corresponding event message.
static int ComponentHiddenEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int ComponentHiddenEventMask
          This is the actual bit image for the mask corresponding to the event.
static byte ComponentMovedEventId
          This is the packet command ID for the corresponding event message.
static int ComponentMovedEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int ComponentMovedEventMask
          This is the actual bit image for the mask corresponding to the event.
static byte ComponentResizedEventId
          This is the packet command ID for the corresponding event message.
static int ComponentResizedEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int ComponentResizedEventMask
          This is the actual bit image for the mask corresponding to the event.
static byte ComponentShownEventId
          This is the packet command ID for the corresponding event message.
static int ComponentShownEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int ComponentShownEventMask
          This is the actual bit image for the mask corresponding to the event.
static java.lang.String DefaultConnectionModuleClass
          The default connection module to use when connecting to the remote server.
static int DeviceManager
          This is an identifier which describes the type of connecting system.
static byte DisplayMessage
          This command displays a message box with the specified title and message.
static byte DoNothing
          This command is a placeholder and will do nothing.
static java.lang.String[] EventNames
          This string array is the human readable version of the event masks.
static java.lang.String[] EventStrings
          List of all EventMask constants in a String form.
static byte ExtensionCommandBaseId
          This is the base value for extension commands.
static byte FocusGainedEventId
          This is the packet command ID for the corresponding event message.
static int FocusGainedEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int FocusGainedEventMask
          This is the actual bit image for the mask corresponding to the event.
static byte FocusLostEventId
          This is the packet command ID for the corresponding event message.
static int FocusLostEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int FocusLostEventMask
          This is the actual bit image for the mask corresponding to the event.
static byte GetMetrics
          This command returns the font metric characteristics for the specified information.
static byte GetMetricsResponse
          This response is the response to the GetMetrics command.
static byte GetSize
          This command returns the size of the component.
static byte GetSizeResponse
          This command is the return value for the query component size.
static int IntegerItem
          Type of item in an item event.
static int InvalidPageId
          The PageID value which is not used.
static int InvalidPageSubId
          The SubID value which is not used.
static byte ItemEventId
          This is the packet command ID for the corresponding event message.
static int ItemEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int ItemEventMask
          This is the actual bit image for the mask corresponding to the event.
static byte KeyPressedEventId
          This is the packet command ID for the corresponding event message.
static int KeyPressedEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int KeyPressedEventMask
          This is the actual bit image for the mask corresponding to the event.
static byte KeyReleasedEventId
          This is the packet command ID for the corresponding event message.
static int KeyReleasedEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int KeyReleasedEventMask
          This is the actual bit image for the mask corresponding to the event.
static byte KeyTypedEventId
          This is the packet command ID for the corresponding event message.
static int KeyTypedEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int KeyTypedEventMask
          This is the actual bit image for the mask corresponding to the event.
static short MasterAppletId
          The ID of the applet the owns the transmit/receive functionality
static byte MouseClickedEventId
          This is the packet command ID for the corresponding event message.
static int MouseClickedEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int MouseClickedEventMask
          This is the actual bit image for the mask corresponding to the event.
static byte MouseDraggedEventId
          This is the packet command ID for the corresponding event message.
static int MouseDraggedEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int MouseDraggedEventMask
          This is the actual bit image for the mask corresponding to the event.
static byte MouseEnteredEventId
          This is the packet command ID for the corresponding event message.
static int MouseEnteredEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int MouseEnteredEventMask
          This is the actual bit image for the mask corresponding to the event.
static byte MouseExitedEventId
          This is the packet command ID for the corresponding event message.
static int MouseExitedEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int MouseExitedEventMask
          This is the actual bit image for the mask corresponding to the event.
static byte MouseMovedEventId
          This is the packet command ID for the corresponding event message.
static int MouseMovedEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int MouseMovedEventMask
          This is the actual bit image for the mask corresponding to the event.
static byte MousePressedEventId
          This is the packet command ID for the corresponding event message.
static int MousePressedEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int MousePressedEventMask
          This is the actual bit image for the mask corresponding to the event.
static byte MouseReleasedEventId
          This is the packet command ID for the corresponding event message.
static int MouseReleasedEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int MouseReleasedEventMask
          This is the actual bit image for the mask corresponding to the event.
static int NumberOfEvents
          This is the mask ID which is used to enable the corresponding events.
static int Port
          The port on which to communicate with the server
static int QueryApplications
          This constants defines one possible states of the initial connection packet.
static byte QueryMessage
          This command creates a query message box which requests user input.
static byte QueryMessageResponse
          This is the response message to the query message command.
static long QueryTimeout
          The event timeout for the queryDisplayMessageBox.
static byte Reconnect
          This command is sent to the server when the master component re-attempts to connect to the server when the connection fails.
static byte RequestFocus
          This command requests that this control gain focus.
static byte RequestUrl
          This command gets the component to request a specified URL.
static int SecurePort
          The port on which to communicate with the server using the secure protocol.
static byte SessionInit
          This command is used by the server to initialise the master applet with initial session information.
static int SetBackground
          For the SetForegroundBackground command this value defines what values will be set.
static int SetBoth
          For the SetForegroundBackground command this value defines what values will be set.
static byte SetCursor
          This command sets the cursor to be used.
static byte SetEnabled
          This command enables the control.
static byte SetEventMask
          This command sets the event mask which the component responds to.
static byte SetFont
          This command sets the font to be used by the component.
static byte SetForeBackColours
          This command sets the foreground and background colours for the component.
static int SetForeground
          For the SetForegroundBackground command this value defines what values will be set.
static int SetLocation
          For the SetBounds command in RContainer this value defines what characteristics of the component will be set.
static int SetLocationAndSize
          For the SetBounds command in RContainer this value defines what characteristics of the component will be set.
static byte SetPageId
          This command is sent to the server when the master component initialises.
static int SetSize
          For the SetBounds command in RContainer this value defines what characteristics of the component will be set.
static byte SetVisible
          This command sets the component to be visible.
static byte ShutDown
          This command is used by the server to shut down the client system cleanly.
static int StringItem
           
static byte TextEventId
          This is the packet command ID for the corresponding event message.
static int TextEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int TextEventMask
          This is the actual bit image for the mask corresponding to the event.
static byte UploadRequest
          This command is an initial request for the server to transmit any new files required by the client to operate correctly.
static byte WindowEventId
          This is the packet command ID for the corresponding event message.
static int WindowEventIndex
          This is the mask ID which is used to enable the corresponding events.
static int WindowEventMask
          This is the actual bit image for the mask corresponding to the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DoNothing

public static final byte DoNothing
This command is a placeholder and will do nothing.

SetPageId

public static final byte SetPageId
This command is sent to the server when the master component initialises.

Reconnect

public static final byte Reconnect
This command is sent to the server when the master component re-attempts to connect to the server when the connection fails.

UploadRequest

public static final byte UploadRequest
This command is an initial request for the server to transmit any new files required by the client to operate correctly.

RequestUrl

public static final byte RequestUrl
This command gets the component to request a specified URL.

SetEnabled

public static final byte SetEnabled
This command enables the control.

SetVisible

public static final byte SetVisible
This command sets the component to be visible.

DisplayMessage

public static final byte DisplayMessage
This command displays a message box with the specified title and message.

SetForeBackColours

public static final byte SetForeBackColours
This command sets the foreground and background colours for the component.

SetFont

public static final byte SetFont
This command sets the font to be used by the component.

SetCursor

public static final byte SetCursor
This command sets the cursor to be used.

QueryMessage

public static final byte QueryMessage
This command creates a query message box which requests user input.

QueryMessageResponse

public static final byte QueryMessageResponse
This is the response message to the query message command.

SetEventMask

public static final byte SetEventMask
This command sets the event mask which the component responds to.

RequestFocus

public static final byte RequestFocus
This command requests that this control gain focus. Not very meaningful for anything but panel controls.

SessionInit

public static final byte SessionInit
This command is used by the server to initialise the master applet with initial session information.

AvailableHandlers

public static final byte AvailableHandlers
This command is used by the server to give all the possible matching ApplicationHandlers available.

ShutDown

public static final byte ShutDown
This command is used by the server to shut down the client system cleanly.

GetSize

public static final byte GetSize
This command returns the size of the component.

GetSizeResponse

public static final byte GetSizeResponse
This command is the return value for the query component size.

GetMetrics

public static final byte GetMetrics
This command returns the font metric characteristics for the specified information. Data in command is:
(String text), (int font size, int font attributes, (String font name))
If no font is specified the current font for the control is assumed.

GetMetricsResponse

public static final byte GetMetricsResponse
This response is the response to the GetMetrics command. The information returned is:
(int maxAscent, int maxDescent, int leading, int maxAdvance, (int stringWidth))
If there is no font then no information will be returned

ActionEventId

public static final byte ActionEventId
This is the packet command ID for the corresponding event message.

TextEventId

public static final byte TextEventId
This is the packet command ID for the corresponding event message.

KeyTypedEventId

public static final byte KeyTypedEventId
This is the packet command ID for the corresponding event message.

KeyPressedEventId

public static final byte KeyPressedEventId
This is the packet command ID for the corresponding event message.

KeyReleasedEventId

public static final byte KeyReleasedEventId
This is the packet command ID for the corresponding event message.

MouseClickedEventId

public static final byte MouseClickedEventId
This is the packet command ID for the corresponding event message.

MousePressedEventId

public static final byte MousePressedEventId
This is the packet command ID for the corresponding event message.

MouseReleasedEventId

public static final byte MouseReleasedEventId
This is the packet command ID for the corresponding event message.

MouseEnteredEventId

public static final byte MouseEnteredEventId
This is the packet command ID for the corresponding event message.

MouseExitedEventId

public static final byte MouseExitedEventId
This is the packet command ID for the corresponding event message.

ItemEventId

public static final byte ItemEventId
This is the packet command ID for the corresponding event message.

WindowEventId

public static final byte WindowEventId
This is the packet command ID for the corresponding event message.

MouseDraggedEventId

public static final byte MouseDraggedEventId
This is the packet command ID for the corresponding event message.

MouseMovedEventId

public static final byte MouseMovedEventId
This is the packet command ID for the corresponding event message.

FocusLostEventId

public static final byte FocusLostEventId
This is the packet command ID for the corresponding event message.

FocusGainedEventId

public static final byte FocusGainedEventId
This is the packet command ID for the corresponding event message.

ComponentHiddenEventId

public static final byte ComponentHiddenEventId
This is the packet command ID for the corresponding event message.

ComponentMovedEventId

public static final byte ComponentMovedEventId
This is the packet command ID for the corresponding event message.

ComponentResizedEventId

public static final byte ComponentResizedEventId
This is the packet command ID for the corresponding event message.

ComponentShownEventId

public static final byte ComponentShownEventId
This is the packet command ID for the corresponding event message.

ExtensionCommandBaseId

public static final byte ExtensionCommandBaseId
This is the base value for extension commands.

ActionEventIndex

public static final int ActionEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

TextEventIndex

public static final int TextEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

KeyTypedEventIndex

public static final int KeyTypedEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

KeyPressedEventIndex

public static final int KeyPressedEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

KeyReleasedEventIndex

public static final int KeyReleasedEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

MouseClickedEventIndex

public static final int MouseClickedEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

MousePressedEventIndex

public static final int MousePressedEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

MouseReleasedEventIndex

public static final int MouseReleasedEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

MouseEnteredEventIndex

public static final int MouseEnteredEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

MouseExitedEventIndex

public static final int MouseExitedEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

ItemEventIndex

public static final int ItemEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

WindowEventIndex

public static final int WindowEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

MouseDraggedEventIndex

public static final int MouseDraggedEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

MouseMovedEventIndex

public static final int MouseMovedEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

FocusLostEventIndex

public static final int FocusLostEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

FocusGainedEventIndex

public static final int FocusGainedEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

ComponentHiddenEventIndex

public static final int ComponentHiddenEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

ComponentMovedEventIndex

public static final int ComponentMovedEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

ComponentResizedEventIndex

public static final int ComponentResizedEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

ComponentShownEventIndex

public static final int ComponentShownEventIndex
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

NumberOfEvents

public static final int NumberOfEvents
This is the mask ID which is used to enable the corresponding events. To minimise data traffic only events which are required should be enabled. For this reason the default is no event traffic. These numbers are the bit number corresponding to the event. These are used in the EVENTMASK parameter to the component.

ActionEventMask

public static final int ActionEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

TextEventMask

public static final int TextEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

KeyTypedEventMask

public static final int KeyTypedEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

KeyPressedEventMask

public static final int KeyPressedEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

KeyReleasedEventMask

public static final int KeyReleasedEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

MouseClickedEventMask

public static final int MouseClickedEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

MousePressedEventMask

public static final int MousePressedEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

MouseReleasedEventMask

public static final int MouseReleasedEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

MouseEnteredEventMask

public static final int MouseEnteredEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

MouseExitedEventMask

public static final int MouseExitedEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

ItemEventMask

public static final int ItemEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

WindowEventMask

public static final int WindowEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

MouseDraggedEventMask

public static final int MouseDraggedEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

MouseMovedEventMask

public static final int MouseMovedEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

FocusLostEventMask

public static final int FocusLostEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

FocusGainedEventMask

public static final int FocusGainedEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

ComponentHiddenEventMask

public static final int ComponentHiddenEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

ComponentMovedEventMask

public static final int ComponentMovedEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

ComponentResizedEventMask

public static final int ComponentResizedEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

ComponentShownEventMask

public static final int ComponentShownEventMask
This is the actual bit image for the mask corresponding to the event. These values can be simply used to enable the events in the applications These are used in the EVENTMASK parameter to the component.

EventNames

public static final java.lang.String[] EventNames
This string array is the human readable version of the event masks.

EventStrings

public static java.lang.String[] EventStrings
List of all EventMask constants in a String form. Note that the position and index into this string array is significant, the index is used to determine the bit position of the event in the EventMask, in Elektron for both for parsing and generating Amber.

Browser

public static final int Browser
This is an identifier which describes the type of connecting system. This is specified in the initial connecting packet sent to the server. This allows the AmberServer to handle different systems differently.

Application

public static final int Application
This is an identifier which describes the type of connecting system. This is specified in the initial connecting packet sent to the server. This allows the AmberServer to handle different systems differently.

DeviceManager

public static final int DeviceManager
This is an identifier which describes the type of connecting system. This is specified in the initial connecting packet sent to the server. This allows the AmberServer to handle different systems differently.

SetBoth

public static final int SetBoth
For the SetForegroundBackground command this value defines what values will be set.

SetForeground

public static final int SetForeground
For the SetForegroundBackground command this value defines what values will be set.

SetBackground

public static final int SetBackground
For the SetForegroundBackground command this value defines what values will be set.

SetLocationAndSize

public static final int SetLocationAndSize
For the SetBounds command in RContainer this value defines what characteristics of the component will be set.

SetLocation

public static final int SetLocation
For the SetBounds command in RContainer this value defines what characteristics of the component will be set.

SetSize

public static final int SetSize
For the SetBounds command in RContainer this value defines what characteristics of the component will be set.

QueryApplications

public static final int QueryApplications
This constants defines one possible states of the initial connection packet.

QueryTimeout

public static final long QueryTimeout
The event timeout for the queryDisplayMessageBox.

MasterAppletId

public static final short MasterAppletId
The ID of the applet the owns the transmit/receive functionality

Port

public static final int Port
The port on which to communicate with the server

SecurePort

public static final int SecurePort
The port on which to communicate with the server using the secure protocol.

AdminPort

public static final int AdminPort
The port on which to communicate with the server when using the admin interface.

InvalidPageId

public static final int InvalidPageId
The PageID value which is not used.

InvalidPageSubId

public static final int InvalidPageSubId
The SubID value which is not used.

IntegerItem

public static final int IntegerItem
Type of item in an item event.

StringItem

public static final int StringItem

ClientSocketClassName

public static final java.lang.String ClientSocketClassName
Secure client socket constant used when instantiating the socket using reflection.

ClientSocketConnectFunction

public static final java.lang.String ClientSocketConnectFunction

DefaultConnectionModuleClass

public static final java.lang.String DefaultConnectionModuleClass
The default connection module to use when connecting to the remote server.


Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.