RSE
Release 3.4

org.eclipse.rse.services.clientserver.messages
Interface ICommonMessageIds


public interface ICommonMessageIds

Common Global Message IDs to be used with the RSE SystemMessages mechanism. Clients may use these IDs when creating message objects, or when calling org.eclipse.rse.ui.SystemBasePlugin#getPluginMessage(String). The message IDs uniquely identify a particular situation each, and are used for message translation and context help lookup.

Since:
org.eclipse.rse.services 3.0

Field Summary
static String MSG_COMM_AUTH_FAILED
           
static String MSG_COMM_NETWORK_ERROR
           
static String MSG_COMM_PWD_INVALID
           
static String MSG_CONNECT_CANCELLED
           
static String MSG_CONNECT_FAILED
           
static String MSG_CONNECT_PROGRESS
           
static String MSG_CONNECT_UNKNOWNHOST
           
static String MSG_CONNECTWITHPORT_PROGRESS
           
static String MSG_COPY_PROGRESS
           
static String MSG_DISCONNECT_CANCELLED
           
static String MSG_DISCONNECT_FAILED
           
static String MSG_DISCONNECT_PROGRESS
           
static String MSG_DISCONNECTWITHPORT_PROGRESS
           
static String MSG_ELEMENT_NOT_FOUND
           
static String MSG_ERROR_UNEXPECTED
           
static String MSG_EXCEPTION_DELETING
           
static String MSG_EXCEPTION_MOVING
           
static String MSG_EXCEPTION_OCCURRED
           
static String MSG_EXCEPTION_RENAMING
           
static String MSG_EXPAND_CANCELLED
           
static String MSG_EXPAND_FAILED
           
static String MSG_LOCK_TIMEOUT
           
static String MSG_OPERATION_CANCELLED
           
static String MSG_OPERATION_FAILED
           
static String MSG_OPERATION_SECURITY_VIOLATION
           
static String MSG_OPERATION_UNSUPPORTED
           
static String MSG_RUN_PROGRESS
           
 

Field Detail

MSG_DISCONNECT_PROGRESS

static final String MSG_DISCONNECT_PROGRESS
See Also:
Constant Field Values

MSG_DISCONNECTWITHPORT_PROGRESS

static final String MSG_DISCONNECTWITHPORT_PROGRESS
See Also:
Constant Field Values

MSG_DISCONNECT_FAILED

static final String MSG_DISCONNECT_FAILED
See Also:
Constant Field Values

MSG_DISCONNECT_CANCELLED

static final String MSG_DISCONNECT_CANCELLED
See Also:
Constant Field Values

MSG_CONNECT_PROGRESS

static final String MSG_CONNECT_PROGRESS
See Also:
Constant Field Values

MSG_CONNECTWITHPORT_PROGRESS

static final String MSG_CONNECTWITHPORT_PROGRESS
See Also:
Constant Field Values

MSG_CONNECT_FAILED

static final String MSG_CONNECT_FAILED
See Also:
Constant Field Values

MSG_CONNECT_UNKNOWNHOST

static final String MSG_CONNECT_UNKNOWNHOST
See Also:
Constant Field Values

MSG_CONNECT_CANCELLED

static final String MSG_CONNECT_CANCELLED
See Also:
Constant Field Values

MSG_OPERATION_FAILED

static final String MSG_OPERATION_FAILED
See Also:
Constant Field Values

MSG_OPERATION_CANCELLED

static final String MSG_OPERATION_CANCELLED
See Also:
Constant Field Values

MSG_OPERATION_UNSUPPORTED

static final String MSG_OPERATION_UNSUPPORTED
See Also:
Constant Field Values

MSG_OPERATION_SECURITY_VIOLATION

static final String MSG_OPERATION_SECURITY_VIOLATION
See Also:
Constant Field Values

MSG_EXCEPTION_OCCURRED

static final String MSG_EXCEPTION_OCCURRED
See Also:
Constant Field Values

MSG_EXCEPTION_DELETING

static final String MSG_EXCEPTION_DELETING
See Also:
Constant Field Values

MSG_EXCEPTION_RENAMING

static final String MSG_EXCEPTION_RENAMING
See Also:
Constant Field Values

MSG_EXCEPTION_MOVING

static final String MSG_EXCEPTION_MOVING
See Also:
Constant Field Values

MSG_ELEMENT_NOT_FOUND

static final String MSG_ELEMENT_NOT_FOUND
See Also:
Constant Field Values

MSG_ERROR_UNEXPECTED

static final String MSG_ERROR_UNEXPECTED
See Also:
Constant Field Values

MSG_LOCK_TIMEOUT

static final String MSG_LOCK_TIMEOUT
See Also:
Constant Field Values

MSG_COMM_AUTH_FAILED

static final String MSG_COMM_AUTH_FAILED
See Also:
Constant Field Values

MSG_COMM_PWD_INVALID

static final String MSG_COMM_PWD_INVALID
See Also:
Constant Field Values

MSG_COMM_NETWORK_ERROR

static final String MSG_COMM_NETWORK_ERROR
See Also:
Constant Field Values

MSG_EXPAND_FAILED

static final String MSG_EXPAND_FAILED
See Also:
Constant Field Values

MSG_EXPAND_CANCELLED

static final String MSG_EXPAND_CANCELLED
See Also:
Constant Field Values

MSG_RUN_PROGRESS

static final String MSG_RUN_PROGRESS
See Also:
Constant Field Values

MSG_COPY_PROGRESS

static final String MSG_COPY_PROGRESS
See Also:
Constant Field Values

RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.