|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PressMessage | |
dip.net.message |
Uses of PressMessage in dip.net.message |
Methods in dip.net.message that return PressMessage | |
PressMessage[] |
PressStore.getAllMessages()
Get all Messages. |
PressMessage |
PressChannel.composeBroadcast(MID from,
java.lang.String subject,
java.lang.String body)
Compose a broadcast message |
PressMessage |
PressChannel.compose(MID from,
MID to,
java.lang.String subject,
java.lang.String body)
Compose a message (to a single recipient) |
PressMessage |
PressChannel.compose(MID from,
MID[] to,
java.lang.String subject,
java.lang.String body)
Compose a message (to multiple recipients) |
PressMessage[] |
DefaultPressStore.getAllMessages()
Get all Messages. |
Methods in dip.net.message with parameters of type PressMessage | |
void |
PressStore.storeMessage(PressMessage pm)
Store a Message. |
void |
PressListenerAdapter.pressReceived(PressChannel channel,
PressMessage[] messages)
New Press messages have arrived. |
void |
PressListenerAdapter.sendAcknowledged(PressChannel channel,
PressMessage message)
A previously-sent message was sent successfully. |
void |
PressListener.pressReceived(PressChannel channel,
PressMessage[] messages)
New Press messages have arrived. |
void |
PressListener.sendAcknowledged(PressChannel channel,
PressMessage message)
A previously-sent message was sent successfully. |
boolean |
PressConfiguration.canSend(PressMessage message,
Phase currentPhase)
Determines, based on settings, if a message can be sent. |
void |
PressChannel.sendPress(PressMessage msg)
Send Press |
void |
DefaultPressStore.storeMessage(PressMessage pm)
Store a Message. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |