com.ibm.as400.opnav
Class WindowsRegistryConstants

java.lang.Object
  |
  +--com.ibm.as400.opnav.WindowsRegistryConstants

public class WindowsRegistryConstants
extends java.lang.Object

Defines commonly used windows registry paths for use by Operations Navigator components. See the Java Registry API in package com.ibm.as400.registry for more information.

Since:
v5r1m0

Field Summary
static java.lang.String CLIENT_ACCESS_PLATFORM
          The pathname of the Client Access Express registry node in the platform namespace that contains configuration data common to all users.
static java.lang.String CLIENT_ACCESS_SERVERS
          The pathname of the Client Access registry node in the servers namespace that contains configuration data for each AS/400 server.
static java.lang.String CLIENT_ACCESS_USER
          The pathname of the Client Access registry node in the user namespace that contains configuration data specific to the current user.
static java.lang.String OPNAV_APPLICATION
          The pathname of the Operations Navigator registry node in the application namespace that contains configuration data for installed components.
static java.lang.String OPNAV_PLATFORM
          The pathname of the Operations Navigator registry node in the platform namespace that contains configuration data common to all users.
static java.lang.String OPNAV_USER
          The pathname of the Operations Navigator registry node in the user namespace that contains configuration data specific to the current user.
 
Constructor Summary
WindowsRegistryConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLIENT_ACCESS_PLATFORM

public static java.lang.String CLIENT_ACCESS_PLATFORM
The pathname of the Client Access Express registry node in the platform namespace that contains configuration data common to all users.

OPNAV_PLATFORM

public static java.lang.String OPNAV_PLATFORM
The pathname of the Operations Navigator registry node in the platform namespace that contains configuration data common to all users.

OPNAV_APPLICATION

public static java.lang.String OPNAV_APPLICATION
The pathname of the Operations Navigator registry node in the application namespace that contains configuration data for installed components.

CLIENT_ACCESS_USER

public static java.lang.String CLIENT_ACCESS_USER
The pathname of the Client Access registry node in the user namespace that contains configuration data specific to the current user.

OPNAV_USER

public static java.lang.String OPNAV_USER
The pathname of the Operations Navigator registry node in the user namespace that contains configuration data specific to the current user.

CLIENT_ACCESS_SERVERS

public static java.lang.String CLIENT_ACCESS_SERVERS
The pathname of the Client Access registry node in the servers namespace that contains configuration data for each AS/400 server.
Constructor Detail

WindowsRegistryConstants

public WindowsRegistryConstants()