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
MSG_DISCONNECT_PROGRESS
static final java.lang.String MSG_DISCONNECT_PROGRESS
- See Also:
- Constant Field Values
MSG_DISCONNECTWITHPORT_PROGRESS
static final java.lang.String MSG_DISCONNECTWITHPORT_PROGRESS
- See Also:
- Constant Field Values
MSG_DISCONNECT_FAILED
static final java.lang.String MSG_DISCONNECT_FAILED
- See Also:
- Constant Field Values
MSG_DISCONNECT_CANCELLED
static final java.lang.String MSG_DISCONNECT_CANCELLED
- See Also:
- Constant Field Values
MSG_CONNECT_PROGRESS
static final java.lang.String MSG_CONNECT_PROGRESS
- See Also:
- Constant Field Values
MSG_CONNECTWITHPORT_PROGRESS
static final java.lang.String MSG_CONNECTWITHPORT_PROGRESS
- See Also:
- Constant Field Values
MSG_CONNECT_FAILED
static final java.lang.String MSG_CONNECT_FAILED
- See Also:
- Constant Field Values
MSG_CONNECT_UNKNOWNHOST
static final java.lang.String MSG_CONNECT_UNKNOWNHOST
- See Also:
- Constant Field Values
MSG_CONNECT_CANCELLED
static final java.lang.String MSG_CONNECT_CANCELLED
- See Also:
- Constant Field Values
MSG_OPERATION_FAILED
static final java.lang.String MSG_OPERATION_FAILED
- See Also:
- Constant Field Values
MSG_OPERATION_CANCELLED
static final java.lang.String MSG_OPERATION_CANCELLED
- See Also:
- Constant Field Values
MSG_OPERATION_UNSUPPORTED
static final java.lang.String MSG_OPERATION_UNSUPPORTED
- See Also:
- Constant Field Values
MSG_OPERATION_SECURITY_VIOLATION
static final java.lang.String MSG_OPERATION_SECURITY_VIOLATION
- See Also:
- Constant Field Values
MSG_EXCEPTION_OCCURRED
static final java.lang.String MSG_EXCEPTION_OCCURRED
- See Also:
- Constant Field Values
MSG_EXCEPTION_DELETING
static final java.lang.String MSG_EXCEPTION_DELETING
- See Also:
- Constant Field Values
MSG_EXCEPTION_RENAMING
static final java.lang.String MSG_EXCEPTION_RENAMING
- See Also:
- Constant Field Values
MSG_EXCEPTION_MOVING
static final java.lang.String MSG_EXCEPTION_MOVING
- See Also:
- Constant Field Values
MSG_ELEMENT_NOT_FOUND
static final java.lang.String MSG_ELEMENT_NOT_FOUND
- See Also:
- Constant Field Values
MSG_ERROR_UNEXPECTED
static final java.lang.String MSG_ERROR_UNEXPECTED
- See Also:
- Constant Field Values
MSG_LOCK_TIMEOUT
static final java.lang.String MSG_LOCK_TIMEOUT
- See Also:
- Constant Field Values
MSG_COMM_AUTH_FAILED
static final java.lang.String MSG_COMM_AUTH_FAILED
- See Also:
- Constant Field Values
MSG_COMM_PWD_INVALID
static final java.lang.String MSG_COMM_PWD_INVALID
- See Also:
- Constant Field Values
MSG_COMM_NETWORK_ERROR
static final java.lang.String MSG_COMM_NETWORK_ERROR
- See Also:
- Constant Field Values
MSG_EXPAND_FAILED
static final java.lang.String MSG_EXPAND_FAILED
- See Also:
- Constant Field Values
MSG_EXPAND_CANCELLED
static final java.lang.String MSG_EXPAND_CANCELLED
- See Also:
- Constant Field Values
MSG_RUN_PROGRESS
static final java.lang.String MSG_RUN_PROGRESS
- See Also:
- Constant Field Values
MSG_COPY_PROGRESS
static final java.lang.String MSG_COPY_PROGRESS
- See Also:
- Constant Field Values
Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.