| Package | Description |
|---|---|
| de.caluga.morphium.cache | |
| de.caluga.morphium.messaging | |
| de.caluga.morphium.messaging.jms |
| Modifier and Type | Method and Description |
|---|---|
Msg |
MessagingCacheSynchronizer.onMessage(Messaging msg,
Msg m) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessagingCacheSynchronizer.firePostSendEvent(Class type,
Msg m) |
void |
MessagingCacheSynchronizer.firePreSendEvent(Class type,
Msg m) |
Msg |
MessagingCacheSynchronizer.onMessage(Messaging msg,
Msg m) |
void |
MessagingCacheSyncAdapter.postSendClearMsg(Class cls,
Msg m) |
void |
MessagingCacheSyncListener.postSendClearMsg(Class cls,
Msg m) |
void |
MessagingCacheSyncAdapter.preSendClearMsg(Class cls,
Msg m) |
void |
MessagingCacheSyncListener.preSendClearMsg(Class cls,
Msg m)
Class is null for CLEAR ALL
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageListener<T extends Msg>
User: Stephan Bösebeck
Date: 26.05.12
Time: 17:19
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Msg> |
Messaging.sendAndAwaitAnswers(T theMessage,
int numberOfAnswers,
long timeout) |
<T extends Msg> |
Messaging.sendAndAwaitFirstAnswer(T theMessage,
long timeoutInMs) |
| Modifier and Type | Method and Description |
|---|---|
Msg |
Msg.addProcessedId(String id) |
Msg |
Msg.addRecipient(String id) |
Msg |
Msg.addValue(String key,
Object value) |
Msg |
Msg.createAnswerMsg() |
Msg |
Msg.removeRecipient(String id) |
Msg |
Msg.removeValue(String key) |
Msg |
Msg.setDeleteAt(Date deleteAt) |
Msg |
Msg.setExclusive(boolean exclusive)
if true (default) message can only be processed by one system at a time
|
Msg |
Msg.setInAnswerTo(MorphiumId inAnswerTo) |
Msg |
Msg.setLocked(long locked) |
Msg |
Msg.setLockedBy(String lockedBy) |
Msg |
Msg.setMapValue(Map<String,Object> mapValue) |
Msg |
Msg.setMsg(String msg) |
Msg |
Msg.setMsgId(MorphiumId msgId) |
Msg |
Msg.setName(String name) |
Msg |
Msg.setPriority(int priority) |
Msg |
Msg.setProcessedBy(List<String> processedBy) |
Msg |
Msg.setRecipient(String id) |
Msg |
Msg.setSender(String sender) |
Msg |
Msg.setSenderHost(String senderHost) |
Msg |
Msg.setTimestamp(long timestamp) |
Msg |
Msg.setTo(List<String> to) |
Msg |
Msg.setTtl(long ttl) |
Msg |
Msg.setValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Messaging.queueMessage(Msg m) |
void |
Messaging.queueMessagetoSelf(Msg m) |
void |
Messaging.removeMessage(Msg m) |
void |
Msg.sendAnswer(Messaging messaging,
Msg m) |
void |
Messaging.sendMessage(Msg m) |
void |
Messaging.sendMessageToSelf(Msg m) |
| Modifier and Type | Class and Description |
|---|---|
class |
JMSBytesMessage |
class |
JMSMapMessage |
class |
JMSMessage |
class |
JMSObjectMessage |
class |
JMSTextMessage |
Copyright © 2021. All rights reserved.