com.ebmwebsourcing.easyviper.core.api.engine
Class ExecutionFcInItf
java.lang.Object
org.objectweb.fractal.julia.BasicComponentInterface
org.ow2.frascati.tinfi.TinfiComponentInterface<com.ebmwebsourcing.easyviper.core.api.engine.Execution>
com.ebmwebsourcing.easyviper.core.api.engine.ExecutionFcInItf
- All Implemented Interfaces:
- com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent, com.ebmwebsourcing.easyviper.core.api.engine.Execution, org.objectweb.fractal.api.Interface, org.objectweb.fractal.julia.ComponentInterface
- Direct Known Subclasses:
- ExecutionFcOutItf
public class ExecutionFcInItf
- extends org.ow2.frascati.tinfi.TinfiComponentInterface<com.ebmwebsourcing.easyviper.core.api.engine.Execution>
- implements com.ebmwebsourcing.easyviper.core.api.engine.Execution
| Nested classes/interfaces inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.Execution |
com.ebmwebsourcing.easyviper.core.api.engine.Execution.State |
| Fields inherited from class org.ow2.frascati.tinfi.TinfiComponentInterface |
impl |
| Fields inherited from class org.objectweb.fractal.julia.BasicComponentInterface |
flags, name, owner, type |
|
Constructor Summary |
ExecutionFcInItf()
|
ExecutionFcInItf(org.objectweb.fractal.api.Component component,
java.lang.String s,
org.objectweb.fractal.api.Type type,
boolean flag,
java.lang.Object obj)
|
| Methods inherited from class org.ow2.frascati.tinfi.TinfiComponentInterface |
clone, getFcItfImpl, setFcItfImpl |
| Methods inherited from class org.objectweb.fractal.julia.BasicComponentInterface |
equals, getFcItfName, getFcItfOwner, getFcItfType, hasFcInterceptor, hashCode, isFcInternalItf, setFcItfName, updateFcState |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ExecutionFcInItf
public ExecutionFcInItf()
ExecutionFcInItf
public ExecutionFcInItf(org.objectweb.fractal.api.Component component,
java.lang.String s,
org.objectweb.fractal.api.Type type,
boolean flag,
java.lang.Object obj)
getParentExecution
public com.ebmwebsourcing.easyviper.core.api.engine.Execution getParentExecution()
- Specified by:
getParentExecution in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
stopSCAComponent
public void stopSCAComponent()
throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
- Specified by:
stopSCAComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
- Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
createSCAComponent
public void createSCAComponent()
throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
- Specified by:
createSCAComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
- Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
getComponent
public org.objectweb.fractal.api.Component getComponent()
- Specified by:
getComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
removeChildExecutions
public void removeChildExecutions()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
removeChildExecutions in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
run
public void run()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
run in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
destroySCAComponent
public void destroySCAComponent()
throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
- Specified by:
destroySCAComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
- Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
setState
public void setState(com.ebmwebsourcing.easyviper.core.api.engine.Execution.State arg0)
- Specified by:
setState in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
setNextExecutableElements
public void setNextExecutableElements(com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent arg0,
java.util.Collection<? extends com.ebmwebsourcing.easyviper.core.api.engine.Node> arg1)
- Specified by:
setNextExecutableElements in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
startSCAComponent
public void startSCAComponent()
throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
- Specified by:
startSCAComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
- Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
hasNextExecutableElement
public boolean hasNextExecutableElement()
- Specified by:
hasNextExecutableElement in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
runSlowly
public void runSlowly(long arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
runSlowly in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
setLog
public void setLog(java.util.logging.Logger arg0)
- Specified by:
setLog in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
setParentExecution
public void setParentExecution(com.ebmwebsourcing.easyviper.core.api.engine.Execution arg0)
- Specified by:
setParentExecution in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
setName
public void setName(java.lang.String arg0)
- Specified by:
setName in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
getState
public com.ebmwebsourcing.easyviper.core.api.engine.Execution.State getState()
- Specified by:
getState in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
end
public void end()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
end in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
isStepByStep
public boolean isStepByStep()
- Specified by:
isStepByStep in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
removeChildExecution
public void removeChildExecution(com.ebmwebsourcing.easyviper.core.api.engine.Execution arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
removeChildExecution in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
addExecution
public void addExecution(com.ebmwebsourcing.easyviper.core.api.engine.Execution arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
addExecution in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
runStepByStep
public void runStepByStep()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
runStepByStep in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
setNextExecutableElements
public void setNextExecutableElements(com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent arg0,
com.ebmwebsourcing.easyviper.core.api.engine.Node arg1)
- Specified by:
setNextExecutableElements in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
getSpeedTime
public long getSpeedTime()
- Specified by:
getSpeedTime in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
step
public void step()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
step in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
setStepByStep
public void setStepByStep(boolean arg0)
- Specified by:
setStepByStep in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
setSpeedTime
public void setSpeedTime(long arg0)
- Specified by:
setSpeedTime in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
getCurrentTarget
public com.ebmwebsourcing.easyviper.core.api.engine.Node getCurrentTarget()
- Specified by:
getCurrentTarget in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
getParentScope
public com.ebmwebsourcing.easyviper.core.api.engine.Scope getParentScope()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
getParentScope in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
signal
public void signal()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
signal in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getName
public java.lang.String getName()
- Specified by:
getName in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
notifyParentExecution
public void notifyParentExecution()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
notifyParentExecution in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getChildExecutions
public java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.Execution> getChildExecutions()
- Specified by:
getChildExecutions in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
setStateRecursively
public void setStateRecursively(com.ebmwebsourcing.easyviper.core.api.engine.Execution.State arg0)
- Specified by:
setStateRecursively in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
createChildExecution
public com.ebmwebsourcing.easyviper.core.api.engine.Execution createChildExecution()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
createChildExecution in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
Copyright © 2012 Petals Link. All Rights Reserved.