|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.nitido.nim | |
|---|---|
| com.nitido.nim | This package contains NiM core classes. |
| com.nitido.nimbox.http | This package contains the HttpServlet that acts as a Nimlet driver. |
| com.nitido.nimbox.http.services.ad | The Advertisement Service for HTTP NiMBox. |
| com.nitido.nimbox.http.services.ad.simple | The simple implementation of the AdService for HTTP NiMBox. |
| com.nitido.nimbox.http.services.tracking | The Tracking Service for HTTP NiMBox. |
| com.nitido.nimbox.http.services.tracking.file | The log file based implementation of the Tracking Service for HTTP NiMBox. |
| com.nitido.nimx.nuggets.extmail | This package contains the ExtMailNugget and its' helper classes. |
| com.nitido.nimx.nuggets.extmail.real | The only implementation of ExtMailNugget. |
| com.nitido.nimx.nuggets.helpdesk | This package contains the Nugget that provide HelpDesk functionality for changing preference settings for other users on communication servers from Sun ONE (which was called iPlanet). |
| com.nitido.nimx.nuggets.helpdesk.dirpool | This implementation utilizes the DirPoolService to obtain the directory connections. |
| com.nitido.nimx.nuggets.iplanetset | This package contains the Nugget and helper classes for accessing and modifying user-centric preference settings for communication servers from Sun ONE (which was called iPlanet). |
| com.nitido.nimx.nuggets.iplanetset.dirpool | This IPlanetSettingsNugget implementation obtains the directory connections from the DirPoolService. |
| com.nitido.nimx.nuggets.javamail | This package contains the JavaMailNugget and its' helper classes. |
| com.nitido.nimx.nuggets.javamail.real | This is the first real implementation of JavaMailNugget, which launches the JavaMail connections and keep the IMAP connection reference opened during the nugget's lifetime only. |
| com.nitido.nimx.nuggets.pab | This package contains the Nugget and associate classes for accessing Personal Address Book (PAB). |
| com.nitido.nimx.nuggets.pab.real | This PABNugget implementation obtains the directory connections from the DirPoolService. |
| com.nitido.nimx.nuggets.pab.stub | This PABNugget implementation stores all the data in memory. |
| com.nitido.nimx.nuggets.wcap | This package contains the Nugget and associate classes for accessing iPlanet Calendar Server through WCAP commands. |
| 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 | |
| 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.datacontrol.sim | A simulator implementation of DataControlService. |
| 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.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. |
| com.nitido.nimx.services.valet | This package contains the ValetService that provides the custodian service for holding resources that cannot be migrated to other servers in the same cluster. |
| Classes in com.nitido.nim used by com.nitido.nim | |
|---|---|
| ActivationException
The ActivationException is thrown when the activation or deactivation of a Nugget, Entity or DataControl is not successful. |
|
| Application
The data object that represent the Application data from the BrandService. |
|
| AuthenticationFailedException
The AuthenticationFailedException is thrown when unable to authenticate a given a Credential. |
|
| AuthenticationService
The AuthenticationService is the NiMKernel component responsible for the authentication of entity credentials. |
|
| Brand
This is the data object for a brand in the multi-tenant environment. |
|
| BrandService
The BrandService provides access to branding (multi-tentant) and application (class-of-service) configuration for the system. |
|
| ClassLoaderService
The ClassLoaderService is a required NiMKernel module that is responsible for loading classes into the JVM. |
|
| ConfigurationService
The ConfigurationService is the NiMKernel module responsible for retrieving configuration information. |
|
| Credential
The Credential class is data container of credential information for entities. |
|
| DataControl
A DataControl provides Entities with an abstraction for storing and retrieving profile data. |
|
| DataControlException
The DataControlException is thrown when a error occurs when invoking a method on the DataControl. |
|
| DataControlService
The DataControlService is the NiMKernel module responsible for instantiating DataControl objects. |
|
| EntitlementService
The EntitlementService is the NiMKernel module responsible for checking the entitlements associated to a given credential |
|
| Entity
The Entity class is the abstraction of an entity in a NiM application for which requests take place. |
|
| EntityProvisionDescriptor
This class is a data object used by application developers to collect entity profile information. |
|
| EntityProvisionException
The EntityProvisionException is thrown when the system is unable to provision a new NiM entity. |
|
| EntityReleasedException
The EntityReleasedException class is thrown when an entity operation (except (releasing a nugget) is attempted when the Entity object is already released. |
|
| EntityService
The EntityService is the NiMKernel module resopnsible for managing entity instantiation. |
|
| EventMonitorService
EventMonitorService is the NiMKernel module responsible for logging application level event messages. |
|
| IllegalCredentialException
The IllegalCredentialException is thrown when an unrecognized Credential is passed to the getEntity() method on NiM. |
|
| IllegalNimletClassException
The IllegalNimletClassException is thrown when an unrecognized Nimlet class is passed to the ContainerEntity.getNimletClass( String ). |
|
| IndividualStatus
IndividulaStatus object was introduced for NotificationService. |
|
| IndividualStatus.Status
Enum of the possible state of the status. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| InvalidSettingException
The InvalidSettingException class is thrown when unable to change a the settings on a Nugget or a DataControl. |
|
| LogService
LogService is the NiMKernel module responsible for initializing and instantiating the NiM Logger. |
|
| Member
Member data object for the notification service. |
|
| Modifier
The Modifier class encapsulates a modification requests made to the data object inside a DataControl. |
|
| ModifierContainer
The ModifierContainer class encapsulates an ordered set of Modifier objects that specify a set of batch modifications to the credential space and user space of an Entity. |
|
| NiM
The NiM class provides application developers with a centralized access to all of NiM services such as entity management, profile management, logging, event monitoring, nugget management, and configuration management. |
|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NiMKernel
This class is the factory of all kernel services running the JVM. |
|
| NiMKernelConstants
This interface provides the constants that are shared by classes that uses the NiMKernel (such as NiMKernelService implementations). |
|
| NiMKernelService
The base class for all NiM Kernel services. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| NimletContainer
The NimletContainer provides a Nimlet access to the underlying container. |
|
| NimletException
The NimletException is the base of all Nimlet Exceptions. |
|
| NimletInput
The NimletInput is a data container with all the input data for a Nimlet. |
|
| NimletOutput
The NimletOutput is a data container of name/value pairs that represent the output of the request handling method of the Nimlet. |
|
| NiMRuntimeException
The NiMRuntimeException is the base class for all NiM runtime exceptions |
|
| NotificationBodyPart
This is a specialized extension of the standard MimeBodyPart object that can remember the full ContentType string. |
|
| NotificationMessage
An object that contains all of the information about the message that the application wants to send. |
|
| NotificationService
The NotificationService is the NiMKernel component responsible for sending notification to the user. |
|
| NotificationServiceException
The base class for all notification service specific exceptions. |
|
| NotificationStatus
A notification status object that contains information about the delivery of the message to one or more recipients. |
|
| Nugget
The Nugget class is the base class for all Nugget objects. |
|
| NuggetNotAvailableException
The NuggetNotAvailableException is thrown when Entity.getNugget( String nuggetName ) cannot return an instance of the specified nugget because it has not been created or the configuration does not have enough information to allow NuggetService to create it. |
|
| NuggetService
NuggetService is the NiMKernel module responsible for instantiating Nuggets. |
|
| NuggetVisa
This class is used for telling the Nugget that they are being instantiated by classes in this package. |
|
| PermissionDeniedException
The PermissionDeniedException class is thrown when a given credential does not has permission to perform a requested action. |
|
| ProvisionService
The ProvisionService is the NiMKernel module responsible for provisioning and de-provisioning entities. |
|
| StatusNotFoundException
|
|
| UniqueIdService
The UniqueIdService is the NiMKernel module responsible for generating unique identifiers within a cluster of NiM nodes. |
|
| User
The User class is an abstraction of a user in the NiM framework. |
|
| Classes in com.nitido.nim used by com.nitido.nimbox.http | |
|---|---|
| Entity
The Entity class is the abstraction of an entity in a NiM application for which requests take place. |
|
| Nimlet
A Nimlet is an application component that is executed within a container. |
|
| NimletContainer
The NimletContainer provides a Nimlet access to the underlying container. |
|
| NimletException
The NimletException is the base of all Nimlet Exceptions. |
|
| NimletInput
The NimletInput is a data container with all the input data for a Nimlet. |
|
| NimletOutput
The NimletOutput is a data container of name/value pairs that represent the output of the request handling method of the Nimlet. |
|
| Classes in com.nitido.nim used by com.nitido.nimbox.http.services.ad | |
|---|---|
| Entity
The Entity class is the abstraction of an entity in a NiM application for which requests take place. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| Nimlet
A Nimlet is an application component that is executed within a container. |
|
| NimletException
The NimletException is the base of all Nimlet Exceptions. |
|
| NimletInput
The NimletInput is a data container with all the input data for a Nimlet. |
|
| NimletOutput
The NimletOutput is a data container of name/value pairs that represent the output of the request handling method of the Nimlet. |
|
| Classes in com.nitido.nim used by com.nitido.nimbox.http.services.ad.simple | |
|---|---|
| Entity
The Entity class is the abstraction of an entity in a NiM application for which requests take place. |
|
| NimletOutput
The NimletOutput is a data container of name/value pairs that represent the output of the request handling method of the Nimlet. |
|
| Classes in com.nitido.nim used by com.nitido.nimbox.http.services.tracking | |
|---|---|
| Entity
The Entity class is the abstraction of an entity in a NiM application for which requests take place. |
|
| Classes in com.nitido.nim used by com.nitido.nimbox.http.services.tracking.file | |
|---|---|
| Entity
The Entity class is the abstraction of an entity in a NiM application for which requests take place. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.nuggets.extmail | |
|---|---|
| InvalidSettingException
The InvalidSettingException class is thrown when unable to change a the settings on a Nugget or a DataControl. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NonCachableNugget
The super class of NonCachableNugget. |
|
| Nugget
The Nugget class is the base class for all Nugget objects. |
|
| NuggetVisa
This class is used for telling the Nugget that they are being instantiated by classes in this package. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.nuggets.extmail.real | |
|---|---|
| ActivationException
The ActivationException is thrown when the activation or deactivation of a Nugget, Entity or DataControl is not successful. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| InvalidSettingException
The InvalidSettingException class is thrown when unable to change a the settings on a Nugget or a DataControl. |
|
| NonCachableNugget
The super class of NonCachableNugget. |
|
| Nugget
The Nugget class is the base class for all Nugget objects. |
|
| NuggetVisa
This class is used for telling the Nugget that they are being instantiated by classes in this package. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.nuggets.helpdesk | |
|---|---|
| CredentialConstants
Common constants used by the CredentialHelper class. |
|
| NonCachableNugget
The super class of NonCachableNugget. |
|
| Nugget
The Nugget class is the base class for all Nugget objects. |
|
| NuggetVisa
This class is used for telling the Nugget that they are being instantiated by classes in this package. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.nuggets.helpdesk.dirpool | |
|---|---|
| ActivationException
The ActivationException is thrown when the activation or deactivation of a Nugget, Entity or DataControl is not successful. |
|
| CredentialConstants
Common constants used by the CredentialHelper class. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| InvalidSettingException
The InvalidSettingException class is thrown when unable to change a the settings on a Nugget or a DataControl. |
|
| NonCachableNugget
The super class of NonCachableNugget. |
|
| Nugget
The Nugget class is the base class for all Nugget objects. |
|
| NuggetVisa
This class is used for telling the Nugget that they are being instantiated by classes in this package. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.nuggets.iplanetset | |
|---|---|
| ActivationException
The ActivationException is thrown when the activation or deactivation of a Nugget, Entity or DataControl is not successful. |
|
| CredentialConstants
Common constants used by the CredentialHelper class. |
|
| InvalidSettingException
The InvalidSettingException class is thrown when unable to change a the settings on a Nugget or a DataControl. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NonCachableNugget
The super class of NonCachableNugget. |
|
| Nugget
The Nugget class is the base class for all Nugget objects. |
|
| NuggetVisa
This class is used for telling the Nugget that they are being instantiated by classes in this package. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.nuggets.iplanetset.dirpool | |
|---|---|
| ActivationException
The ActivationException is thrown when the activation or deactivation of a Nugget, Entity or DataControl is not successful. |
|
| CredentialConstants
Common constants used by the CredentialHelper class. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| InvalidSettingException
The InvalidSettingException class is thrown when unable to change a the settings on a Nugget or a DataControl. |
|
| NonCachableNugget
The super class of NonCachableNugget. |
|
| Nugget
The Nugget class is the base class for all Nugget objects. |
|
| NuggetVisa
This class is used for telling the Nugget that they are being instantiated by classes in this package. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.nuggets.javamail | |
|---|---|
| ActivationException
The ActivationException is thrown when the activation or deactivation of a Nugget, Entity or DataControl is not successful. |
|
| CredentialConstants
Common constants used by the CredentialHelper class. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| Nugget
The Nugget class is the base class for all Nugget objects. |
|
| NuggetVisa
This class is used for telling the Nugget that they are being instantiated by classes in this package. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.nuggets.javamail.real | |
|---|---|
| ActivationException
The ActivationException is thrown when the activation or deactivation of a Nugget, Entity or DataControl is not successful. |
|
| Credential
The Credential class is data container of credential information for entities. |
|
| CredentialConstants
Common constants used by the CredentialHelper class. |
|
| InvalidSettingException
The InvalidSettingException class is thrown when unable to change a the settings on a Nugget or a DataControl. |
|
| Nugget
The Nugget class is the base class for all Nugget objects. |
|
| NuggetVisa
This class is used for telling the Nugget that they are being instantiated by classes in this package. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.nuggets.pab | |
|---|---|
| ActivationException
The ActivationException is thrown when the activation or deactivation of a Nugget, Entity or DataControl is not successful. |
|
| CachableNugget
The super class of all CachableNugget. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| InvalidSettingException
The InvalidSettingException class is thrown when unable to change a the settings on a Nugget or a DataControl. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| Nugget
The Nugget class is the base class for all Nugget objects. |
|
| NuggetVisa
This class is used for telling the Nugget that they are being instantiated by classes in this package. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.nuggets.pab.real | |
|---|---|
| ActivationException
The ActivationException is thrown when the activation or deactivation of a Nugget, Entity or DataControl is not successful. |
|
| CachableNugget
The super class of all CachableNugget. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| InvalidSettingException
The InvalidSettingException class is thrown when unable to change a the settings on a Nugget or a DataControl. |
|
| Nugget
The Nugget class is the base class for all Nugget objects. |
|
| NuggetVisa
This class is used for telling the Nugget that they are being instantiated by classes in this package. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.nuggets.pab.stub | |
|---|---|
| CachableNugget
The super class of all CachableNugget. |
|
| Nugget
The Nugget class is the base class for all Nugget objects. |
|
| NuggetVisa
This class is used for telling the Nugget that they are being instantiated by classes in this package. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.nuggets.wcap | |
|---|---|
| ActivationException
The ActivationException is thrown when the activation or deactivation of a Nugget, Entity or DataControl is not successful. |
|
| CachableNugget
The super class of all CachableNugget. |
|
| CredentialConstants
Common constants used by the CredentialHelper class. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| InvalidSettingException
The InvalidSettingException class is thrown when unable to change a the settings on a Nugget or a DataControl. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| Nugget
The Nugget class is the base class for all Nugget objects. |
|
| NuggetVisa
This class is used for telling the Nugget that they are being instantiated by classes in this package. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.authentication.directory | |
|---|---|
| AuthenticationFailedException
The AuthenticationFailedException is thrown when unable to authenticate a given a Credential. |
|
| AuthenticationService
The AuthenticationService is the NiMKernel component responsible for the authentication of entity credentials. |
|
| ConfigurationService
The ConfigurationService is the NiMKernel module responsible for retrieving configuration information. |
|
| Credential
The Credential class is data container of credential information for entities. |
|
| CredentialConstants
Common constants used by the CredentialHelper class. |
|
| IllegalCredentialException
The IllegalCredentialException is thrown when an unrecognized Credential is passed to the getEntity() method on NiM. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NiMKernel
This class is the factory of all kernel services running the JVM. |
|
| NiMKernelService
The base class for all NiM Kernel services. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.brand | |
|---|---|
| Application
The data object that represent the Application data from the BrandService. |
|
| Brand
This is the data object for a brand in the multi-tenant environment. |
|
| Entity
The Entity class is the abstraction of an entity in a NiM application for which requests take place. |
|
| NimletInput
The NimletInput is a data container with all the input data for a Nimlet. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.brand.ldap | |
|---|---|
| Application
The data object that represent the Application data from the BrandService. |
|
| Brand
This is the data object for a brand in the multi-tenant environment. |
|
| BrandService
The BrandService provides access to branding (multi-tentant) and application (class-of-service) configuration for the system. |
|
| ConfigurationService
The ConfigurationService is the NiMKernel module responsible for retrieving configuration information. |
|
| Entity
The Entity class is the abstraction of an entity in a NiM application for which requests take place. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NiMKernel
This class is the factory of all kernel services running the JVM. |
|
| NiMKernelService
The base class for all NiM Kernel services. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| NimletInput
The NimletInput is a data container with all the input data for a Nimlet. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.classloader.simple | |
|---|---|
| ClassLoaderService
The ClassLoaderService is a required NiMKernel module that is responsible for loading classes into the JVM. |
|
| ConfigurationService
The ConfigurationService is the NiMKernel module responsible for retrieving configuration information. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NiMKernel
This class is the factory of all kernel services running the JVM. |
|
| NiMKernelService
The base class for all NiM Kernel services. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.configuration.file | |
|---|---|
| ConfigurationService
The ConfigurationService is the NiMKernel module responsible for retrieving configuration information. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NiMKernel
This class is the factory of all kernel services running the JVM. |
|
| NiMKernelService
The base class for all NiM Kernel services. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.datacontrol.cachedmap | |
|---|---|
| ActivationException
The ActivationException is thrown when the activation or deactivation of a Nugget, Entity or DataControl is not successful. |
|
| ConfigurationService
The ConfigurationService is the NiMKernel module responsible for retrieving configuration information. |
|
| Credential
The Credential class is data container of credential information for entities. |
|
| CredentialConstants
Common constants used by the CredentialHelper class. |
|
| DataControl
A DataControl provides Entities with an abstraction for storing and retrieving profile data. |
|
| DataControlException
The DataControlException is thrown when a error occurs when invoking a method on the DataControl. |
|
| DataControlService
The DataControlService is the NiMKernel module responsible for instantiating DataControl objects. |
|
| IllegalCredentialException
The IllegalCredentialException is thrown when an unrecognized Credential is passed to the getEntity() method on NiM. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| Modifier
The Modifier class encapsulates a modification requests made to the data object inside a DataControl. |
|
| ModifierContainer
The ModifierContainer class encapsulates an ordered set of Modifier objects that specify a set of batch modifications to the credential space and user space of an Entity. |
|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NiMKernel
This class is the factory of all kernel services running the JVM. |
|
| NiMKernelService
The base class for all NiM Kernel services. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.datacontrol.sim | |
|---|---|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.dirpool.mozilla | |
|---|---|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| NiM
The NiM class provides application developers with a centralized access to all of NiM services such as entity management, profile management, logging, event monitoring, nugget management, and configuration management. |
|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| NiMKernelService
The base class for all NiM Kernel services. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.entitlement.sim | |
|---|---|
| ConfigurationService
The ConfigurationService is the NiMKernel module responsible for retrieving configuration information. |
|
| Credential
The Credential class is data container of credential information for entities. |
|
| EntitlementService
The EntitlementService is the NiMKernel module responsible for checking the entitlements associated to a given credential |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NiMKernel
This class is the factory of all kernel services running the JVM. |
|
| NiMKernelService
The base class for all NiM Kernel services. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.entity.generic | |
|---|---|
| AuthenticationFailedException
The AuthenticationFailedException is thrown when unable to authenticate a given a Credential. |
|
| ConfigurationService
The ConfigurationService is the NiMKernel module responsible for retrieving configuration information. |
|
| Credential
The Credential class is data container of credential information for entities. |
|
| DataControlException
The DataControlException is thrown when a error occurs when invoking a method on the DataControl. |
|
| Entity
The Entity class is the abstraction of an entity in a NiM application for which requests take place. |
|
| EntityService
The EntityService is the NiMKernel module resopnsible for managing entity instantiation. |
|
| IllegalCredentialException
The IllegalCredentialException is thrown when an unrecognized Credential is passed to the getEntity() method on NiM. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NiMKernel
This class is the factory of all kernel services running the JVM. |
|
| NiMKernelService
The base class for all NiM Kernel services. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.eventmonitor.log4j | |
|---|---|
| ConfigurationService
The ConfigurationService is the NiMKernel module responsible for retrieving configuration information. |
|
| Credential
The Credential class is data container of credential information for entities. |
|
| EventMonitorService
EventMonitorService is the NiMKernel module responsible for logging application level event messages. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NiMKernel
This class is the factory of all kernel services running the JVM. |
|
| NiMKernelService
The base class for all NiM Kernel services. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.log.log4j | |
|---|---|
| ConfigurationService
The ConfigurationService is the NiMKernel module responsible for retrieving configuration information. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| LogService
LogService is the NiMKernel module responsible for initializing and instantiating the NiM Logger. |
|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NiMKernel
This class is the factory of all kernel services running the JVM. |
|
| NiMKernelService
The base class for all NiM Kernel services. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.notification | |
|---|---|
| ConfigurationService
The ConfigurationService is the NiMKernel module responsible for retrieving configuration information. |
|
| IndividualStatus
IndividulaStatus object was introduced for NotificationService. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NiMKernel
This class is the factory of all kernel services running the JVM. |
|
| NiMKernelService
The base class for all NiM Kernel services. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| NotificationMessage
An object that contains all of the information about the message that the application wants to send. |
|
| NotificationService
The NotificationService is the NiMKernel component responsible for sending notification to the user. |
|
| NotificationServiceException
The base class for all notification service specific exceptions. |
|
| NotificationStatus
A notification status object that contains information about the delivery of the message to one or more recipients. |
|
| StatusNotFoundException
|
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.notification.channels | |
|---|---|
| ConfigurationService
The ConfigurationService is the NiMKernel module responsible for retrieving configuration information. |
|
| Entity
The Entity class is the abstraction of an entity in a NiM application for which requests take place. |
|
| IndividualStatus
IndividulaStatus object was introduced for NotificationService. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| Member
Member data object for the notification service. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| NotificationMessage
An object that contains all of the information about the message that the application wants to send. |
|
| NotificationServiceException
The base class for all notification service specific exceptions. |
|
| StatusNotFoundException
|
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.nugget.simple | |
|---|---|
| ConfigurationService
The ConfigurationService is the NiMKernel module responsible for retrieving configuration information. |
|
| Entity
The Entity class is the abstraction of an entity in a NiM application for which requests take place. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| InvalidSettingException
The InvalidSettingException class is thrown when unable to change a the settings on a Nugget or a DataControl. |
|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NiMKernel
This class is the factory of all kernel services running the JVM. |
|
| NiMKernelService
The base class for all NiM Kernel services. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| Nugget
The Nugget class is the base class for all Nugget objects. |
|
| NuggetNotAvailableException
The NuggetNotAvailableException is thrown when Entity.getNugget( String nuggetName ) cannot return an instance of the specified nugget because it has not been created or the configuration does not have enough information to allow NuggetService to create it. |
|
| NuggetService
NuggetService is the NiMKernel module responsible for instantiating Nuggets. |
|
| PermissionDeniedException
The PermissionDeniedException class is thrown when a given credential does not has permission to perform a requested action. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.simbackend | |
|---|---|
| AuthenticationFailedException
The AuthenticationFailedException is thrown when unable to authenticate a given a Credential. |
|
| ConfigurationService
The ConfigurationService is the NiMKernel module responsible for retrieving configuration information. |
|
| Credential
The Credential class is data container of credential information for entities. |
|
| DataControlException
The DataControlException is thrown when a error occurs when invoking a method on the DataControl. |
|
| Entity
The Entity class is the abstraction of an entity in a NiM application for which requests take place. |
|
| EntityProvisionDescriptor
This class is a data object used by application developers to collect entity profile information. |
|
| EntityProvisionException
The EntityProvisionException is thrown when the system is unable to provision a new NiM entity. |
|
| IllegalCredentialException
The IllegalCredentialException is thrown when an unrecognized Credential is passed to the getEntity() method on NiM. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| Modifier
The Modifier class encapsulates a modification requests made to the data object inside a DataControl. |
|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NiMKernel
This class is the factory of all kernel services running the JVM. |
|
| NiMKernelService
The base class for all NiM Kernel services. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| PermissionDeniedException
The PermissionDeniedException class is thrown when a given credential does not has permission to perform a requested action. |
|
| ProvisionService
The ProvisionService is the NiMKernel module responsible for provisioning and de-provisioning entities. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.uniqueid.ipdomain | |
|---|---|
| ConfigurationService
The ConfigurationService is the NiMKernel module responsible for retrieving configuration information. |
|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| NiMConstants
This interface provides the constants that are shared by classes that uses NiM. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
| NiMKernel
This class is the factory of all kernel services running the JVM. |
|
| NiMKernelService
The base class for all NiM Kernel services. |
|
| NiMKernelServiceVisa
This class is used for telling the NiMKernelServices that they are being instantiated by the NiMKernel. |
|
| UniqueIdService
The UniqueIdService is the NiMKernel module responsible for generating unique identifiers within a cluster of NiM nodes. |
|
| Classes in com.nitido.nim used by com.nitido.nimx.services.valet | |
|---|---|
| InitializationFailedException
The InitializationFailedException is thrown when the initialization of a framework component is not successful. |
|
| NiM
The NiM class provides application developers with a centralized access to all of NiM services such as entity management, profile management, logging, event monitoring, nugget management, and configuration management. |
|
| NiMException
The NiMException is the base of all NiM Exceptions. |
|
|
Nitido NiM 2.5 Java API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.