A B C D E F G H I J K L M N O P R S T U V W X Y Z _
N
- NAME_DRAFTS -
Static variable in class com.nitido.nimx.nuggets.javamail.JavaMailNugget
- Constant String of "Drafts" (one of the default folder name).
- NAME_INBOX -
Static variable in class com.nitido.nimx.nuggets.javamail.JavaMailNugget
- Constant String of "Inbox" (one of the default folder name).
- NAME_SENT -
Static variable in class com.nitido.nimx.nuggets.javamail.JavaMailNugget
- Constant String of "Sent" (one of the default folder name).
- NAME_TRASH -
Static variable in class com.nitido.nimx.nuggets.javamail.JavaMailNugget
- Constant String of "Trash" (one of the default folder name).
- NAMESPACE_PREFIXES_FEATURE -
Static variable in interface com.nitido.nimbox.http.enhanced.EnhancedDispatcherConstants
- The key for name space prefixes feature.
- nameValueParse(String) -
Method in class com.nitido.nimx.nuggets.iplanetset.VCard
-
- needRefetch() -
Method in class com.nitido.nimx.services.datacontrol.cachedmap.AttrModification
- Check if this attrModification object's command requires "refetching".
- NEEDS_ACTION -
Static variable in class com.nitido.nimx.nuggets.wcap.CompStatus
- The predefined CompStatus value that indicates the todo requires
further actions.
- NEEDS_ACTION -
Static variable in class com.nitido.nimx.nuggets.wcap.ParticipateStatus
- Predefined value for needing further action.
- needToLogEvent(String, Credential) -
Method in class com.nitido.nim.EventMonitorService
- This method indicates whether the given event needs to be logged.
- needToLogEvent(String, Credential) -
Method in class com.nitido.nim.NiM
- This method indicates whether the given event needs to be logged.
- needToLogEvent(String, Credential) -
Method in class com.nitido.nimx.services.eventmonitor.log4j.EventMonitorServiceImpl
- This method indicates whether the given event needs to be logged.
- NICKNAME -
Static variable in class com.nitido.nimx.nuggets.pab.PABEntry
- Nickname is mapped to LDAP attribute "nickname".
- NiM - Class in com.nitido.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.
- NiMAdService - Class in com.nitido.nimbox.http.services.ad
- This interface defines the methods for accessing the NiM Ad Service.
- NiMAdService() -
Constructor for class com.nitido.nimbox.http.services.ad.NiMAdService
- Default constructor
- NiMConstants - Interface in com.nitido.nim
- This interface provides the constants that are shared by classes that
uses NiM.
- NiMException - Exception in com.nitido.nim
- The NiMException is the base of all NiM Exceptions.
- NiMException() -
Constructor for exception com.nitido.nim.NiMException
- Constructor with no specific exception message.
- NiMException(String) -
Constructor for exception com.nitido.nim.NiMException
- Constructor with the specified detail message.
- NiMException(int, Throwable) -
Constructor for exception com.nitido.nim.NiMException
- Constructor, with no message.
- NiMException(int, String) -
Constructor for exception com.nitido.nim.NiMException
- Constructor with the specified detail message and the error code.
- NiMException(int, String, Throwable) -
Constructor for exception com.nitido.nim.NiMException
- Constructor, with errorcode, message and cause.
- NiMKernel - Class in com.nitido.nim
- This class is the factory of all kernel services running the JVM.
- NiMKernelConstants - Interface in com.nitido.nim
- This interface provides the constants that are shared by
classes that uses the NiMKernel (such as NiMKernelService
implementations).
- NiMKernelService - Class in com.nitido.nim
- The base class for all NiM Kernel services.
- NiMKernelService(NiMKernelServiceVisa) -
Constructor for class com.nitido.nim.NiMKernelService
- This constructor is called by the NiMKernel to instantiate a
kernel service.
- NiMKernelServiceVisa - Class in com.nitido.nim
- This class is used for telling the NiMKernelServices that they are being
instantiated by the NiMKernel.
- NiMKernelServiceVisa() -
Constructor for class com.nitido.nim.NiMKernelServiceVisa
-
- Nimlet - Interface in com.nitido.nim
- A Nimlet is an application component that is executed within a
container.
- NimletContainer - Interface in com.nitido.nim
- The NimletContainer provides a Nimlet access to the underlying
container.
- NimletException - Exception in com.nitido.nim
- The NimletException is the base of all Nimlet Exceptions.
- NimletException() -
Constructor for exception com.nitido.nim.NimletException
- This constructor is used to instantiate a new
NimletException that has no particular message attached to
it.
- NimletException(String) -
Constructor for exception com.nitido.nim.NimletException
- This constructor is called to instantiate a new
NimletException with an associated message.
- NimletInput - Interface in com.nitido.nim
- The NimletInput is a data container with all the input data for a
Nimlet.
- NimletOutput - Interface in com.nitido.nim
- The NimletOutput is a data container of name/value pairs that represent
the output of the request handling method of the Nimlet.
- NiMRuntimeException - Exception in com.nitido.nim
- The NiMRuntimeException is the base class for all NiM runtime exceptions
- NiMRuntimeException() -
Constructor for exception com.nitido.nim.NiMRuntimeException
- This constructor is used to instantiate a new
NiMRuntimeException that has no particular message attached to
it.
- NiMRuntimeException(String) -
Constructor for exception com.nitido.nim.NiMRuntimeException
- This constructor is called to instantiate a new
NiMRuntimeException with an associated message.
- NiMRuntimeException(int, String) -
Constructor for exception com.nitido.nim.NiMRuntimeException
- Constructor with the specified detail message and the error code.
- NiMRuntimeException(int, Throwable) -
Constructor for exception com.nitido.nim.NiMRuntimeException
- Constructor, with no message.
- NiMRuntimeException(int, String, Throwable) -
Constructor for exception com.nitido.nim.NiMRuntimeException
- Constructor, with errorcode, message and cause.
- NiMTrackingService - Class in com.nitido.nimbox.http.services.tracking
- This class provides the interfaces to be implemented by extenders of
the class to track events.
- NiMTrackingService() -
Constructor for class com.nitido.nimbox.http.services.tracking.NiMTrackingService
-
- NO_ALARM -
Static variable in class com.nitido.nimx.nuggets.wcap.Alarm
- This object is used for removing the alarm notificaiton from an
existing event/todo.
- NO_RECURRENCE -
Static variable in class com.nitido.nimx.nuggets.wcap.RecurRule
- A convenience constant for indicating a removed recurrence rule.
- NO_SUCH_ATTRIBUTE -
Static variable in exception com.nitido.directory.DirectoryException
-
- NO_SUCH_OBJECT -
Static variable in exception com.nitido.directory.DirectoryException
-
- NonBlockingThrottle - Interface in com.nitido.throttle
- The base interface for all throttle objects that will not block the
requesting threads.
- NonCachableNugget - Class in com.nitido.nim
- The super class of NonCachableNugget.
- NonCachableNugget(NuggetVisa) -
Constructor for class com.nitido.nim.NonCachableNugget
-
- NOT_ALLOWED_TO_REQUEST_PUBLISH -
Static variable in exception com.nitido.nimx.nuggets.wcap.WcapServerException
- The requester was not an organizer of the event, and, therefore, is not
allowed to edit the component using the PUBLISH or REQUEST method.
- NOTIFICATION -
Static variable in interface com.nitido.nim.NiMKernelConstants
- The name use to reference NotificationService.
- NotificationBodyPart - Class in com.nitido.nim
- This is a specialized extension of the standard MimeBodyPart object that
can remember the full ContentType string.
- NotificationBodyPart() -
Constructor for class com.nitido.nim.NotificationBodyPart
-
- NotificationConstants - Interface in com.nitido.nimx.services.notification
-
- NotificationMessage - Class in com.nitido.nim
- An object that contains all of the information about the message that the
application wants to send.
- NotificationMessage(Entity, List<Member>, String) -
Constructor for class com.nitido.nim.NotificationMessage
- Construct a new message with a list of Member objects as recipients.
- NotificationMessage(Entity, String, String) -
Constructor for class com.nitido.nim.NotificationMessage
- Construct a new message with a single recipient.
- NotificationService - Class in com.nitido.nim
- The NotificationService is the NiMKernel component responsible
for sending notification to the user.
- NotificationService(NiMKernelServiceVisa) -
Constructor for class com.nitido.nim.NotificationService
-
- NotificationServiceContextListener - Class in com.nitido.nimx.services.notification
-
- NotificationServiceContextListener() -
Constructor for class com.nitido.nimx.services.notification.NotificationServiceContextListener
-
- NotificationServiceException - Exception in com.nitido.nim
- The base class for all notification service specific exceptions.
- NotificationServiceException(String) -
Constructor for exception com.nitido.nim.NotificationServiceException
- Default constructor
- NotificationServiceException(int, String) -
Constructor for exception com.nitido.nim.NotificationServiceException
- Constructor with the error code and error message.
- NotificationServiceImpl - Class in com.nitido.nimx.services.notification
-
- NotificationServiceImpl(NiMKernelServiceVisa) -
Constructor for class com.nitido.nimx.services.notification.NotificationServiceImpl
-
- NotificationServiceStub - Class in com.nitido.nimx.services.notification
- This is a stub implementation of the notification service which throws an
exception when any of its methods are invoked.
- NotificationServiceStub(NiMKernelServiceVisa) -
Constructor for class com.nitido.nimx.services.notification.NotificationServiceStub
-
- NotificationStatus - Class in com.nitido.nim
- A notification status object that contains information about the delivery
of the message to one or more recipients.
- NotificationStatus(String) -
Constructor for class com.nitido.nim.NotificationStatus
- Default constructor of NotificationStatus
- notifyOfError(HttpNimletContainer, Exception, int) -
Method in class com.nitido.nimbox.http.HttpNimletDriver
- This method notifies the user of a system exception.
- NUGGET -
Static variable in interface com.nitido.nim.NiMKernelConstants
- The name used to reference the NuggetService.
- Nugget - Class in com.nitido.nim
- The Nugget class is the base class for all Nugget objects.
- Nugget(NuggetVisa) -
Constructor for class com.nitido.nim.Nugget
- This constructor is called by the Nugget kernel service to
instantiate a new Nugget instance of a concrete type.
- NuggetNotAvailableException - Exception in com.nitido.nim
- 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.
- NuggetNotAvailableException() -
Constructor for exception com.nitido.nim.NuggetNotAvailableException
- Constructor with no specific exception message.
- NuggetNotAvailableException(String) -
Constructor for exception com.nitido.nim.NuggetNotAvailableException
- Constructor with the specified detail message.
- NuggetService - Class in com.nitido.nim
- NuggetService is the NiMKernel module responsible for instantiating
Nuggets.
- NuggetService(NiMKernelServiceVisa) -
Constructor for class com.nitido.nim.NuggetService
- This class constructor is used by NiMKernel to instantiate a
new NuggetService
- NuggetServiceImpl - Class in com.nitido.nimx.services.nugget.simple
- This class provides a simple implementation of the NuggetService.
- NuggetServiceImpl(NiMKernelServiceVisa) -
Constructor for class com.nitido.nimx.services.nugget.simple.NuggetServiceImpl
- This class constructor is used by NiMKernel to instantiate a
new NuggetService.
- NuggetServiceImpl - Class in com.nitido.nimx.services.simbackend
- This class provides a simple implementation of the NuggetService.
- NuggetServiceImpl(NiMKernelServiceVisa) -
Constructor for class com.nitido.nimx.services.simbackend.NuggetServiceImpl
- This class constructor is used by NiMKernel to instantiate a
new NuggetService.
- NuggetVisa - Class in com.nitido.nim
- This class is used for telling the Nugget that they are being
instantiated by classes in this package.
- NuggetVisa() -
Constructor for class com.nitido.nim.NuggetVisa
-
A B C D E F G H I J K L M N O P R S T U V W X Y Z _
These JavaDoc pages are generated for release/nim_2_5-2.5.44 Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.