org.objectweb.proactive.core.component.controller
Class ProActiveSuperControllerImpl

java.lang.Object
  extended byorg.objectweb.proactive.core.component.controller.ProActiveController
      extended byorg.objectweb.proactive.core.component.controller.ProActiveSuperControllerImpl
All Implemented Interfaces:
Interface, ProActiveSuperController, java.io.Serializable, SuperController

public class ProActiveSuperControllerImpl
extends ProActiveController
implements java.io.Serializable, ProActiveSuperController

Author:
Matthieu Morel
See Also:
Serialized Form

Field Summary
 Component[] fcParents
           
 
Constructor Summary
ProActiveSuperControllerImpl(Component owner)
           
 
Method Summary
 void addParent(Component parent)
           
 Component[] getFcSuperComponents()
           
 void removeParent(Component parent)
           
 
Methods inherited from class org.objectweb.proactive.core.component.controller.ProActiveController
checkLifeCycleIsStopped, getFcItfName, getFcItfOwner, getFcItfType, getHierarchicalType, isComposite, isFcInternalItf, isParallel, isPrimitive, setItfType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fcParents

public Component[] fcParents
Constructor Detail

ProActiveSuperControllerImpl

public ProActiveSuperControllerImpl(Component owner)
Method Detail

getFcSuperComponents

public Component[] getFcSuperComponents()
Specified by:
getFcSuperComponents in interface SuperController

addParent

public void addParent(Component parent)
Specified by:
addParent in interface ProActiveSuperController

removeParent

public void removeParent(Component parent)
Specified by:
removeParent in interface ProActiveSuperController


Copyright ? October 2004 INRIA All Rights Reserved.