Nitido Inc.

Uses of Class
com.nitido.nim.NiMKernelService

Packages that use NiMKernelService
com.nitido.nim This package contains NiM core classes. 
com.nitido.nimx.services.authentication.directory The implementation of AuthenticationService that uses the JNDI implementation of Nitido Eximius Directory library. 
com.nitido.nimx.services.brand.ldap   
com.nitido.nimx.services.classloader.simple An implementation of ClassLoaderService that uses the default ClassLoader of the JVM. 
com.nitido.nimx.services.configuration.file A ConfigurationService implementation that reads in the configuration from two files, one with default settings and one with local settings. 
com.nitido.nimx.services.datacontrol.cachedmap A directory-based implementation of DataControlService that support profile caching and directory pool. 
com.nitido.nimx.services.dirpool.mozilla This package contains the implementation of DirPoolService that utilizes the Mozilla Netscape LDAP Java SDK library. 
com.nitido.nimx.services.entitlement.sim A simulator implementation of EntitlementService. 
com.nitido.nimx.services.entity.generic A generic implementation of EntityService implementation. 
com.nitido.nimx.services.eventmonitor.log4j A log4j implementation of EventMonitorService (do nothing). 
com.nitido.nimx.services.log.log4j A simple implementation of LogService (create Log4j based Logger). 
com.nitido.nimx.services.notification The main package of the NotificationService implementation and the stub. 
com.nitido.nimx.services.nugget.simple A simple implementation of NuggetService. 
com.nitido.nimx.services.simbackend This package contains classes used to simulate a backend data store. 
com.nitido.nimx.services.uniqueid.ipdomain This UniqueIdService implementation generates identifiers that are guaranteed to be unique within a IP domain. 
 

Uses of NiMKernelService in com.nitido.nim
 

Subclasses of NiMKernelService in com.nitido.nim
 class AuthenticationService
          The AuthenticationService is the NiMKernel component responsible for the authentication of entity credentials.
 class BrandService
          The BrandService provides access to branding (multi-tentant) and application (class-of-service) configuration for the system.
 class ClassLoaderService
          The ClassLoaderService is a required NiMKernel module that is responsible for loading classes into the JVM.
 class ConfigurationService
          The ConfigurationService is the NiMKernel module responsible for retrieving configuration information.
 class DataControlService
          The DataControlService is the NiMKernel module responsible for instantiating DataControl objects.
 class EntitlementService
          The EntitlementService is the NiMKernel module responsible for checking the entitlements associated to a given credential
 class EntityService
          The EntityService is the NiMKernel module resopnsible for managing entity instantiation.
 class EventMonitorService
          EventMonitorService is the NiMKernel module responsible for logging application level event messages.
 class LogService
          LogService is the NiMKernel module responsible for initializing and instantiating the NiM Logger.
 class NotificationService
          The NotificationService is the NiMKernel component responsible for sending notification to the user.
 class NuggetService
          NuggetService is the NiMKernel module responsible for instantiating Nuggets.
 class ProvisionService
          The ProvisionService is the NiMKernel module responsible for provisioning and de-provisioning entities.
 class UniqueIdService
          The UniqueIdService is the NiMKernel module responsible for generating unique identifiers within a cluster of NiM nodes.
 

Methods in com.nitido.nim that return NiMKernelService
 NiMKernelService NiMKernel.getOptionalService(java.lang.String serviceName)
          This method returns the reference to the optional kernel service that matches the given service name.
 

Uses of NiMKernelService in com.nitido.nimx.services.authentication.directory
 

Subclasses of NiMKernelService in com.nitido.nimx.services.authentication.directory
 class AuthenticationServiceImpl
          This class provides a directory implementation for the NiM Authentication Service.
 

Uses of NiMKernelService in com.nitido.nimx.services.brand.ldap
 

Subclasses of NiMKernelService in com.nitido.nimx.services.brand.ldap
 class BrandServiceImpl
          This BrandService implementation caches the domains, brands and applications in CacheContainers.
 

Uses of NiMKernelService in com.nitido.nimx.services.classloader.simple
 

Subclasses of NiMKernelService in com.nitido.nimx.services.classloader.simple
 class ClassLoaderServiceImpl
          This class provides a simple ClassLoaderService implementation that uses the ClassLoader that loaded the NiMKernel.
 

Uses of NiMKernelService in com.nitido.nimx.services.configuration.file
 

Subclasses of NiMKernelService in com.nitido.nimx.services.configuration.file
 class ConfigurationServiceImpl
          This ConfigurationService implementation reads in the configuration from two files, one with default settings and one with local settings.
 

Uses of NiMKernelService in com.nitido.nimx.services.datacontrol.cachedmap
 

Subclasses of NiMKernelService in com.nitido.nimx.services.datacontrol.cachedmap
 class DataControlServiceImpl
          This implementation of DataControlService is a factory for cached-mapping DataControls that connected to a backend LDAP server through connection pool.
 

Uses of NiMKernelService in com.nitido.nimx.services.dirpool.mozilla
 

Subclasses of NiMKernelService in com.nitido.nimx.services.dirpool.mozilla
 class DirPoolService
          The Directory Pool Service is a factory of com.nitido.directory.Directory object that utilizes connect pool mechanism.
 

Uses of NiMKernelService in com.nitido.nimx.services.entitlement.sim
 

Subclasses of NiMKernelService in com.nitido.nimx.services.entitlement.sim
 class EntitlementServiceImpl
          This class provides an implemenation of the EntitlementService for simulation purposes.
 

Uses of NiMKernelService in com.nitido.nimx.services.entity.generic
 

Subclasses of NiMKernelService in com.nitido.nimx.services.entity.generic
 class EntityServiceImpl
          A generic implementation of the EntityService.
 

Uses of NiMKernelService in com.nitido.nimx.services.eventmonitor.log4j
 

Subclasses of NiMKernelService in com.nitido.nimx.services.eventmonitor.log4j
 class EventMonitorServiceImpl
          This class implements the EventMonitorService such that application level events are placed in a file on the local file system of the running node using log4j as the underlying library for writting the log messages.
 

Uses of NiMKernelService in com.nitido.nimx.services.log.log4j
 

Subclasses of NiMKernelService in com.nitido.nimx.services.log.log4j
 class LogServiceImpl
          This class provides an implementation of the LogService based on log4j.
 

Uses of NiMKernelService in com.nitido.nimx.services.notification
 

Subclasses of NiMKernelService in com.nitido.nimx.services.notification
 class NotificationServiceImpl
           
 class NotificationServiceStub
          This is a stub implementation of the notification service which throws an exception when any of its methods are invoked.
 

Uses of NiMKernelService in com.nitido.nimx.services.nugget.simple
 

Subclasses of NiMKernelService in com.nitido.nimx.services.nugget.simple
 class NuggetServiceImpl
          This class provides a simple implementation of the NuggetService.
 

Uses of NiMKernelService in com.nitido.nimx.services.simbackend
 

Subclasses of NiMKernelService in com.nitido.nimx.services.simbackend
 class ProvisionServiceImpl
          This class implements a simulator for the ProvionService to provision entities in memory.
 

Uses of NiMKernelService in com.nitido.nimx.services.uniqueid.ipdomain
 

Subclasses of NiMKernelService in com.nitido.nimx.services.uniqueid.ipdomain
 class UniqueIdServiceImpl
          This class implements the UniqueIdService interface.
 


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.