Nitido Inc.

com.nitido.nim
Interface NiMKernelConstants

All Known Implementing Classes:
NiMKernel

public interface NiMKernelConstants

This interface provides the constants that are shared by classes that uses the NiMKernel (such as NiMKernelService implementations).

A Nugget developer or application developer should not need to access these constants.


Field Summary
static java.lang.String AUTHENTICATION
          The name used to reference the AuthenticationService.
static java.lang.String BRAND
          The name use to reference BrandService.
static java.lang.String CHECK_EARLIEST_VERSION
          License header condition key for checking the earliest NiM version supported.
static java.lang.String CHECK_EXPIRY_DATE
          License header condition key for checking the expiry date.
static java.lang.String CHECK_HOST_NAME
          License header condition key for checking the host name.
static java.lang.String CHECK_IP
          License header condition key for checking the IP address.
static java.lang.String CHECK_LATEST_VERSION
          License header condition key for checking the latest NiM version supported.
static java.lang.String CLASS_LOADER
          The name used to reference the ClassLoaderService.
static java.lang.String CONF_KEY_PREFIX_CORE_SERVICE
          The key prefix for retrieving core NiMKernelService implementation class name from the configuration service.
static java.lang.String CONF_KEY_PREFIX_OPTIONAL_SERVICE
          The key prefix for retrieving optional NiMKernelService implementation class name from the configuration service.
static java.lang.String CONFIGURATION
          The name used to reference the ConfigurationService.
static java.lang.String DATA_CONTROL
          The name used to reference the DataControlService.
static java.lang.String ENTITLEMENT
          The name used to reference the EntitlementService.
static java.lang.String ENTITY
          The name used to reference the EntityService.
static java.lang.String EVENT_MONITOR
          The name used to reference the EventMonitorService.
static java.lang.String JVM_KEY_DESCRIPTOR
          The name of the JVM enironment key with the value of the URL for the NiMDescriptor.xml.
static java.lang.String JVM_KEY_LICENSE_DATA
          The name of the JVM environment key with the value of the location of the license data file.
static java.lang.String JVM_KEY_LICENSE_PUBLICKEY
          The name of the JVM environment key with the value of the location of the public key file.
static java.lang.String JVM_KEY_NODE_ID
          The name of the JVM environment key used to get the node id associated to the running NiMKernel.
static int LEN_CONF_KEY_PREFIX_CORE_SERVICE
          The value of CONF_KEY_PERFIX_CORE_SERVICE.length().
static int LEN_CONF_KEY_PREFIX_OPTIONAL_SERVICE
          The value of CONF_KEY_PREFIX_OPTIONAL_SERVICE.length().
static java.lang.String LOG
          The name used to reference the LogService.
static java.lang.String MSG_LICENSE_DATA_NOT_DEFINED
          The error message when the environment variable for license data file is not defined.
static java.lang.String MSG_LICENSE_DATA_NOT_FILE
          The error message when the environment variable for license data file is pointing to a directory instead of a file.
static java.lang.String MSG_LICENSE_DATA_NOT_FOUND
          The error message when the environment variable for license data file has defined an invalid file.
static java.lang.String MSG_LICENSE_DATA_NOT_READABLE
          The error message when the environment variable for license data file has defined an file that the application cannot read.
static java.lang.String MSG_PUBLIC_KEY_NOT_DEFINED
          The error message when the environment variable for license public key file is not defined.
static java.lang.String MSG_PUBLIC_KEY_NOT_FILE
          The error message when the environment variable for license public key file is pointing to a directory instead of a file.
static java.lang.String MSG_PUBLIC_KEY_NOT_FOUND
          The error message when the environment variable for license public key file has defined an invalid file.
static java.lang.String MSG_PUBLIC_KEY_NOT_READABLE
          The error message when the environment variable for license public key file has defined an file that the application cannot read.
static java.lang.String NOTIFICATION
          The name use to reference NotificationService.
static java.lang.String NUGGET
          The name used to reference the NuggetService.
static java.lang.String PROVISION
          The name used to reference the ProvisionService.
static java.lang.String UNIQUE_ID
          The name used to reference the UniqueIdService.
 

Field Detail

CHECK_IP

static final java.lang.String CHECK_IP
License header condition key for checking the IP address.

See Also:
Constant Field Values

CHECK_HOST_NAME

static final java.lang.String CHECK_HOST_NAME
License header condition key for checking the host name.

See Also:
Constant Field Values

CHECK_EXPIRY_DATE

static final java.lang.String CHECK_EXPIRY_DATE
License header condition key for checking the expiry date.

See Also:
Constant Field Values

CHECK_EARLIEST_VERSION

static final java.lang.String CHECK_EARLIEST_VERSION
License header condition key for checking the earliest NiM version supported.

See Also:
Constant Field Values

CHECK_LATEST_VERSION

static final java.lang.String CHECK_LATEST_VERSION
License header condition key for checking the latest NiM version supported.

See Also:
Constant Field Values

AUTHENTICATION

static final java.lang.String AUTHENTICATION
The name used to reference the AuthenticationService. This constant is used by NiMKernel to locate the settings related to the authentication service in the NiMDescriptor.xml.

See Also:
Constant Field Values

CLASS_LOADER

static final java.lang.String CLASS_LOADER
The name used to reference the ClassLoaderService. This constant is used by NiMKernel to locate the settings related to the class loading service in the NiMDescriptor.xml.

See Also:
Constant Field Values

CONFIGURATION

static final java.lang.String CONFIGURATION
The name used to reference the ConfigurationService. This constant is used by NiMKernel to locate the settings related to the configuration service in the NiMDescriptor.xml.

See Also:
Constant Field Values

DATA_CONTROL

static final java.lang.String DATA_CONTROL
The name used to reference the DataControlService. This constant is used by NiMKernel to locate the settings related to the data control service in the NiMDescriptor.xml.

See Also:
Constant Field Values

ENTITLEMENT

static final java.lang.String ENTITLEMENT
The name used to reference the EntitlementService. This constant is used by NiMKernel to locate the settings related to the entitlement service in the NiMDescriptor.xml.

See Also:
Constant Field Values

ENTITY

static final java.lang.String ENTITY
The name used to reference the EntityService. This constant is used by NiMKernel to locate the settings related to the entity service in the NiMDescriptor.xml.

See Also:
Constant Field Values

EVENT_MONITOR

static final java.lang.String EVENT_MONITOR
The name used to reference the EventMonitorService. This constant is used by NiMKernel to locate the settings related to the event monitor service in the NiMDescriptor.xml.

See Also:
Constant Field Values

LOG

static final java.lang.String LOG
The name used to reference the LogService. This constant is used by NiMKernel to locate the settings related to the logging service in the NiMDescriptor.xml.

See Also:
Constant Field Values

NUGGET

static final java.lang.String NUGGET
The name used to reference the NuggetService. This constant is used by NiMKernel to locate the settings related to the Nugget service in the NiMDescriptor.xml.

See Also:
Constant Field Values

PROVISION

static final java.lang.String PROVISION
The name used to reference the ProvisionService. This constant is used by NiMKernel to locate the settings related to the Provision service in the NiMDescriptor.xml.

See Also:
Constant Field Values

UNIQUE_ID

static final java.lang.String UNIQUE_ID
The name used to reference the UniqueIdService. This constant is used by NiMKernel to locate the settings related to the UniqueId service in the NiMDescriptor.xml.

See Also:
Constant Field Values

NOTIFICATION

static final java.lang.String NOTIFICATION
The name use to reference NotificationService. This constant is used by NiMKernel to locate the settings related to the NotificationService service in the NiMDescriptor.xml.

See Also:
Constant Field Values

BRAND

static final java.lang.String BRAND
The name use to reference BrandService. This constant is used by NiMKernel to locate the settings related to the BrandService service in the NiMDescriptor.xml.

See Also:
Constant Field Values

JVM_KEY_NODE_ID

static final java.lang.String JVM_KEY_NODE_ID
The name of the JVM environment key used to get the node id associated to the running NiMKernel.

See Also:
Constant Field Values

JVM_KEY_DESCRIPTOR

static final java.lang.String JVM_KEY_DESCRIPTOR
The name of the JVM enironment key with the value of the URL for the NiMDescriptor.xml.

See Also:
Constant Field Values

JVM_KEY_LICENSE_PUBLICKEY

static final java.lang.String JVM_KEY_LICENSE_PUBLICKEY
The name of the JVM environment key with the value of the location of the public key file.

See Also:
Constant Field Values

JVM_KEY_LICENSE_DATA

static final java.lang.String JVM_KEY_LICENSE_DATA
The name of the JVM environment key with the value of the location of the license data file.

See Also:
Constant Field Values

CONF_KEY_PREFIX_CORE_SERVICE

static final java.lang.String CONF_KEY_PREFIX_CORE_SERVICE
The key prefix for retrieving core NiMKernelService implementation class name from the configuration service.

See Also:
Constant Field Values

LEN_CONF_KEY_PREFIX_CORE_SERVICE

static final int LEN_CONF_KEY_PREFIX_CORE_SERVICE
The value of CONF_KEY_PERFIX_CORE_SERVICE.length().


CONF_KEY_PREFIX_OPTIONAL_SERVICE

static final java.lang.String CONF_KEY_PREFIX_OPTIONAL_SERVICE
The key prefix for retrieving optional NiMKernelService implementation class name from the configuration service.

See Also:
Constant Field Values

LEN_CONF_KEY_PREFIX_OPTIONAL_SERVICE

static final int LEN_CONF_KEY_PREFIX_OPTIONAL_SERVICE
The value of CONF_KEY_PREFIX_OPTIONAL_SERVICE.length().


MSG_PUBLIC_KEY_NOT_DEFINED

static final java.lang.String MSG_PUBLIC_KEY_NOT_DEFINED
The error message when the environment variable for license public key file is not defined.

See Also:
Constant Field Values

MSG_PUBLIC_KEY_NOT_FOUND

static final java.lang.String MSG_PUBLIC_KEY_NOT_FOUND
The error message when the environment variable for license public key file has defined an invalid file.

See Also:
Constant Field Values

MSG_PUBLIC_KEY_NOT_READABLE

static final java.lang.String MSG_PUBLIC_KEY_NOT_READABLE
The error message when the environment variable for license public key file has defined an file that the application cannot read.

See Also:
Constant Field Values

MSG_PUBLIC_KEY_NOT_FILE

static final java.lang.String MSG_PUBLIC_KEY_NOT_FILE
The error message when the environment variable for license public key file is pointing to a directory instead of a file.

See Also:
Constant Field Values

MSG_LICENSE_DATA_NOT_DEFINED

static final java.lang.String MSG_LICENSE_DATA_NOT_DEFINED
The error message when the environment variable for license data file is not defined.

See Also:
Constant Field Values

MSG_LICENSE_DATA_NOT_FOUND

static final java.lang.String MSG_LICENSE_DATA_NOT_FOUND
The error message when the environment variable for license data file has defined an invalid file.

See Also:
Constant Field Values

MSG_LICENSE_DATA_NOT_READABLE

static final java.lang.String MSG_LICENSE_DATA_NOT_READABLE
The error message when the environment variable for license data file has defined an file that the application cannot read.

See Also:
Constant Field Values

MSG_LICENSE_DATA_NOT_FILE

static final java.lang.String MSG_LICENSE_DATA_NOT_FILE
The error message when the environment variable for license data file is pointing to a directory instead of a file.

See Also:
Constant Field Values

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.