examples.message.assyncpingpong02
Class Ping

java.lang.Object
  extended by examples.message.assyncpingpong02.Ping
All Implemented Interfaces:
IAssyncReceiver, ISourceMessage

public class Ping
extends java.lang.Object
implements ISourceMessage, IAssyncReceiver


Constructor Summary
Ping(IMessageFactory factory, IBroker broker, IAssyncReceiver thePong)
           
 
Method Summary
 void assyncMessage(IMessage message)
          Set a message to an AssyncReceiver
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ping

public Ping(IMessageFactory factory,
            IBroker broker,
            IAssyncReceiver thePong)
Method Detail

start

public void start()

assyncMessage

public void assyncMessage(IMessage message)
Description copied from interface: IAssyncReceiver
Set a message to an AssyncReceiver

Specified by:
assyncMessage in interface IAssyncReceiver


Copyright © 2007. All Rights Reserved.