org.objectweb.proactive.core.component.controller
Interface ProActiveController

All Known Implementing Classes:
AbstractProActiveController

public interface ProActiveController

This interface defines some basic services offered by a component controller in the ProActive implementation of the Fractal model.

Author:
Matthieu Morel

Method Summary
 java.lang.String getFcItfName()
           
 Component getFcItfOwner()
           
 Type getFcItfType()
           
 boolean isFcInternalItf()
           
 

Method Detail

getFcItfOwner

public Component getFcItfOwner()

isFcInternalItf

public boolean isFcInternalItf()

getFcItfName

public java.lang.String getFcItfName()

getFcItfType

public Type getFcItfType()


Copyright 2001-2005 INRIA All Rights Reserved.