com.ebmwebsourcing.easyviper.core.impl.engine
Class ExecutionMessage

Package class diagram package ExecutionMessage
java.lang.Object
  extended by com.ebmwebsourcing.easyviper.core.impl.engine.ExecutionMessage

public final class ExecutionMessage
extends java.lang.Object

Message aimed at specifying to an execution its next ExecutableElement.

Author:
mjambert

Constructor Summary
ExecutionMessage(com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent sender, java.util.Collection<? extends com.ebmwebsourcing.easyviper.core.api.engine.Node> nextExecutableElements)
           
 
Method Summary
 java.util.Collection<? extends com.ebmwebsourcing.easyviper.core.api.engine.Node> getNextExecutableElements()
           
 com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent getSender()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionMessage

public ExecutionMessage(com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent sender,
                        java.util.Collection<? extends com.ebmwebsourcing.easyviper.core.api.engine.Node> nextExecutableElements)
Method Detail

getSender

public final com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent getSender()

getNextExecutableElements

public final java.util.Collection<? extends com.ebmwebsourcing.easyviper.core.api.engine.Node> getNextExecutableElements()


Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.