org.objectweb.proactive.core.component.body
Interface ComponentRunActive

All Superinterfaces:
Active, ComponentActive

public interface ComponentRunActive
extends ComponentActive

This interface defines the activity of an active object which is a Fractal component. It replaces the RunActive when using Fractal components.

Author:
Matthieu Morel

Method Summary
 void runComponentActivity(Body body)
          See @see org.objectweb.proactive.RunActive#runActivity(Body) One should use a requests filter for separating component controller requests from component functional requests, notably for managing the lifecycle of the component.
 

Method Detail

runComponentActivity

public void runComponentActivity(Body body)
See @see org.objectweb.proactive.RunActive#runActivity(Body) One should use a requests filter for separating component controller requests from component functional requests, notably for managing the lifecycle of the component.



Copyright 2001-2005 INRIA All Rights Reserved.