|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.component.controller.ProActiveController
Base class for all component controllers.
Constructor Summary | |
ProActiveController(Component owner)
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() |
protected java.lang.String |
getHierarchicalType()
|
protected boolean |
isComposite()
|
boolean |
isFcInternalItf()
see Interface.isFcInternalItf() |
protected boolean |
isParallel()
|
protected boolean |
isPrimitive()
|
protected void |
setItfType(InterfaceType itfType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProActiveController(Component owner)
owner
- the component that wants this controller
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
protected java.lang.String getHierarchicalType()
protected boolean isPrimitive()
protected boolean isComposite()
protected boolean isParallel()
protected void setItfType(InterfaceType itfType)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |