Uses of Interface
anima.message.IAssyncReceiver

Packages that use IAssyncReceiver
anima.connector   
anima.connector.javalocal   
anima.message   
anima.message.javalocal   
examples.message.assyncpingpong01   
examples.message.assyncpingpong02   
examples.statistics.v05   
 

Uses of IAssyncReceiver in anima.connector
 

Subinterfaces of IAssyncReceiver in anima.connector
 interface IAssyncConnector
          This Interface has two method's
 

Methods in anima.connector that return IAssyncReceiver
 IAssyncReceiver IAssyncConnector.getReceiver()
          This method return an
 

Methods in anima.connector with parameters of type IAssyncReceiver
 IAssyncConnector IConnectorFactory.create1to1AssyncConnector(IAssyncSender sender, IAssyncReceiver receiver)
          This method creates an asynchronous connector
This asynchronous connector refers to way how the message will
sent.
 

Uses of IAssyncReceiver in anima.connector.javalocal
 

Classes in anima.connector.javalocal that implement IAssyncReceiver
 class JavaLocal1To1AssyncConnector
          This class casts JavaLocal1to1AssyncConector and implements the interface IAssyncSyncConnector This class utilizes two attributes: One sender (ISyncAssyncSender) and one receiver (ISyncAssyncReceiver)
 

Methods in anima.connector.javalocal that return IAssyncReceiver
 IAssyncReceiver JavaLocal1To1AssyncConnector.getReceiver()
          This method returns an IAssyncReceiver
 

Methods in anima.connector.javalocal with parameters of type IAssyncReceiver
 IAssyncConnector JavaLocalConnectorFactory.create1to1AssyncConnector(IAssyncSender sender, IAssyncReceiver receiver)
          This method creates a AssyncConnector and uses parameters
public IAssyncConnector create1to1AssyncConnector(IAssyncSender sender, IAssyncReceiver receiver) throws ConnectorException { IAssyncConnector connector = new JavaLocal1To1AssyncConnector(sender, receiver, broker); sender.connect(connector); return connector; }
 

Constructors in anima.connector.javalocal with parameters of type IAssyncReceiver
JavaLocal1To1AssyncConnector(IAssyncSender sender, IAssyncReceiver receiver, IBroker broker)
          The constructor receives tree parameters and it can to generate an exception Case receiver or sender be nulls an exception message will be generate
 

Uses of IAssyncReceiver in anima.message
 

Methods in anima.message with parameters of type IAssyncReceiver
 void IAssyncSender.connect(IAssyncReceiver connector)
           
 void IBroker.dispatchAssyncMessage(IAssyncReceiver receiver, IMessage message)
          Dispatch an Asynchronous receiver, and our message
 

Uses of IAssyncReceiver in anima.message.javalocal
 

Methods in anima.message.javalocal with parameters of type IAssyncReceiver
 void JavaLocalBroker.dispatchAssyncMessage(IAssyncReceiver receiver, IMessage message)
           
 

Uses of IAssyncReceiver in examples.message.assyncpingpong01
 

Classes in examples.message.assyncpingpong01 that implement IAssyncReceiver
 class Pong
           
 

Constructors in examples.message.assyncpingpong01 with parameters of type IAssyncReceiver
Ping(IMessageFactory factory, IBroker broker, IAssyncReceiver thePong)
          Constructor default receives the parameters below:
 

Uses of IAssyncReceiver in examples.message.assyncpingpong02
 

Classes in examples.message.assyncpingpong02 that implement IAssyncReceiver
 class Ping
           
 

Constructors in examples.message.assyncpingpong02 with parameters of type IAssyncReceiver
Ping(IMessageFactory factory, IBroker broker, IAssyncReceiver thePong)
           
 

Uses of IAssyncReceiver in examples.statistics.v05
 

Classes in examples.statistics.v05 that implement IAssyncReceiver
 class StatisticsComponentAssyncMessage
           
 class StatisticsConsumerComponentAssyncMessage
           
 

Methods in examples.statistics.v05 with parameters of type IAssyncReceiver
 void StatisticsConsumerComponentAssyncMessage.connect(IAssyncReceiver connector)
           
 void StatisticsComponentAssyncMessage.connect(IAssyncReceiver connector)
           
 



Copyright © 2007. All Rights Reserved.