org.objectweb.proactive.core.body
Class ProActiveMetaObjectFactory.RequestFactoryImpl

java.lang.Object
  |
  +--org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestFactoryImpl
All Implemented Interfaces:
RequestFactory, java.io.Serializable
Enclosing class:
ProActiveMetaObjectFactory

protected static class ProActiveMetaObjectFactory.RequestFactoryImpl
extends java.lang.Object
implements RequestFactory, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
protected ProActiveMetaObjectFactory.RequestFactoryImpl()
           
 
Method Summary
 Request newRequest(MethodCall methodCall, UniversalBody sourceBody, boolean isOneWay, long sequenceID)
          Creates a request object based on the given parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProActiveMetaObjectFactory.RequestFactoryImpl

protected ProActiveMetaObjectFactory.RequestFactoryImpl()
Method Detail

newRequest

public Request newRequest(MethodCall methodCall,
                          UniversalBody sourceBody,
                          boolean isOneWay,
                          long sequenceID)
Description copied from interface: RequestFactory
Creates a request object based on the given parameter

Specified by:
newRequest in interface RequestFactory
Returns:
the newly created Request object.


Copyright © April 2004 INRIA All Rights Reserved.