jSyncManager Simple Java Server

Uses of Class
org.jSyncManager.SJS.Adapters.SMTPServer.Message

Packages that use Message
org.jSyncManager.SJS.Adapters.SMTPServer   
org.jSyncManager.SJS.Adapters.SMTPServer.contracts   
 

Uses of Message in org.jSyncManager.SJS.Adapters.SMTPServer
 

Methods in org.jSyncManager.SJS.Adapters.SMTPServer that return Message
 Message[] MessageStoreInterface.getMessages(User user)
          Returns an array of all the messages stored in a valid user's mbox.
 Message[] Mbox.getMessages(User user)
          Returns an array of all the messages stored in a valid user's mbox.
 

Methods in org.jSyncManager.SJS.Adapters.SMTPServer with parameters of type Message
 void MboxContract.post_storeMessage(Message msg, Address to)
           
 void MboxContract.post_storeMessages(Message[] msgs)
           
 void MboxContract.pre_storeMessage(Message msg, Address to)
           
 void MboxContract.pre_storeMessages(Message[] msgs)
           
 void RemoteMessageHandler.store(Message currentMsg, Address recipient)
          Stores incoming messages in a map with the server IP as key
 void MessageStoreInterface.storeMessage(Message msg, Address to)
          Stores a single Message object to some medium where it can later be retrieved.
 void Mbox.storeMessage(Message msg, Address to)
          Stores a single Message object to some medium where it can later be retrieved.
 void MessageStoreInterface.storeMessages(Message[] msgs)
          Stores an array of Message objects to some medium where they can later be retrieved.
 void Mbox.storeMessages(Message[] msgs)
          Stores an array of Message objects to some medium where they can later be retrieved.
 

Constructors in org.jSyncManager.SJS.Adapters.SMTPServer with parameters of type Message
RemoteServerMessage(LogManager logManager, java.lang.String server, Message message)
          Constructor to create a new RemoteServerMessage
 

Uses of Message in org.jSyncManager.SJS.Adapters.SMTPServer.contracts
 

Methods in org.jSyncManager.SJS.Adapters.SMTPServer.contracts with parameters of type Message
 void RemoteMessageHandlerContract.pre_store(Message currentMsg, Address recipient)
          These conditions must hold true before the store method can happen
 

Constructors in org.jSyncManager.SJS.Adapters.SMTPServer.contracts with parameters of type Message
MessageContract(Message t)
          Constructor, get a reference for the Message object
 


jSyncManager Simple Java Server

Copyright (c) 2004 Brad BARCLAY. All Rights Reserved.