RSE
Release 3.0

org.eclipse.rse.core
Interface IRSEPreferenceNames


public interface IRSEPreferenceNames

These constants define the set of preference names that the RSE core uses.


Field Summary
static String ACTIVEUSERPROFILES
          The key for the string containing the list of active user profiles in alphabetical order.
static String CREATE_LOCAL_CONNECTION
          The key of the string containing the id of the boolean value to create a local connection.
static String DEFAULT_PERSISTENCE_PROVIDER
          The key of the string containing the id of the default persistence provider.
static String SYSTEMTYPE
          The key for the default system type.
static String USE_DEFERRED_QUERIES
          The key for the value that specifies that queries should be "deferred", that is, run when needed and in the background, as nodes are asked for their children.
static String USERIDPERKEY
          The key for an hash table, encoded as a string, that contains user ids as values keyed by some key - usually a system type, a connection name, or a combination of a connection name and subsystem.
 

Field Detail

USE_DEFERRED_QUERIES

static final String USE_DEFERRED_QUERIES
The key for the value that specifies that queries should be "deferred", that is, run when needed and in the background, as nodes are asked for their children. This value is not part of the API. This field is not intended to be referenced by clients.

See Also:
Constant Field Values

SYSTEMTYPE

static final String SYSTEMTYPE
The key for the default system type. Used when a system type is needed but not declared when creating new connections (hosts) and for password determination. This value is not part of the API. This field is not intended to be referenced by clients.

See Also:
Constant Field Values

USERIDPERKEY

static final String USERIDPERKEY
The key for an hash table, encoded as a string, that contains user ids as values keyed by some key - usually a system type, a connection name, or a combination of a connection name and subsystem. This value is not part of the API. This field is not intended to be referenced by clients.

See Also:
Constant Field Values

ACTIVEUSERPROFILES

static final String ACTIVEUSERPROFILES
The key for the string containing the list of active user profiles in alphabetical order. As profiles are activated, deactivated, or renamed this string must be modified. This value is not part of the API. This field is not intended to be referenced by clients.

See Also:
Constant Field Values

DEFAULT_PERSISTENCE_PROVIDER

static final String DEFAULT_PERSISTENCE_PROVIDER
The key of the string containing the id of the default persistence provider. Value is "DEFAULT_PERSISTENCE_PROVIDER". This value is part of the API and may be used to customize products.

See Also:
Constant Field Values

CREATE_LOCAL_CONNECTION

static final String CREATE_LOCAL_CONNECTION
The key of the string containing the id of the boolean value to create a local connection. Value is "CREATE_LOCAL_CONNECTION". This value is part of the API and may be used to customize products.

Since:
org.eclipse.rse.core 3.0
See Also:
Constant Field Values

RSE
Release 3.0

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