|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.core.component.controller.ProActiveController
Base class for all component controllers.
Constructor Summary | |
ProActiveController(Component owner,
java.lang.String controllerName)
Constructor for ProActiveController. |
Method Summary | |
protected void |
checkLifeCycleIsStopped()
some control operations are to be performed while the component is stopped |
java.lang.String |
getFcItfName()
see Interface.getFcItfName() |
Component |
getFcItfOwner()
see Interface.getFcItfOwner() |
Type |
getFcItfType()
see Interface.getFcItfType() |
boolean |
isFcInternalItf()
see Interface.isFcInternalItf() |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProActiveController(Component owner, java.lang.String controllerName)
owner
- the component that wants this controllercontrollerName
- the name of the controller (the list of controller names
is in the Constants
class.Method Detail |
public Component getFcItfOwner()
Interface.getFcItfOwner()
getFcItfOwner
in interface Interface
public boolean isFcInternalItf()
Interface.isFcInternalItf()
isFcInternalItf
in interface Interface
public java.lang.String getFcItfName()
Interface.getFcItfName()
getFcItfName
in interface Interface
public Type getFcItfType()
Interface.getFcItfType()
getFcItfType
in interface Interface
protected void checkLifeCycleIsStopped() throws IllegalLifeCycleException
IllegalLifeCycleException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |