org.objectweb.proactive.core.body.request
Interface RequestFactory

All Known Implementing Classes:
LocationServerMetaObjectFactory.RequestWithLocationServerFactory, MixedLocationMetaObjectFactory.RequestWithMixedLocationFactory, ProActiveMetaObjectFactory.RequestFactoryImpl

public interface RequestFactory

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

Since:
ProActive 0.91
Version:
1.0, 2001/12/23
Author:
ProActive Team

Method Summary
 Request newRequest(MethodCall methodCall, UniversalBody sourceBody, boolean isOneWay, long sequenceID)
          Creates a request object based on the given parameter
 

Method Detail

newRequest

public Request newRequest(MethodCall methodCall,
                          UniversalBody sourceBody,
                          boolean isOneWay,
                          long sequenceID)
Creates a request object based on the given parameter

Returns:
the newly created Request object.


Copyright © April 2004 INRIA All Rights Reserved.