com.ibm.as400.opnav
Class ApplicationRegistryConstants

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

public class ApplicationRegistryConstants
extends java.lang.Object

Defines commonly used application 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 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_SERVERS
          The pathname of the Operations Navigator registry node in the servers namespace that contains configuration data for each data server.
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
ApplicationRegistryConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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. (Not currently used.)

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.

OPNAV_SERVERS

public static java.lang.String OPNAV_SERVERS
The pathname of the Operations Navigator registry node in the servers namespace that contains configuration data for each data server. (Not currently used.)
Constructor Detail

ApplicationRegistryConstants

public ApplicationRegistryConstants()