TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.local.common
Interface Constants

All Known Implementing Classes:
AgentConfigurationCommand, AgentScopingInformationCommand, AuthenticateCommand, AuthenticationFailedCommand, AuthenticationSuccessfulCommand, CommandElement, Console, ControlServerDaemon, DetailedAgentInfoCommand, ErrorCommand, GetPropertyListCommand, LaunchProcessCommand, ManageFileCommand, Message, MultiplexedDataServer, NodeImpl, PropertyListCommand, QueryAgentDetailsCommand, QueryProcessListCommand, RABinaryArray, RAInetAddress, RAString, RegisteredProcessListCommand, ResourceLocation, ServerSecurityInfoCommand, SimpleAgentInfoCommand, SimpleProcessCommand

public interface Constants


Field Summary
static int CTL_PORT_NUM_CLIENT
           
static int CTL_PORT_NUM_SERVER
          Various constants that both the client and server must adhere to.
static int DATA_PORT_NUM_CLIENT
           
static int DEFAULT_TIMEOUT
           
static int MAX_COMMAND_LINE_LENGTH
           
static int MAX_DATA_LENGTH
           
static int MAX_MESSAGE_LENGTH
           
static int MESSAGE_HEADER_LENGTH
           
static byte RA_ACKNOWLEDGEMENT_MESSAGE
           
static long RA_AGENT_ACTIVE
           
static long RA_AGENT_ATTACHED
           
static long RA_AGENT_CONFIGURATION
           
static long RA_AGENT_CONTROLLER_AVAILABLE
           
static long RA_AGENT_CONTROLLER_UNAVAILABLE
           
static long RA_AGENT_DETACHED
           
static long RA_AGENT_DETAILS
           
static long RA_AGENT_INACTIVE
           
static long RA_AGENT_LIST
           
static long RA_AGENT_QUERY_STATE
           
static long RA_AGENT_REQUEST_MONITOR
           
static long RA_AGENT_REQUEST_MONITOR_PORT
           
static long RA_AGENT_SCOPING_INFORMATION
           
static long RA_ATTACH_FAILED
           
static long RA_ATTACH_SUCCESSFUL
           
static long RA_ATTACH_TO_AGENT
           
static long RA_AUTHENTICATE
           
static long RA_AUTHENTICATION_FAILED
           
static long RA_AUTHENTICATION_SUCCESSFUL
           
static long RA_BINARY_CUSTOM_COMMAND
           
static long RA_CONSOLE_INFO
           
static byte RA_CONTROL_MESSAGE
           
static long RA_CONTROLLER_MONITOR_PEER
           
static long RA_CONTROLLER_REQUEST_MONITOR
           
static long RA_CONTROLLER_REQUEST_MONITOR_PORT
           
static long RA_CUSTOM_COMMAND
           
static long RA_DELETE_FILE
           
static long RA_DETACH_FROM_AGENT
           
static long RA_ERROR_STRING
           
static long RA_GET_FILE
           
static long RA_GET_PROPERTY_LIST
           
static long RA_KILL_PROCESS
           
static long RA_LAUNCH_PROCESS
           
static long RA_LOCAL_AGENT_ACTIVE
           
static long RA_MAGIC
           
static byte RA_MAGIC_0
           
static byte RA_MAGIC_1
           
static byte RA_MAGIC_2
           
static byte RA_MAGIC_3
           
static long RA_MANAGE_FILE
           
static java.lang.String RA_MASTER_ADDRESS
           
static long RA_PEER_UNREACHABLE
           
static java.lang.String RA_PIPE_NAMESPACE
           
static java.lang.String RA_PIPE_NAMESPACE_WIN32
           
static long RA_PROCESS_EXITED
           
static long RA_PROCESS_LAUNCHED
           
static long RA_PROCESS_LIST
           
static long RA_PROPERTY_LIST
           
static long RA_PUT_FILE
           
static long RA_QUERY_AGENT_DETAILS
           
static long RA_QUERY_AGENT_LIST
           
static long RA_QUERY_PROCESS_LIST
           
static long RA_REGISTER_AGENT_NOTIFICATION
           
static long RA_RESOURCE_LOCATION
           
static long RA_SERVER_SECURITY_REQUIREMENTS
           
static long RA_SET_NAME_VALUE_PAIR
           
static long RA_SHUTDOWN
           
static long RA_START_MONITORING_AGENT_LOCAL
           
static long RA_START_MONITORING_AGENT_REMOTE
           
static long RA_STOP_MONITORING_AGENT
           
static long RA_VERSION
           
static int sizeofByte
           
static int sizeofChar
           
static int sizeofLong
           
static int sizeofShort
           
 

Field Detail

DEFAULT_TIMEOUT

public static final int DEFAULT_TIMEOUT
See Also:
Constant Field Values

RA_MASTER_ADDRESS

public static final java.lang.String RA_MASTER_ADDRESS
See Also:
Constant Field Values

RA_PIPE_NAMESPACE

public static final java.lang.String RA_PIPE_NAMESPACE
See Also:
Constant Field Values

RA_PIPE_NAMESPACE_WIN32

public static final java.lang.String RA_PIPE_NAMESPACE_WIN32
See Also:
Constant Field Values

RA_ACKNOWLEDGEMENT_MESSAGE

public static final byte RA_ACKNOWLEDGEMENT_MESSAGE
See Also:
Constant Field Values

RA_CONTROL_MESSAGE

public static final byte RA_CONTROL_MESSAGE
See Also:
Constant Field Values

RA_MAGIC

public static final long RA_MAGIC
See Also:
Constant Field Values

RA_MAGIC_0

public static final byte RA_MAGIC_0
See Also:
Constant Field Values

RA_MAGIC_1

public static final byte RA_MAGIC_1
See Also:
Constant Field Values

RA_MAGIC_2

public static final byte RA_MAGIC_2
See Also:
Constant Field Values

RA_MAGIC_3

public static final byte RA_MAGIC_3
See Also:
Constant Field Values

RA_VERSION

public static final long RA_VERSION
See Also:
Constant Field Values

RA_AUTHENTICATE

public static final long RA_AUTHENTICATE
See Also:
Constant Field Values

RA_AUTHENTICATION_FAILED

public static final long RA_AUTHENTICATION_FAILED
See Also:
Constant Field Values

RA_AUTHENTICATION_SUCCESSFUL

public static final long RA_AUTHENTICATION_SUCCESSFUL
See Also:
Constant Field Values

RA_SERVER_SECURITY_REQUIREMENTS

public static final long RA_SERVER_SECURITY_REQUIREMENTS
See Also:
Constant Field Values

RA_LAUNCH_PROCESS

public static final long RA_LAUNCH_PROCESS
See Also:
Constant Field Values

RA_QUERY_PROCESS_LIST

public static final long RA_QUERY_PROCESS_LIST
See Also:
Constant Field Values

RA_QUERY_AGENT_LIST

public static final long RA_QUERY_AGENT_LIST
See Also:
Constant Field Values

RA_REGISTER_AGENT_NOTIFICATION

public static final long RA_REGISTER_AGENT_NOTIFICATION
See Also:
Constant Field Values

RA_ATTACH_TO_AGENT

public static final long RA_ATTACH_TO_AGENT
See Also:
Constant Field Values

RA_DETACH_FROM_AGENT

public static final long RA_DETACH_FROM_AGENT
See Also:
Constant Field Values

RA_START_MONITORING_AGENT_REMOTE

public static final long RA_START_MONITORING_AGENT_REMOTE
See Also:
Constant Field Values

RA_START_MONITORING_AGENT_LOCAL

public static final long RA_START_MONITORING_AGENT_LOCAL
See Also:
Constant Field Values

RA_STOP_MONITORING_AGENT

public static final long RA_STOP_MONITORING_AGENT
See Also:
Constant Field Values

RA_SET_NAME_VALUE_PAIR

public static final long RA_SET_NAME_VALUE_PAIR
See Also:
Constant Field Values

RA_CUSTOM_COMMAND

public static final long RA_CUSTOM_COMMAND
See Also:
Constant Field Values

RA_KILL_PROCESS

public static final long RA_KILL_PROCESS
See Also:
Constant Field Values

RA_QUERY_AGENT_DETAILS

public static final long RA_QUERY_AGENT_DETAILS
See Also:
Constant Field Values

RA_BINARY_CUSTOM_COMMAND

public static final long RA_BINARY_CUSTOM_COMMAND
See Also:
Constant Field Values

RA_GET_PROPERTY_LIST

public static final long RA_GET_PROPERTY_LIST
See Also:
Constant Field Values

RA_MANAGE_FILE

public static final long RA_MANAGE_FILE
See Also:
Constant Field Values

RA_PROCESS_LAUNCHED

public static final long RA_PROCESS_LAUNCHED
See Also:
Constant Field Values

RA_PROCESS_LIST

public static final long RA_PROCESS_LIST
See Also:
Constant Field Values

RA_AGENT_LIST

public static final long RA_AGENT_LIST
See Also:
Constant Field Values

RA_AGENT_ACTIVE

public static final long RA_AGENT_ACTIVE
See Also:
Constant Field Values

RA_AGENT_INACTIVE

public static final long RA_AGENT_INACTIVE
See Also:
Constant Field Values

RA_ERROR_STRING

public static final long RA_ERROR_STRING
See Also:
Constant Field Values

RA_ATTACH_SUCCESSFUL

public static final long RA_ATTACH_SUCCESSFUL
See Also:
Constant Field Values

RA_ATTACH_FAILED

public static final long RA_ATTACH_FAILED
See Also:
Constant Field Values

RA_AGENT_DETAILS

public static final long RA_AGENT_DETAILS
See Also:
Constant Field Values

RA_PROCESS_EXITED

public static final long RA_PROCESS_EXITED
See Also:
Constant Field Values

RA_PROPERTY_LIST

public static final long RA_PROPERTY_LIST
See Also:
Constant Field Values

RA_AGENT_QUERY_STATE

public static final long RA_AGENT_QUERY_STATE
See Also:
Constant Field Values

RA_AGENT_ATTACHED

public static final long RA_AGENT_ATTACHED
See Also:
Constant Field Values

RA_AGENT_DETACHED

public static final long RA_AGENT_DETACHED
See Also:
Constant Field Values

RA_LOCAL_AGENT_ACTIVE

public static final long RA_LOCAL_AGENT_ACTIVE
See Also:
Constant Field Values

RA_AGENT_SCOPING_INFORMATION

public static final long RA_AGENT_SCOPING_INFORMATION
See Also:
Constant Field Values

RA_AGENT_CONFIGURATION

public static final long RA_AGENT_CONFIGURATION
See Also:
Constant Field Values

RA_AGENT_CONTROLLER_AVAILABLE

public static final long RA_AGENT_CONTROLLER_AVAILABLE
See Also:
Constant Field Values

RA_AGENT_CONTROLLER_UNAVAILABLE

public static final long RA_AGENT_CONTROLLER_UNAVAILABLE
See Also:
Constant Field Values

RA_AGENT_REQUEST_MONITOR

public static final long RA_AGENT_REQUEST_MONITOR
See Also:
Constant Field Values

RA_CONTROLLER_REQUEST_MONITOR

public static final long RA_CONTROLLER_REQUEST_MONITOR
See Also:
Constant Field Values

RA_PEER_UNREACHABLE

public static final long RA_PEER_UNREACHABLE
See Also:
Constant Field Values

RA_CONTROLLER_MONITOR_PEER

public static final long RA_CONTROLLER_MONITOR_PEER
See Also:
Constant Field Values

RA_AGENT_REQUEST_MONITOR_PORT

public static final long RA_AGENT_REQUEST_MONITOR_PORT
See Also:
Constant Field Values

RA_CONTROLLER_REQUEST_MONITOR_PORT

public static final long RA_CONTROLLER_REQUEST_MONITOR_PORT
See Also:
Constant Field Values

RA_RESOURCE_LOCATION

public static final long RA_RESOURCE_LOCATION
See Also:
Constant Field Values

RA_CONSOLE_INFO

public static final long RA_CONSOLE_INFO
See Also:
Constant Field Values

RA_SHUTDOWN

public static final long RA_SHUTDOWN
See Also:
Constant Field Values

RA_GET_FILE

public static final long RA_GET_FILE
See Also:
Constant Field Values

RA_PUT_FILE

public static final long RA_PUT_FILE
See Also:
Constant Field Values

RA_DELETE_FILE

public static final long RA_DELETE_FILE
See Also:
Constant Field Values

CTL_PORT_NUM_SERVER

public static final int CTL_PORT_NUM_SERVER
Various constants that both the client and server must adhere to.

See Also:
Constant Field Values

CTL_PORT_NUM_CLIENT

public static final int CTL_PORT_NUM_CLIENT
See Also:
Constant Field Values

MESSAGE_HEADER_LENGTH

public static final int MESSAGE_HEADER_LENGTH
See Also:
Constant Field Values

MAX_MESSAGE_LENGTH

public static final int MAX_MESSAGE_LENGTH
See Also:
Constant Field Values

MAX_COMMAND_LINE_LENGTH

public static final int MAX_COMMAND_LINE_LENGTH
See Also:
Constant Field Values

DATA_PORT_NUM_CLIENT

public static final int DATA_PORT_NUM_CLIENT
See Also:
Constant Field Values

MAX_DATA_LENGTH

public static final int MAX_DATA_LENGTH
See Also:
Constant Field Values

sizeofByte

public static final int sizeofByte
See Also:
Constant Field Values

sizeofChar

public static final int sizeofChar
See Also:
Constant Field Values

sizeofShort

public static final int sizeofShort
See Also:
Constant Field Values

sizeofLong

public static final int sizeofLong
See Also:
Constant Field Values

TPTP 4.4.0 Platform Project
Public API Specification