Uses of Class
de.caluga.morphium.messaging.Msg
-
Packages that use Msg Package Description de.caluga.morphium.cache de.caluga.morphium.messaging de.caluga.morphium.messaging.jms -
-
Uses of Msg in de.caluga.morphium.cache
Methods in de.caluga.morphium.cache that return Msg Modifier and Type Method Description MsgMessagingCacheSynchronizer. onMessage(Messaging msg, Msg m)Methods in de.caluga.morphium.cache with parameters of type Msg Modifier and Type Method Description voidMessagingCacheSynchronizer. firePostSendEvent(Class type, Msg m)voidMessagingCacheSynchronizer. firePreSendEvent(Class type, Msg m)MsgMessagingCacheSynchronizer. onMessage(Messaging msg, 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 Msg Modifier and Type Interface Description interfaceMessageListener<T extends Msg>User: Stephan Bösebeck Date: 26.05.12 Time: 17:19Methods in de.caluga.morphium.messaging with type parameters of type Msg Modifier and Type Method Description <T extends Msg>
List<T>Messaging. sendAndAwaitAnswers(T theMessage, int numberOfAnswers, long timeout)<T extends Msg>
List<T>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 Msg Modifier and Type Method Description MsgMsg. addProcessedId(String id)MsgMsg. addRecipient(String id)MsgMsg. addValue(String key, Object value)MsgMsg. createAnswerMsg()MsgStatusInfoListener. onMessage(Messaging msg, Msg m)MsgMsg. removeRecipient(String id)MsgMsg. removeValue(String key)MsgMsg. setDeleteAt(Date deleteAt)MsgMsg. setExclusive(boolean exclusive)if true (default) message can only be processed by one system at a timeMsgMsg. setInAnswerTo(MorphiumId inAnswerTo)MsgMsg. setLocked(long locked)MsgMsg. setLockedBy(String lockedBy)MsgMsg. setMapValue(Map<String,Object> mapValue)MsgMsg. setMsg(String msg)MsgMsg. setMsgId(MorphiumId msgId)MsgMsg. setName(String name)MsgMsg. setPriority(int priority)MsgMsg. setProcessedBy(List<String> processedBy)MsgMsg. setRecipient(String id)MsgMsg. setSender(String sender)MsgMsg. setSenderHost(String senderHost)MsgMsg. setTimestamp(long timestamp)MsgMsg. setTo(List<String> to)MsgMsg. setTtl(long ttl)MsgMsg. setValue(String value)Methods in de.caluga.morphium.messaging with parameters of type Msg Modifier and Type Method Description MsgStatusInfoListener. onMessage(Messaging msg, Msg m)voidMessaging. 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.jms Modifier and Type Class Description classJMSBytesMessageclassJMSMapMessageclassJMSMessageclassJMSObjectMessageclassJMSTextMessage
-