Nitido Inc.

Uses of Class
com.nitido.nim.ConfigurationService

Packages that use ConfigurationService
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.authentication.dirpool The implementation of AuthenticationService that uses the Mozilla Netscape LDAP SDK's connection pool ability. 
com.nitido.nimx.services.authentication.sim A simulator implementation of AuthenticationService. 
com.nitido.nimx.services.brand.ldap   
com.nitido.nimx.services.brand.sysdefault   
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.datacontrol.profilemap A directory-based implementation of DataControlService that allow custom mapping between the user space key and the backend LDAP attribute name. 
com.nitido.nimx.services.datacontrol.sim A simulator implementation of DataControlService. 
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.notification.channels   
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 ConfigurationService in com.nitido.nim
 

Fields in com.nitido.nim declared as ConfigurationService
protected  ConfigurationService BrandService._confService
          Reference to the configuration service
 

Methods in com.nitido.nim that return ConfigurationService
 ConfigurationService NiMKernel.getConfigurationService()
          This method returns the reference to the Configuration Service used by the NiM environment.
 

Methods in com.nitido.nim with parameters of type ConfigurationService
protected abstract  void ClassLoaderService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void ProvisionService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void EntitlementService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void DataControlService.init(NiMKernel kernel, ConfigurationService confService)
           
protected  void NotificationService.init(NiMKernel kernel, ConfigurationService confService)
           
protected  void ConfigurationService.init(NiMKernel kernel, ConfigurationService confServ)
          This method throws UnsupportedOperationException.
protected abstract  void LogService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void AuthenticationService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void UniqueIdService.init(NiMKernel kernel, ConfigurationService confService)
           
protected  void BrandService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void NuggetService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void NiMKernelService.init(NiMKernel kernel, ConfigurationService confService)
          This method is used to initialize the kernel service.
protected abstract  void EventMonitorService.init(NiMKernel kernel, ConfigurationService confService)
           
protected abstract  void EntityService.init(NiMKernel kernel, ConfigurationService confService)
           
 

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

Methods in com.nitido.nimx.services.authentication.directory with parameters of type ConfigurationService
protected  void AuthenticationServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is called by the NiMKernel to initialize the authentication service.
 

Uses of ConfigurationService in com.nitido.nimx.services.authentication.dirpool
 

Methods in com.nitido.nimx.services.authentication.dirpool with parameters of type ConfigurationService
protected  void AuthenticationServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is called by the NiMKernel to initialize the AuthenticationService.
 

Uses of ConfigurationService in com.nitido.nimx.services.authentication.sim
 

Methods in com.nitido.nimx.services.authentication.sim with parameters of type ConfigurationService
protected  void AuthenticationServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used to initialize the service.
 

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

Methods in com.nitido.nimx.services.brand.ldap with parameters of type ConfigurationService
protected  void BrandServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

Uses of ConfigurationService in com.nitido.nimx.services.brand.sysdefault
 

Methods in com.nitido.nimx.services.brand.sysdefault with parameters of type ConfigurationService
protected  void BrandServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

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

Methods in com.nitido.nimx.services.classloader.simple with parameters of type ConfigurationService
protected  void ClassLoaderServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the NiMKernel to initialize the ClassLoaderService.
 

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

Subclasses of ConfigurationService 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 ConfigurationService in com.nitido.nimx.services.datacontrol.cachedmap
 

Methods in com.nitido.nimx.services.datacontrol.cachedmap with parameters of type ConfigurationService
protected  void DataControlServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the kernel to initialize the DataControlService.
 

Uses of ConfigurationService in com.nitido.nimx.services.datacontrol.profilemap
 

Methods in com.nitido.nimx.services.datacontrol.profilemap with parameters of type ConfigurationService
protected  void DataControlServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the kernel to initialize the DataControlService.
 

Uses of ConfigurationService in com.nitido.nimx.services.datacontrol.sim
 

Methods in com.nitido.nimx.services.datacontrol.sim with parameters of type ConfigurationService
protected  void DataControlServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

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

Methods in com.nitido.nimx.services.entitlement.sim with parameters of type ConfigurationService
protected  void EntitlementServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the NiMKernel to initialize the EntitlementService.
 

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

Methods in com.nitido.nimx.services.entity.generic with parameters of type ConfigurationService
protected  void EntityServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used to initialize this implementation of the EntityService.
 

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

Methods in com.nitido.nimx.services.eventmonitor.log4j with parameters of type ConfigurationService
protected  void EventMonitorServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the NiMKernel to initialize the EventMonitor service.
 

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

Methods in com.nitido.nimx.services.log.log4j with parameters of type ConfigurationService
protected  void LogServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the NiMKernel to initialize the LogService.
 

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

Methods in com.nitido.nimx.services.notification with parameters of type ConfigurationService
protected  void NotificationServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

Constructors in com.nitido.nimx.services.notification with parameters of type ConfigurationService
CleanStatusCacheThread(java.lang.String threadId, NotificationService service, StatusTicketCache cache, ConfigurationService conf)
           
StatusTicketCache(ConfigurationService confService, NotificationService notifyService)
          Protected constructor to only allow the service to instantiate the cache.
 

Uses of ConfigurationService in com.nitido.nimx.services.notification.channels
 

Fields in com.nitido.nimx.services.notification.channels declared as ConfigurationService
protected  ConfigurationService DeliveryChannel._confService
          The configuration service
 

Methods in com.nitido.nimx.services.notification.channels with parameters of type ConfigurationService
 void DeliveryChannel.init(StatusTicketCache cache, ConfigurationService conf)
          Initializes the delivery channel by providing access to the status ticket cache and the configuration service.
 void EmailDeliveryChannel.init(StatusTicketCache cache, ConfigurationService conf)
           
 void StubEmailDeliveryChannel.init(StatusTicketCache cache, ConfigurationService conf)
           
 void SMSDeliveryChannel.init(StatusTicketCache cache, ConfigurationService conf)
           
 

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

Fields in com.nitido.nimx.services.nugget.simple declared as ConfigurationService
protected  ConfigurationService NuggetServiceImpl._confService
          Reference to the kernel configuration service.
 

Methods in com.nitido.nimx.services.nugget.simple with parameters of type ConfigurationService
protected  void NuggetServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 

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

Fields in com.nitido.nimx.services.simbackend declared as ConfigurationService
protected  ConfigurationService NuggetServiceImpl._confService
          Reference to the kernel configuration service.
 

Methods in com.nitido.nimx.services.simbackend with parameters of type ConfigurationService
protected  void EntitlementServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the NiMKernel to initialize the EntitlementService.
protected  void NuggetServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
protected  void ClassLoaderServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the NiMKernel to initialize the ClassLoaderService.
protected  void AuthenticationServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used to initialize the service.
protected  void ProvisionServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the NiMKernel to initialize the ProvisionService.
protected  void DataControlServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
          This method is used by the kernel to initialize the DataControlService.
protected static BackendStore BackendStore.initStore(ConfigurationService confService)
          Used to initialize this backend store.
 

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

Methods in com.nitido.nimx.services.uniqueid.ipdomain with parameters of type ConfigurationService
protected  void UniqueIdServiceImpl.init(NiMKernel kernel, ConfigurationService confService)
           
 


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.