examples.message.syncpingpong
Class Pong

java.lang.Object
  extended by examples.message.syncpingpong.Pong
All Implemented Interfaces:
ISourceMessage, ISyncReceiver

public class Pong
extends java.lang.Object
implements ISyncReceiver


Constructor Summary
Pong(IMessageFactory factory)
           
 
Method Summary
 IMessage syncMessage(IMessage message)
          This method receives a synchronous message and returns the message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pong

public Pong(IMessageFactory factory)
Method Detail

syncMessage

public IMessage syncMessage(IMessage message)
Description copied from interface: ISyncReceiver
This method receives a synchronous message and returns the message

Specified by:
syncMessage in interface ISyncReceiver
Returns:
message


Copyright © 2007. All Rights Reserved.