Uses of Class
com.peter.message.Message

Packages that use Message
com.peter.message   
 

Uses of Message in com.peter.message
 

Methods in com.peter.message that return Message
 Message[] DBMessage.getMessageFromDBM(DBMatrix dbm)
          Returns an array of fetched Message from the database.
 Message[] DBMessage.getMessages()
          Fetch an array of Message from the database.
 Message[] DBMessage.getMessages(Message message)
          Fetch an array of Message from the database, with the same value as each variable in message has.
static Message Message.getMessage(java.util.HashMap map)
          Converts a HashMap to a new Message
 

Methods in com.peter.message with parameters of type Message
 int DBMessage.addMessage(Message message)
          Adds one Message to the database.
 int DBMessage.deleteMessage(Message message)
          Deleting one object from the database.
 Message[] DBMessage.getMessages(Message message)
          Fetch an array of Message from the database, with the same value as each variable in message has.