public interface MailboxSessionIdGenerator
MailboxSession instances| Modifier and Type | Method and Description |
|---|---|
long |
nextId()
Return the next id to use for a
MailboxSession. |
long nextId()
MailboxSession. The id must be unique
while the server is running and can be any long except MailboxSession.SYSTEM_SESSION_ID.
The returned ids can be in any specific order.Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.