RSE
Release 3.2

org.eclipse.rse.services.clientserver.messages
Class CommonMessages

java.lang.Object
  extended by org.eclipse.osgi.util.NLS
      extended by org.eclipse.rse.services.clientserver.messages.CommonMessages

public class CommonMessages
extends NLS

Externalized Strings for common messages that all clients can use.

Since:
3.0

Field Summary
static String MSG_COMM_AUTH_FAILED
           
static String MSG_COMM_AUTH_FAILED_DETAILS
           
static String MSG_COMM_NETWORK_ERROR
           
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_OCCURRED
           
static String MSG_EXPAND_CANCELLED
           
static String MSG_EXPAND_FAILED
           
static String MSG_FAILURE_WITH_CAUSE
          General message format for concatenating a message with a cause
static String MSG_LOCK_TIMEOUT
           
static String MSG_OPERATION_CANCELLED
           
static String MSG_OPERATION_DISCONNECTED
           
static String MSG_OPERATION_FAILED
           
static String MSG_OPERATION_FINISHED
           
static String MSG_OPERATION_RUNNING
           
static String MSG_OPERATION_SECURITY_VIOLATION
           
static String MSG_OPERATION_UNSUPPORTED
           
static String MSG_OPERTION_STOPPED
           
static String MSG_QUERY_PROGRESS
           
static String MSG_QUERY_PROPERTIES_PROGRESS
           
static String MSG_RESOLVE_PROGRESS
           
static String MSG_RUN_PROGRESS
           
static String MSG_SET_PROGRESS
           
static String MSG_SET_PROPERTIES_PROGRESS
           
 
Constructor Summary
CommonMessages()
           
 
Method Summary
 
Methods inherited from class org.eclipse.osgi.util.NLS
bind, bind, bind, initializeMessages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSG_EXCEPTION_OCCURRED

public static String MSG_EXCEPTION_OCCURRED

MSG_ERROR_UNEXPECTED

public static String MSG_ERROR_UNEXPECTED

MSG_FAILURE_WITH_CAUSE

public static String MSG_FAILURE_WITH_CAUSE
General message format for concatenating a message with a cause

Since:
3.1

MSG_COMM_AUTH_FAILED

public static String MSG_COMM_AUTH_FAILED

MSG_COMM_AUTH_FAILED_DETAILS

public static String MSG_COMM_AUTH_FAILED_DETAILS

MSG_COMM_NETWORK_ERROR

public static String MSG_COMM_NETWORK_ERROR

MSG_LOCK_TIMEOUT

public static String MSG_LOCK_TIMEOUT

MSG_EXPAND_FAILED

public static String MSG_EXPAND_FAILED

MSG_EXPAND_CANCELLED

public static String MSG_EXPAND_CANCELLED

MSG_OPERATION_RUNNING

public static String MSG_OPERATION_RUNNING

MSG_OPERATION_FINISHED

public static String MSG_OPERATION_FINISHED

MSG_OPERTION_STOPPED

public static String MSG_OPERTION_STOPPED

MSG_OPERATION_DISCONNECTED

public static String MSG_OPERATION_DISCONNECTED

MSG_CONNECT_CANCELLED

public static String MSG_CONNECT_CANCELLED

MSG_CONNECT_PROGRESS

public static String MSG_CONNECT_PROGRESS

MSG_CONNECTWITHPORT_PROGRESS

public static String MSG_CONNECTWITHPORT_PROGRESS

MSG_CONNECT_FAILED

public static String MSG_CONNECT_FAILED

MSG_CONNECT_UNKNOWNHOST

public static String MSG_CONNECT_UNKNOWNHOST

MSG_DISCONNECT_PROGRESS

public static String MSG_DISCONNECT_PROGRESS

MSG_DISCONNECTWITHPORT_PROGRESS

public static String MSG_DISCONNECTWITHPORT_PROGRESS

MSG_DISCONNECT_FAILED

public static String MSG_DISCONNECT_FAILED

MSG_DISCONNECT_CANCELLED

public static String MSG_DISCONNECT_CANCELLED

MSG_OPERATION_FAILED

public static String MSG_OPERATION_FAILED

MSG_OPERATION_CANCELLED

public static String MSG_OPERATION_CANCELLED

MSG_OPERATION_UNSUPPORTED

public static String MSG_OPERATION_UNSUPPORTED

MSG_OPERATION_SECURITY_VIOLATION

public static String MSG_OPERATION_SECURITY_VIOLATION

MSG_ELEMENT_NOT_FOUND

public static String MSG_ELEMENT_NOT_FOUND

MSG_RESOLVE_PROGRESS

public static String MSG_RESOLVE_PROGRESS

MSG_QUERY_PROGRESS

public static String MSG_QUERY_PROGRESS

MSG_QUERY_PROPERTIES_PROGRESS

public static String MSG_QUERY_PROPERTIES_PROGRESS

MSG_SET_PROGRESS

public static String MSG_SET_PROGRESS

MSG_SET_PROPERTIES_PROGRESS

public static String MSG_SET_PROPERTIES_PROGRESS

MSG_RUN_PROGRESS

public static String MSG_RUN_PROGRESS

MSG_COPY_PROGRESS

public static String MSG_COPY_PROGRESS
Constructor Detail

CommonMessages

public CommonMessages()

RSE
Release 3.2

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