| Package | Description |
|---|---|
| de.caluga.morphium.cache | |
| de.caluga.morphium.messaging |
| Modifier and Type | Method and Description |
|---|---|
Msg |
CacheSynchronizer.onMessage(Messaging msg,
Msg m) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheSynchronizer.firePostClearEvent(Class type,
Msg m) |
void |
CacheSynchronizer.firePostSendEvent(Class type,
Msg m) |
void |
CacheSynchronizer.firePreSendEvent(Class type,
Msg m) |
Msg |
CacheSynchronizer.onMessage(Messaging msg,
Msg m) |
void |
CacheSyncListener.postClear(Class cls,
Msg m) |
void |
CacheSyncAdapter.postClear(Class cls,
Msg m) |
void |
CacheSyncListener.postSendClearMsg(Class cls,
Msg m) |
void |
CacheSyncAdapter.postSendClearMsg(Class cls,
Msg m) |
void |
CacheSyncListener.preClear(Class cls,
Msg m)
before clearing cache - if cls == null whole cache
Message m contains information about reason and stuff...
|
void |
CacheSyncAdapter.preClear(Class cls,
Msg m) |
void |
CacheSyncListener.preSendClearMsg(Class cls,
Msg m)
Class is null for CLEAR ALL
|
void |
CacheSyncAdapter.preSendClearMsg(Class cls,
Msg m) |
| Modifier and Type | Method and Description |
|---|---|
Msg |
Msg.createAnswerMsg() |
Msg |
Msg.getCopy() |
Msg |
MessageListener.onMessage(Messaging msg,
Msg m)
process message, send answer
if null is returned, no answer is sent
|
| Modifier and Type | Method and Description |
|---|---|
Msg |
MessageListener.onMessage(Messaging msg,
Msg m)
process message, send answer
if null is returned, no answer is sent
|
void |
Messaging.queueMessage(Msg m) |
void |
Msg.sendAnswer(Messaging messaging,
Msg m) |
void |
Messaging.storeMessage(Msg m) |
Copyright © 2014. All rights reserved.