RSE
Release 3.2

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 java.lang.String ACTIVEUSERPROFILES
          The key for the string containing the list of active user profiles in alphabetical order.
static java.lang.String CREATE_LOCAL_CONNECTION
          The key of the string containing the id of the boolean value to create a local connection.
static java.lang.String DEFAULT_PERSISTENCE_PROVIDER
          The key of the string containing the id of the default persistence provider.
static java.lang.String SYSTEMTYPE
          The key for the default system type.
static java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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.2

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