org.objectweb.proactive.core.component.request
Interface ComponentRequest

All Superinterfaces:
Message, Request
All Known Implementing Classes:
ComponentRequestImpl

public interface ComponentRequest
extends Request

Marker interface.

Author:
Matthieu Morel

Method Summary
 boolean isControllerRequest()
          tells whether the request is a call to a control interface
 
Methods inherited from interface org.objectweb.proactive.core.body.request.Request
decrypt, getMethodCall, getParameter, getSender, getSessionId, hasBeenForwarded, isCiphered, notifyReception, send, serve
 
Methods inherited from interface org.objectweb.proactive.core.body.message.Message
getMethodName, getSequenceNumber, getSourceBodyID, getTimeStamp, isOneWay
 

Method Detail

isControllerRequest

public boolean isControllerRequest()
tells whether the request is a call to a control interface



Copyright © April 2004 INRIA All Rights Reserved.