Uses of Interface
org.asmatron.messengine.messaging.Message

Packages that use Message
org.asmatron.messengine   
org.asmatron.messengine.engines   
org.asmatron.messengine.engines.components   
org.asmatron.messengine.engines.support   
org.asmatron.messengine.messaging   
org.asmatron.messengine.testing   
org.asmatron.messengine.testing.support   
 

Uses of Message in org.asmatron.messengine
 

Methods in org.asmatron.messengine that return types with arguments of type Message
 java.util.concurrent.Future<Message<?>> MessEngine.request(Message<?> message, java.lang.String responseType, long timeout)
           
 

Methods in org.asmatron.messengine with parameters of type Message
 java.util.concurrent.Future<Message<?>> MessEngine.request(Message<?> message, java.lang.String responseType, long timeout)
           
 void MessEngine.send(Message<?> message)
           
 

Method parameters in org.asmatron.messengine with type arguments of type Message
 void MessEngine.addMessageListener(java.lang.String type, MessageListener<? extends Message<?>> listener)
           
 void MessEngine.removeMessageListener(java.lang.String type, MessageListener<? extends Message<?>> listener)
           
 

Uses of Message in org.asmatron.messengine.engines
 

Methods in org.asmatron.messengine.engines that return types with arguments of type Message
 java.util.concurrent.Future<Message<?>> MessagingDelegate.request(Message<?> message, java.lang.String responseType, long timeout)
           
 java.util.concurrent.Future<Message<?>> DefaultMessagingDelegate.request(Message<?> message, java.lang.String responseType, long timeout)
           
 java.util.concurrent.Future<Message<?>> DefaultEngine.request(Message<?> message, java.lang.String responseType, long timeout)
           
 

Methods in org.asmatron.messengine.engines with parameters of type Message
 java.util.concurrent.Future<Message<?>> MessagingDelegate.request(Message<?> message, java.lang.String responseType, long timeout)
           
 java.util.concurrent.Future<Message<?>> DefaultMessagingDelegate.request(Message<?> message, java.lang.String responseType, long timeout)
           
 java.util.concurrent.Future<Message<?>> DefaultEngine.request(Message<?> message, java.lang.String responseType, long timeout)
           
 void MessagingDelegate.send(Message<?> message)
           
 void DefaultMessagingDelegate.send(Message<?> message)
           
 void DefaultEngine.send(Message<?> message)
           
 

Method parameters in org.asmatron.messengine.engines with type arguments of type Message
 void MessagingDelegate.addMessageListener(java.lang.String type, MessageListener<? extends Message<?>> listener)
           
 void DefaultMessagingDelegate.addMessageListener(java.lang.String type, MessageListener<? extends Message<?>> listener)
           
 void DefaultEngine.addMessageListener(java.lang.String type, MessageListener<? extends Message<?>> listener)
           
 void MessagingDelegate.removeMessageListener(java.lang.String type, MessageListener<? extends Message<?>> listener)
           
 void DefaultMessagingDelegate.removeMessageListener(java.lang.String type, MessageListener<? extends Message<?>> listener)
           
 void DefaultEngine.removeMessageListener(java.lang.String type, MessageListener<? extends Message<?>> listener)
           
 

Uses of Message in org.asmatron.messengine.engines.components
 

Classes in org.asmatron.messengine.engines.components with type parameters of type Message
 class MessageConsumer<T extends Message<?>>
           
 

Methods in org.asmatron.messengine.engines.components that return Message
 Message<?> ResponseLock.call()
           
 

Methods in org.asmatron.messengine.engines.components that return types with arguments of type Message
 java.util.concurrent.Future<Message<?>> ResponseManager.addResponseListener(ResponseLock listener)
           
 

Methods in org.asmatron.messengine.engines.components with parameters of type Message
 void ResponseManager.notifyResponse(Message<?> response)
           
 void ResponseLock.release(Message<?> response)
           
 

Uses of Message in org.asmatron.messengine.engines.support
 

Methods in org.asmatron.messengine.engines.support with parameters of type Message
 void MessageMethodListener.onMessage(Message<?> arg)
           
 

Uses of Message in org.asmatron.messengine.messaging
 

Classes in org.asmatron.messengine.messaging with type parameters of type Message
 interface MessageListener<T extends Message<?>>
           
 

Classes in org.asmatron.messengine.messaging that implement Message
 class SimpleMessage<T>
           
 

Uses of Message in org.asmatron.messengine.testing
 

Classes in org.asmatron.messengine.testing that implement Message
 class TestMessage<T extends Serializable>
           
 

Uses of Message in org.asmatron.messengine.testing.support
 

Methods in org.asmatron.messengine.testing.support that return Message
 Message<?> TestMessagingDelegate.getCurrentMessage()
           
 Message<?> TestMessagingDelegate.getMessage(int index)
           
 Message<?> TestMessagingDelegate.getMessage(java.lang.String type)
           
 

Methods in org.asmatron.messengine.testing.support that return types with arguments of type Message
 java.util.List<MessageListener<Message<?>>> TestMessagingDelegate.getMessageListeners(java.lang.String type)
           
 java.util.List<Message<?>> TestMessagingDelegate.getSentMessages()
           
 java.util.concurrent.Future<Message<?>> TestMessagingDelegate.request(Message<?> message, java.lang.String responseType, long timeout)
           
 java.util.List<Message<?>> TestMessagingDelegate.reset()
           
 

Methods in org.asmatron.messengine.testing.support with parameters of type Message
 void TestMessagingDelegate.addMessageReaction(Message<?> message, java.lang.Runnable reaction)
           
 void TestMessagingDelegate.addTypeResponse(java.lang.String type, Message<?> responseMessage)
           
 java.util.concurrent.Future<Message<?>> TestMessagingDelegate.request(Message<?> message, java.lang.String responseType, long timeout)
           
 void TestMessagingDelegate.send(Message<?> message)
           
 

Method parameters in org.asmatron.messengine.testing.support with type arguments of type Message
 void TestMessagingDelegate.addMessageListener(java.lang.String type, MessageListener<? extends Message<?>> listener)
           
 void TestMessagingDelegate.removeMessageListener(java.lang.String type, MessageListener<? extends Message<?>> listener)
           
 



Copyright © 2011. All Rights Reserved.