Nitido Inc.

Package com.nitido.nim

This package contains NiM core classes.

See:
          Description

Interface Summary
BrandServiceConstants Declares the Constants used by the brand service.
CredentialConstants Common constants used by the CredentialHelper class.
NiMConstants This interface provides the constants that are shared by classes that uses NiM.
NiMKernelConstants This interface provides the constants that are shared by classes that uses the NiMKernel (such as NiMKernelService implementations).
Nimlet A Nimlet is an application component that is executed within a container.
NimletContainer The NimletContainer provides a Nimlet access to the underlying container.
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.
 

Class Summary
Application The data object that represent the Application data from the BrandService.
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.
CachableNugget The super class of all CachableNugget.
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.
ContainerEntity The ContainerEntity class is the Entity that represents an authenticated Nimlet container.
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.
DataControlService The DataControlService is the NiMKernel module responsible for instantiating DataControl objects.
Domain This is the data object for the multi-tenant domain support.
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.
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.
IndividualStatus IndividulaStatus object was introduced for NotificationService.
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.
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.
NonCachableNugget The super class of NonCachableNugget.
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.
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.
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.
ProvisionService The ProvisionService is the NiMKernel module responsible for provisioning and de-provisioning entities.
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.
 

Enum Summary
IndividualStatus.Status Enum of the possible state of the status.
 

Exception Summary
ActivationException The ActivationException is thrown when the activation or deactivation of a Nugget, Entity or DataControl is not successful.
AuthenticationFailedException The AuthenticationFailedException is thrown when unable to authenticate a given a Credential.
DataControlException The DataControlException is thrown when a error occurs when invoking a method on the DataControl.
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.
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 ).
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.
LicenseMissingException The LicenseMissingException indicates that NiM is unable to locate the license to run NiM.
NiMException The NiMException is the base of all NiM Exceptions.
NimletException The NimletException is the base of all Nimlet Exceptions.
NiMRuntimeException The NiMRuntimeException is the base class for all NiM runtime exceptions
NotificationServiceException The base class for all notification service specific exceptions.
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.
PermissionDeniedException The PermissionDeniedException class is thrown when a given credential does not has permission to perform a requested action.
StatusNotFoundException  
 

Package com.nitido.nim Description

This package contains NiM core classes.

NiM is a framework to rapidly develop user-centric applications at lower cost with lower risks.

This framework provides class library that is designed to present a consistent programming interface to a variety of networked services in a user centric fashion. The design gives the programmer a way of letting an individual access multiple services across any number of devices and includes mechanisms for providing a highly customizable experience to the end user.


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.