com.ebmwebsourcing.easyviper.core.api.engine
Class ExecutionFcSR

Package class diagram package ExecutionFcSR
java.lang.Object
  extended by org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl<com.ebmwebsourcing.easyviper.core.api.engine.Execution>
      extended by com.ebmwebsourcing.easyviper.core.api.engine.ExecutionFcSR
All Implemented Interfaces:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent, com.ebmwebsourcing.easyviper.core.api.engine.Execution, java.io.Serializable, org.oasisopen.sca.ServiceReference<com.ebmwebsourcing.easyviper.core.api.engine.Execution>

public class ExecutionFcSR
extends org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl<com.ebmwebsourcing.easyviper.core.api.engine.Execution>
implements com.ebmwebsourcing.easyviper.core.api.engine.Execution

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.Execution
com.ebmwebsourcing.easyviper.core.api.engine.Execution.State
 
Field Summary
 
Fields inherited from class org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl
callbackID, service
 
Constructor Summary
ExecutionFcSR(java.lang.Class<com.ebmwebsourcing.easyviper.core.api.engine.Execution> businessInterface, com.ebmwebsourcing.easyviper.core.api.engine.Execution service)
           
 
Method Summary
 void addExecution(com.ebmwebsourcing.easyviper.core.api.engine.Execution arg0)
           
 com.ebmwebsourcing.easyviper.core.api.engine.Execution createChildExecution()
           
 void createSCAComponent()
           
 void destroySCAComponent()
           
 void end()
           
 java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.Execution> getChildExecutions()
           
 org.objectweb.fractal.api.Component getComponent()
           
 com.ebmwebsourcing.easyviper.core.api.engine.Node getCurrentTarget()
           
 java.lang.String getName()
           
 com.ebmwebsourcing.easyviper.core.api.engine.Execution getParentExecution()
           
 com.ebmwebsourcing.easyviper.core.api.engine.Scope getParentScope()
           
 com.ebmwebsourcing.easyviper.core.api.engine.Execution getService()
           
 long getSpeedTime()
           
 com.ebmwebsourcing.easyviper.core.api.engine.Execution.State getState()
           
 boolean hasNextExecutableElement()
           
 boolean isStepByStep()
           
 void notifyParentExecution()
           
 void removeChildExecution(com.ebmwebsourcing.easyviper.core.api.engine.Execution arg0)
           
 void removeChildExecutions()
           
 void run()
           
 void runSlowly(long arg0)
           
 void runStepByStep()
           
 void setLog(java.util.logging.Logger arg0)
           
 void setName(java.lang.String arg0)
           
 void setNextExecutableElements(com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent arg0, java.util.Collection<? extends com.ebmwebsourcing.easyviper.core.api.engine.Node> arg1)
           
 void setNextExecutableElements(com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent arg0, com.ebmwebsourcing.easyviper.core.api.engine.Node arg1)
           
 void setParentExecution(com.ebmwebsourcing.easyviper.core.api.engine.Execution arg0)
           
 void setSpeedTime(long arg0)
           
 void setState(com.ebmwebsourcing.easyviper.core.api.engine.Execution.State arg0)
           
 void setStateRecursively(com.ebmwebsourcing.easyviper.core.api.engine.Execution.State arg0)
           
 void setStepByStep(boolean arg0)
           
 void signal()
           
 void startSCAComponent()
           
 void step()
           
 void stopSCAComponent()
           
 
Methods inherited from class org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl
_getCallback, _getCallbackID, _getConversation, _getConversationID, _getDelegate, _isConversational, _peekConversation, _popConversation, _pushConversation, _setCallback, _setCallbackID, _setConversationID, getBusinessInterface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionFcSR

public ExecutionFcSR(java.lang.Class<com.ebmwebsourcing.easyviper.core.api.engine.Execution> businessInterface,
                     com.ebmwebsourcing.easyviper.core.api.engine.Execution service)
Method Detail

getService

public com.ebmwebsourcing.easyviper.core.api.engine.Execution getService()
Specified by:
getService in interface org.oasisopen.sca.ServiceReference<com.ebmwebsourcing.easyviper.core.api.engine.Execution>
Overrides:
getService in class org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl<com.ebmwebsourcing.easyviper.core.api.engine.Execution>

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

setParentExecution

public void setParentExecution(com.ebmwebsourcing.easyviper.core.api.engine.Execution arg0)
Specified by:
setParentExecution 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

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

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

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

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

getCurrentTarget

public com.ebmwebsourcing.easyviper.core.api.engine.Node getCurrentTarget()
Specified by:
getCurrentTarget in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution

getState

public com.ebmwebsourcing.easyviper.core.api.engine.Execution.State getState()
Specified by:
getState in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution

getParentExecution

public com.ebmwebsourcing.easyviper.core.api.engine.Execution getParentExecution()
Specified by:
getParentExecution 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

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

setName

public void setName(java.lang.String arg0)
Specified by:
setName in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent

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

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

setLog

public void setLog(java.util.logging.Logger arg0)
Specified by:
setLog in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution

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

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

getName

public java.lang.String getName()
Specified by:
getName 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

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

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

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

setStepByStep

public void setStepByStep(boolean arg0)
Specified by:
setStepByStep 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

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

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

setSpeedTime

public void setSpeedTime(long arg0)
Specified by:
setSpeedTime in interface com.ebmwebsourcing.easyviper.core.api.engine.Execution

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

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

isStepByStep

public boolean isStepByStep()
Specified by:
isStepByStep 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


Copyright © 2012 Petals Link. All Rights Reserved.