Interface MessagingProxyManager

All Superinterfaces:
AutoCloseable, Closeable, MessagingProfile, OsidProfile, OsidProxyManager, OsidProxyManager, Sourceable

public interface MessagingProxyManager extends OsidProxyManager, MessagingProfile

The message manager provides access to message lookup and creation session and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy for the purposes of passing information from a server environment. The sessions included in this manager are:

  • MessagingSession : a session to send messages
  • MessageLookupSession : a session to retrieve messages
  • MessageQuerySession : a session to query for messages
  • MessageSearchSession : a session to search for messages
  • MessageAdminSession : a session to create and delete messages
  • MessageNotificationSession : a session to receive notifications pertaining to message changes
  • MessageMailboxSession : a session to look up message to mailbox mappings
  • MessageMailboxAssignmentSession : a session to manage message to mailbox mappings
  • MessageSmartMailboxSession : a session to manage dynamic mailboxes of messages
  • ReceiptLookupSession: a session to retrieve message receipts
  • ReceiptAdminSession : a session to update message receipts
  • ReceiptNotificationSession : a session to receive notifications pertaining to changes in message receipts
  • MailboxLookupSession: a session to retrieve mailboxes
  • MailboxQuerySession : a session to query mailboxes
  • MailboxSearchSession : a session to search for mailboxes
  • MailboxAdminSession : a session to create, update and delete mailboxes
  • MailboxNotificationSession : a session to receive notifications pertaining to changes in mailboxes
  • MailboxHierarchySession : a session to traverse mailbox hierarchies
  • MailboxHierarchyDesignSession : a session to manage mailbox hierarchies