| 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.createAnswerMsg() |
| 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 © 2020. All rights reserved.