Nitido Inc.

Uses of Class
com.nitido.nimx.nuggets.javamail.InvalidUIDException

Packages that use InvalidUIDException
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.javamail.valet This is the "valet" implementation of JavaMailNugget, which "park" the IMAP connections to the ValetService in order to keep the connection opened between requests. 
 

Uses of InvalidUIDException in com.nitido.nimx.nuggets.javamail
 

Methods in com.nitido.nimx.nuggets.javamail that throw InvalidUIDException
abstract  void JavaMailNugget.checkUIDValidity(javax.mail.Folder folder, long orgUIDValidity)
          This method will throw an InvalidUIDException if the folder's current UIDValidity value is not the same as the original value.
abstract  javax.mail.Message JavaMailNugget.getMessageByUID(javax.mail.Folder folder, long orgUIDValidity, long uid)
          Get the message by UID.
abstract  javax.mail.Message[] JavaMailNugget.getMessagesByUIDRange(javax.mail.Folder folder, long orgUIDValidity, long start, long end)
          Get messages by UIDs
abstract  javax.mail.Message[] JavaMailNugget.getMessagesByUIDs(javax.mail.Folder folder, long orgUIDValidity, long[] uids)
          Get messages by UIDs
 

Uses of InvalidUIDException in com.nitido.nimx.nuggets.javamail.real
 

Methods in com.nitido.nimx.nuggets.javamail.real that throw InvalidUIDException
 void JavaMailNuggetImpl.checkUIDValidity(javax.mail.Folder folder, long orgUIDValidity)
           
 javax.mail.Message JavaMailNuggetImpl.getMessageByUID(javax.mail.Folder folder, long orgUIDValidity, long uid)
           
 javax.mail.Message[] JavaMailNuggetImpl.getMessagesByUIDRange(javax.mail.Folder folder, long orgUIDValidity, long start, long end)
           
 javax.mail.Message[] JavaMailNuggetImpl.getMessagesByUIDs(javax.mail.Folder folder, long orgUIDValidity, long[] uids)
           
 

Uses of InvalidUIDException in com.nitido.nimx.nuggets.javamail.valet
 

Methods in com.nitido.nimx.nuggets.javamail.valet that throw InvalidUIDException
 void JavaMailNuggetImpl.checkUIDValidity(javax.mail.Folder folder, long orgUIDValidity)
           
 javax.mail.Message JavaMailNuggetImpl.getMessageByUID(javax.mail.Folder folder, long orgUIDValidity, long uid)
           
 javax.mail.Message[] JavaMailNuggetImpl.getMessagesByUIDRange(javax.mail.Folder folder, long orgUIDValidity, long start, long end)
           
 javax.mail.Message[] JavaMailNuggetImpl.getMessagesByUIDs(javax.mail.Folder folder, long orgUIDValidity, long[] uids)
           
 


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.