org.objectweb.proactive.core.body.request
Class RequestReceiverImpl

java.lang.Object
  |
  +--org.objectweb.proactive.core.body.request.RequestReceiverImpl
All Implemented Interfaces:
RequestReceiver, java.io.Serializable

public class RequestReceiverImpl
extends java.lang.Object
implements RequestReceiver, java.io.Serializable

See Also:
Serialized Form

Field Summary
static org.apache.log4j.Logger logger
           
 
Constructor Summary
RequestReceiverImpl()
           
 
Method Summary
 void receiveRequest(Request request, Body bodyReceiver)
           
 void setImmediateService(java.lang.String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static org.apache.log4j.Logger logger
Constructor Detail

RequestReceiverImpl

public RequestReceiverImpl()
Method Detail

receiveRequest

public void receiveRequest(Request request,
                           Body bodyReceiver)
                    throws java.io.IOException
Specified by:
receiveRequest in interface RequestReceiver
java.io.IOException

setImmediateService

public void setImmediateService(java.lang.String methodName)
Specified by:
setImmediateService in interface RequestReceiver


Copyright © April 2004 INRIA All Rights Reserved.