org.objectweb.proactive.core.body.reply
Interface ReplyReceiverFactory

All Known Implementing Classes:
ProActiveMetaObjectFactory.ReplyReceiverFactoryImpl

public interface ReplyReceiverFactory

A class implementing this interface is a factory of ReplyReceiver objects. It is able to create ReplyReceiver tailored for a particular purpose.

Since:
ProActive 0.9.2
Version:
1.0, 2002/05
Author:
ProActive Team

Method Summary
 ReplyReceiver newReplyReceiver()
          Creates or reuses a ReplyReceiver object
 

Method Detail

newReplyReceiver

public ReplyReceiver newReplyReceiver()
Creates or reuses a ReplyReceiver object

Returns:
the newly created or already existing ReplyReceiver object.


Copyright © April 2004 INRIA All Rights Reserved.