Uses of Class
de.caluga.morphium.messaging.Msg
Packages that use Msg
Package
Description
-
Uses of Msg in de.caluga.morphium.cache
Methods in de.caluga.morphium.cache that return MsgMethods in de.caluga.morphium.cache with parameters of type MsgModifier and TypeMethodDescriptionvoidMessagingCacheSynchronizer.firePostSendEvent(Class type, Msg m) voidMessagingCacheSynchronizer.firePreSendEvent(Class type, Msg m) voidMessagingCacheSyncAdapter.postSendClearMsg(Class cls, Msg m) voidMessagingCacheSyncListener.postSendClearMsg(Class cls, Msg m) voidMessagingCacheSyncAdapter.preSendClearMsg(Class cls, Msg m) voidMessagingCacheSyncListener.preSendClearMsg(Class cls, Msg m) Class is null for CLEAR ALL -
Uses of Msg in de.caluga.morphium.messaging
Classes in de.caluga.morphium.messaging with type parameters of type MsgModifier and TypeInterfaceDescriptioninterfaceMessageListener<T extends Msg>User: Stephan Bösebeck Date: 26.05.12 Time: 17:19Methods in de.caluga.morphium.messaging with type parameters of type MsgModifier and TypeMethodDescriptionMessaging.sendAndAwaitAnswers(T theMessage, int numberOfAnswers, long timeout) Messaging.sendAndAwaitAnswers(T theMessage, int numberOfAnswers, long timeout, boolean throwExceptionOnTimeout) <T extends Msg>
TMessaging.sendAndAwaitFirstAnswer(T theMessage, long timeoutInMs) <T extends Msg>
TMessaging.sendAndAwaitFirstAnswer(T theMessage, long timeoutInMs, boolean throwExceptionOnTimeout) Methods in de.caluga.morphium.messaging that return MsgModifier and TypeMethodDescriptionMsg.addProcessedId(String id) Msg.addRecipient(String id) Msg.createAnswerMsg()Msg.removeRecipient(String id) Msg.removeValue(String key) Msg.setDeleteAt(Date deleteAt) Msg.setExclusive(boolean exclusive) if true (default) message can only be processed by one system at a timeMsg.setInAnswerTo(MorphiumId inAnswerTo) Msg.setLocked(long locked) Msg.setLockedBy(String lockedBy) Msg.setMapValue(Map<String, Object> mapValue) Msg.setMsgId(MorphiumId msgId) Msg.setPriority(int priority) Msg.setProcessedBy(List<String> processedBy) Msg.setRecipient(String id) Msg.setSenderHost(String senderHost) Msg.setTimestamp(long timestamp) Msg.setTtl(long ttl) Methods in de.caluga.morphium.messaging with parameters of type MsgModifier and TypeMethodDescriptionvoidMessaging.queueMessage(Msg m) voidMessaging.queueMessagetoSelf(Msg m) voidMessaging.removeMessage(Msg m) voidMsg.sendAnswer(Messaging messaging, Msg m) voidMessaging.sendMessage(Msg m) voidMessaging.sendMessageToSelf(Msg m) -
Uses of Msg in de.caluga.morphium.messaging.jms
Subclasses of Msg in de.caluga.morphium.messaging.jmsModifier and TypeClassDescriptionclassclassclassclassclass