com.ebmwebsourcing.easyviper.core.api.engine
Class ScopeFcInItf
java.lang.Object
org.objectweb.fractal.julia.BasicComponentInterface
org.ow2.frascati.tinfi.TinfiComponentInterface<com.ebmwebsourcing.easyviper.core.api.engine.Scope>
com.ebmwebsourcing.easyviper.core.api.engine.ScopeFcInItf
- All Implemented Interfaces:
- com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent, com.ebmwebsourcing.easyviper.core.api.engine.Node, com.ebmwebsourcing.easyviper.core.api.engine.Scope, org.objectweb.fractal.api.Interface, org.objectweb.fractal.julia.ComponentInterface
- Direct Known Subclasses:
- ScopeFcOutItf
public class ScopeFcInItf
- extends org.ow2.frascati.tinfi.TinfiComponentInterface<com.ebmwebsourcing.easyviper.core.api.engine.Scope>
- implements com.ebmwebsourcing.easyviper.core.api.engine.Scope
| 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 |
ScopeFcInItf()
|
ScopeFcInItf(org.objectweb.fractal.api.Component component,
java.lang.String s,
org.objectweb.fractal.api.Type type,
boolean flag,
java.lang.Object obj)
|
|
Method Summary |
com.ebmwebsourcing.easyviper.core.api.engine.Execution |
createExecution(java.lang.String arg0)
|
com.ebmwebsourcing.easyviper.core.api.engine.Node |
createNode(java.lang.String arg0,
com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour arg1)
|
void |
createSCAComponent()
|
void |
deleteExecution(com.ebmwebsourcing.easyviper.core.api.engine.Execution arg0)
|
void |
destroySCAComponent()
|
void |
end(boolean arg0)
|
void |
execute()
|
<B extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour>
java.util.List<B> |
|
findBehaviours(java.lang.Class<B> arg0)
|
java.util.List<com.ebmwebsourcing.easyviper.core.api.soa.correlation.CorrelationGroup> |
findCorrelationGroups(java.lang.String arg0)
|
com.ebmwebsourcing.easyviper.core.api.soa.Endpoint |
findEndpoint(java.lang.Object arg0)
|
java.lang.Object |
findEndpointKey(com.ebmwebsourcing.easyviper.core.api.soa.Endpoint arg0)
|
com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable |
findVariable(javax.xml.namespace.QName arg0)
|
java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.Node> |
getAllNodes()
|
java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.Scope> |
getAllScopes()
|
com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour |
getBehaviour()
|
java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.Node> |
getChildNodes()
|
org.objectweb.fractal.api.Component |
getComponent()
|
java.util.List<com.ebmwebsourcing.easyviper.core.api.soa.correlation.CorrelationGroup> |
getCorrelationGroups()
|
java.util.Map<java.lang.Object,com.ebmwebsourcing.easyviper.core.api.soa.Endpoint> |
getEndpoints()
|
java.util.Map<com.ebmwebsourcing.easyviper.core.api.engine.fault.Fault,com.ebmwebsourcing.easyviper.core.api.engine.Scope> |
getExceptions()
|
com.ebmwebsourcing.easyviper.core.api.engine.Execution |
getExecution()
|
java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.Node> |
getIncomingNodes()
|
java.util.Map<java.lang.String,java.lang.Object> |
getInitializationContext()
|
com.ebmwebsourcing.easyviper.core.api.engine.Node |
getInitialNode()
|
java.util.logging.Logger |
getLogger()
|
java.lang.String |
getName()
|
com.ebmwebsourcing.easyviper.core.api.engine.Node |
getNodeByName(java.lang.String arg0)
|
java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.Node> |
getOutgoingNodes()
|
com.ebmwebsourcing.easyviper.core.api.engine.Execution |
getParentExecution()
|
com.ebmwebsourcing.easyviper.core.api.engine.Node |
getParentNode()
|
com.ebmwebsourcing.easyviper.core.api.engine.Scope |
getParentScope()
|
com.ebmwebsourcing.easyviper.core.api.engine.Process |
getProcess()
|
com.ebmwebsourcing.easyviper.core.api.engine.handler.TerminationHandler |
getTerminationHandler()
|
java.util.Map<javax.xml.namespace.QName,com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable> |
getVariables()
|
java.lang.Exception |
isFaultScope()
|
void |
linkedBrotherNodes(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0,
com.ebmwebsourcing.easyviper.core.api.engine.Node arg1)
|
void |
linkedChildNodeToParent(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0,
com.ebmwebsourcing.easyviper.core.api.engine.Node arg1)
|
void |
linkedExecutableElement2Execution(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0,
com.ebmwebsourcing.easyviper.core.api.engine.Execution arg1)
|
void |
linkedExecution2ExecutableElement(com.ebmwebsourcing.easyviper.core.api.engine.Execution arg0,
com.ebmwebsourcing.easyviper.core.api.engine.Node arg1)
|
void |
linkedNodeAndFunctionnalBehaviour(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0,
com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour arg1)
|
void |
linkInitialNodeAndExecution()
|
boolean |
removeNode(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0)
|
void |
selectDefaultNextTarget()
|
void |
setActivity(com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour arg0)
|
void |
setExceptions(java.util.Map<com.ebmwebsourcing.easyviper.core.api.engine.fault.Fault,com.ebmwebsourcing.easyviper.core.api.engine.Scope> arg0)
|
void |
setExecution(com.ebmwebsourcing.easyviper.core.api.engine.Execution arg0)
|
void |
setFaultScope(java.lang.Exception arg0)
|
void |
setInitializationContext(java.util.Map<java.lang.String,java.lang.Object> arg0)
|
void |
setInitialNode(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0)
|
void |
setLog(java.util.logging.Logger arg0)
|
void |
setName(java.lang.String arg0)
|
void |
setParentExecution(org.objectweb.fractal.api.Component arg0)
|
void |
setTerminationHandler(com.ebmwebsourcing.easyviper.core.api.engine.handler.TerminationHandler arg0)
|
void |
setVariable(com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable arg0)
|
void |
startSCAComponent()
|
void |
stopAllExecutions()
|
void |
stopSCAComponent()
|
com.ebmwebsourcing.easyviper.core.api.engine.Node |
unlinkBrotherNodes(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0,
com.ebmwebsourcing.easyviper.core.api.engine.Node arg1)
|
void |
unlinkedNodeAndExecution(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0,
com.ebmwebsourcing.easyviper.core.api.engine.Execution arg1)
|
void |
unlinkedNodeAndFunctionnalBehaviour(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0,
com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour arg1)
|
| 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 |
ScopeFcInItf
public ScopeFcInItf()
ScopeFcInItf
public ScopeFcInItf(org.objectweb.fractal.api.Component component,
java.lang.String s,
org.objectweb.fractal.api.Type type,
boolean flag,
java.lang.Object obj)
getNodeByName
public com.ebmwebsourcing.easyviper.core.api.engine.Node getNodeByName(java.lang.String arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
getNodeByName in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
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
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
setExceptions
public void setExceptions(java.util.Map<com.ebmwebsourcing.easyviper.core.api.engine.fault.Fault,com.ebmwebsourcing.easyviper.core.api.engine.Scope> arg0)
- Specified by:
setExceptions in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
linkedChildNodeToParent
public void linkedChildNodeToParent(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0,
com.ebmwebsourcing.easyviper.core.api.engine.Node arg1)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
linkedChildNodeToParent in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getOutgoingNodes
public java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.Node> getOutgoingNodes()
- Specified by:
getOutgoingNodes in interface com.ebmwebsourcing.easyviper.core.api.engine.Node
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
execute
public void execute()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
execute in interface com.ebmwebsourcing.easyviper.core.api.engine.Node
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
linkedNodeAndFunctionnalBehaviour
public void linkedNodeAndFunctionnalBehaviour(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0,
com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour arg1)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
linkedNodeAndFunctionnalBehaviour in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
linkedExecutableElement2Execution
public void linkedExecutableElement2Execution(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0,
com.ebmwebsourcing.easyviper.core.api.engine.Execution arg1)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
linkedExecutableElement2Execution in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getIncomingNodes
public java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.Node> getIncomingNodes()
- Specified by:
getIncomingNodes in interface com.ebmwebsourcing.easyviper.core.api.engine.Node
createNode
public com.ebmwebsourcing.easyviper.core.api.engine.Node createNode(java.lang.String arg0,
com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour arg1)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
createNode in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
setFaultScope
public void setFaultScope(java.lang.Exception arg0)
- Specified by:
setFaultScope in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
linkInitialNodeAndExecution
public void linkInitialNodeAndExecution()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
linkInitialNodeAndExecution in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
findVariable
public com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable findVariable(javax.xml.namespace.QName arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
findVariable in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getExceptions
public java.util.Map<com.ebmwebsourcing.easyviper.core.api.engine.fault.Fault,com.ebmwebsourcing.easyviper.core.api.engine.Scope> getExceptions()
- Specified by:
getExceptions in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
isFaultScope
public java.lang.Exception isFaultScope()
- Specified by:
isFaultScope in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
getParentNode
public com.ebmwebsourcing.easyviper.core.api.engine.Node getParentNode()
- Specified by:
getParentNode in interface com.ebmwebsourcing.easyviper.core.api.engine.Node
getTerminationHandler
public com.ebmwebsourcing.easyviper.core.api.engine.handler.TerminationHandler getTerminationHandler()
- Specified by:
getTerminationHandler in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
selectDefaultNextTarget
public void selectDefaultNextTarget()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
selectDefaultNextTarget in interface com.ebmwebsourcing.easyviper.core.api.engine.Node
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
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
getChildNodes
public java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.Node> getChildNodes()
- Specified by:
getChildNodes in interface com.ebmwebsourcing.easyviper.core.api.engine.Node
removeNode
public boolean removeNode(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
removeNode in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
findEndpoint
public com.ebmwebsourcing.easyviper.core.api.soa.Endpoint findEndpoint(java.lang.Object arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
findEndpoint in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getAllScopes
public java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.Scope> getAllScopes()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
getAllScopes in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
stopAllExecutions
public void stopAllExecutions()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
stopAllExecutions in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
setVariable
public void setVariable(com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
setVariable in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getAllNodes
public java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.Node> getAllNodes()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
getAllNodes in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
setParentExecution
public void setParentExecution(org.objectweb.fractal.api.Component arg0)
- Specified by:
setParentExecution in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
linkedBrotherNodes
public void linkedBrotherNodes(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0,
com.ebmwebsourcing.easyviper.core.api.engine.Node arg1)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
linkedBrotherNodes in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getComponent
public org.objectweb.fractal.api.Component getComponent()
- Specified by:
getComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
setInitializationContext
public void setInitializationContext(java.util.Map<java.lang.String,java.lang.Object> arg0)
throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
- Specified by:
setInitializationContext in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
- Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
getCorrelationGroups
public java.util.List<com.ebmwebsourcing.easyviper.core.api.soa.correlation.CorrelationGroup> getCorrelationGroups()
- Specified by:
getCorrelationGroups in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
setName
public void setName(java.lang.String arg0)
- Specified by:
setName in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
setInitialNode
public void setInitialNode(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
setInitialNode in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
setActivity
public void setActivity(com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour arg0)
- Specified by:
setActivity in interface com.ebmwebsourcing.easyviper.core.api.engine.Node
getBehaviour
public com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour getBehaviour()
- Specified by:
getBehaviour in interface com.ebmwebsourcing.easyviper.core.api.engine.Node
getProcess
public com.ebmwebsourcing.easyviper.core.api.engine.Process getProcess()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
getProcess in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getParentExecution
public com.ebmwebsourcing.easyviper.core.api.engine.Execution getParentExecution()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
getParentExecution in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
findBehaviours
public <B extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour> java.util.List<B> findBehaviours(java.lang.Class<B> arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
findBehaviours in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
deleteExecution
public void deleteExecution(com.ebmwebsourcing.easyviper.core.api.engine.Execution arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
deleteExecution in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- 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.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getExecution
public com.ebmwebsourcing.easyviper.core.api.engine.Execution getExecution()
- Specified by:
getExecution in interface com.ebmwebsourcing.easyviper.core.api.engine.Node
unlinkBrotherNodes
public com.ebmwebsourcing.easyviper.core.api.engine.Node unlinkBrotherNodes(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0,
com.ebmwebsourcing.easyviper.core.api.engine.Node arg1)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
unlinkBrotherNodes in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getInitialNode
public com.ebmwebsourcing.easyviper.core.api.engine.Node getInitialNode()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
getInitialNode in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
createExecution
public com.ebmwebsourcing.easyviper.core.api.engine.Execution createExecution(java.lang.String arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
createExecution in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
linkedExecution2ExecutableElement
public void linkedExecution2ExecutableElement(com.ebmwebsourcing.easyviper.core.api.engine.Execution arg0,
com.ebmwebsourcing.easyviper.core.api.engine.Node arg1)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
linkedExecution2ExecutableElement in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
findCorrelationGroups
public java.util.List<com.ebmwebsourcing.easyviper.core.api.soa.correlation.CorrelationGroup> findCorrelationGroups(java.lang.String arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
findCorrelationGroups in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
findEndpointKey
public java.lang.Object findEndpointKey(com.ebmwebsourcing.easyviper.core.api.soa.Endpoint arg0)
- Specified by:
findEndpointKey in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
getInitializationContext
public java.util.Map<java.lang.String,java.lang.Object> getInitializationContext()
throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
- Specified by:
getInitializationContext in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
- Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
getVariables
public java.util.Map<javax.xml.namespace.QName,com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable> getVariables()
- Specified by:
getVariables in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
unlinkedNodeAndFunctionnalBehaviour
public void unlinkedNodeAndFunctionnalBehaviour(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0,
com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour arg1)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
unlinkedNodeAndFunctionnalBehaviour in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
setTerminationHandler
public void setTerminationHandler(com.ebmwebsourcing.easyviper.core.api.engine.handler.TerminationHandler arg0)
- Specified by:
setTerminationHandler in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
setLog
public void setLog(java.util.logging.Logger arg0)
- Specified by:
setLog in interface com.ebmwebsourcing.easyviper.core.api.engine.Node
setExecution
public void setExecution(com.ebmwebsourcing.easyviper.core.api.engine.Execution arg0)
- Specified by:
setExecution in interface com.ebmwebsourcing.easyviper.core.api.engine.Node
end
public void end(boolean arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
end in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- 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
getEndpoints
public java.util.Map<java.lang.Object,com.ebmwebsourcing.easyviper.core.api.soa.Endpoint> getEndpoints()
- Specified by:
getEndpoints in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
unlinkedNodeAndExecution
public void unlinkedNodeAndExecution(com.ebmwebsourcing.easyviper.core.api.engine.Node arg0,
com.ebmwebsourcing.easyviper.core.api.engine.Execution arg1)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
unlinkedNodeAndExecution in interface com.ebmwebsourcing.easyviper.core.api.engine.Scope
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getLogger
public java.util.logging.Logger getLogger()
- Specified by:
getLogger in interface com.ebmwebsourcing.easyviper.core.api.engine.Node
Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.