Uses of Interface
anima.message.ISourceMessage

Packages that use ISourceMessage
anima.connector   
anima.connector.javalocal   
anima.message   
anima.message.javalocal   
examples.message.assyncpingpong01   
examples.message.assyncpingpong02   
examples.statistics.v03   
examples.statistics.v04   
examples.statistics.v05   
 

Uses of ISourceMessage in anima.connector
 

Subinterfaces of ISourceMessage in anima.connector
 interface ISyncConnector
          This Interface has two method's
 

Uses of ISourceMessage in anima.connector.javalocal
 

Classes in anima.connector.javalocal that implement ISourceMessage
 class JavaLocal1To1SyncConnector
          This class casts JavaLocal1to1SyncConector and implements the interface ISyncConnector This class utilizes two attributes: One sender (ISyncSender) and one receiver (ISyncReceiver)
 

Uses of ISourceMessage in anima.message
 

Subinterfaces of ISourceMessage in anima.message
 interface ISyncReceiver
          Interface ISyncReceiver This interface implements a source message
 

Methods in anima.message that return ISourceMessage
 ISourceMessage IMessage.getSource()
           
 

Methods in anima.message with parameters of type ISourceMessage
 IMessage IMessageFactory.createMessage(java.lang.String label, ISourceMessage source)
          Produces a message without parameters.
 IMessage IMessageFactory.createMessage(java.lang.String label, ISourceMessage source, java.lang.Object parameters)
          Produces a message with parameters.
 void IMessage.setSource(ISourceMessage source)
           
 

Uses of ISourceMessage in anima.message.javalocal
 

Methods in anima.message.javalocal that return ISourceMessage
 ISourceMessage JavaLocalMessage.getSource()
           
 

Methods in anima.message.javalocal with parameters of type ISourceMessage
 IMessage JavaLocalMessageFactory.createMessage(java.lang.String label, ISourceMessage source)
           
 IMessage JavaLocalMessageFactory.createMessage(java.lang.String label, ISourceMessage source, java.lang.Object parameters)
           
 void JavaLocalMessage.setSource(ISourceMessage source)
           
 

Constructors in anima.message.javalocal with parameters of type ISourceMessage
JavaLocalMessage(java.lang.String label, ISourceMessage source)
           
JavaLocalMessage(java.lang.String label, ISourceMessage source, java.lang.Object parameters)
           
 

Uses of ISourceMessage in examples.message.assyncpingpong01
 

Classes in examples.message.assyncpingpong01 that implement ISourceMessage
 class Ping
          This class creates client Ping and implements ISourceMessage own free attributes
 

Uses of ISourceMessage in examples.message.assyncpingpong02
 

Classes in examples.message.assyncpingpong02 that implement ISourceMessage
 class Pong
           
 

Uses of ISourceMessage in examples.statistics.v03
 

Classes in examples.statistics.v03 that implement ISourceMessage
 class StatisticsComponentSyncMessage
           
 class StatisticsTest01Message
           
 

Uses of ISourceMessage in examples.statistics.v04
 

Classes in examples.statistics.v04 that implement ISourceMessage
 class StatisticsConsumerComponentSyncMessage
           
 class StatisticsTest02Message
           
 

Uses of ISourceMessage in examples.statistics.v05
 

Classes in examples.statistics.v05 that implement ISourceMessage
 class StatisticsComponentAssyncMessage
           
 class StatisticsConsumerComponentAssyncMessage
           
 class StatisticsTest03Message
           
 



Copyright © 2007. All Rights Reserved.