org.objectweb.fractal.julia.control.lifecycle
Class LifeCycleCoordinatorFcItf
java.lang.Object
org.objectweb.fractal.julia.BasicComponentInterface
org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinatorFcItf
- All Implemented Interfaces:
- org.objectweb.fractal.api.control.LifeCycleController, org.objectweb.fractal.api.Interface, org.objectweb.fractal.julia.ComponentInterface, org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator
public class LifeCycleCoordinatorFcItf
- extends org.objectweb.fractal.julia.BasicComponentInterface
- implements org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator
| Fields inherited from class org.objectweb.fractal.julia.BasicComponentInterface |
flags, name, owner, type |
| Fields inherited from interface org.objectweb.fractal.api.control.LifeCycleController |
STARTED, STOPPED |
| Methods inherited from class org.objectweb.fractal.julia.BasicComponentInterface |
clone, equals, getFcItfName, getFcItfOwner, getFcItfType, hasFcInterceptor, hashCode, isFcInternalItf, setFcItfName, updateFcState |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
LifeCycleCoordinatorFcItf
public LifeCycleCoordinatorFcItf()
LifeCycleCoordinatorFcItf
public LifeCycleCoordinatorFcItf(org.objectweb.fractal.api.Component component,
java.lang.String s,
org.objectweb.fractal.api.Type type,
boolean flag,
java.lang.Object obj)
getFcItfImpl
public java.lang.Object getFcItfImpl()
- Specified by:
getFcItfImpl in interface org.objectweb.fractal.julia.ComponentInterface
setFcItfImpl
public void setFcItfImpl(java.lang.Object obj)
- Specified by:
setFcItfImpl in interface org.objectweb.fractal.julia.ComponentInterface
setFcStopping
public void setFcStopping(org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator arg0)
throws org.objectweb.fractal.api.control.IllegalLifeCycleException
- Specified by:
setFcStopping in interface org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator
- Throws:
org.objectweb.fractal.api.control.IllegalLifeCycleException
fcInactivated
public void fcInactivated(org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator arg0)
- Specified by:
fcInactivated in interface org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator
startFc
public void startFc()
throws org.objectweb.fractal.api.control.IllegalLifeCycleException
- Specified by:
startFc in interface org.objectweb.fractal.api.control.LifeCycleController
- Throws:
org.objectweb.fractal.api.control.IllegalLifeCycleException
setFcStarted
public boolean setFcStarted()
throws org.objectweb.fractal.api.control.IllegalLifeCycleException
- Specified by:
setFcStarted in interface org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator
- Throws:
org.objectweb.fractal.api.control.IllegalLifeCycleException
getFcState
public java.lang.String getFcState()
- Specified by:
getFcState in interface org.objectweb.fractal.api.control.LifeCycleController
fcActivated
public boolean fcActivated(org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator arg0)
- Specified by:
fcActivated in interface org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator
stopFc
public void stopFc()
throws org.objectweb.fractal.api.control.IllegalLifeCycleException
- Specified by:
stopFc in interface org.objectweb.fractal.api.control.LifeCycleController
- Throws:
org.objectweb.fractal.api.control.IllegalLifeCycleException
setFcStopped
public boolean setFcStopped()
throws org.objectweb.fractal.api.control.IllegalLifeCycleException
- Specified by:
setFcStopped in interface org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator
- Throws:
org.objectweb.fractal.api.control.IllegalLifeCycleException
Copyright © 2011 Petals Link. All Rights Reserved.