com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal
Interface ReceiverBehaviour

All Superinterfaces:
Behaviour, com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent

public interface ReceiverBehaviour
extends Behaviour

Author:
Nicolas Salatge - eBM WebSourcing

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour
Behaviour.State
 
Method Summary
 boolean accept(InternalMessage<?> message, ExternalContext context)
           
 Node getChildNodeSelected()
           
 InternalMessage<?> getMessage()
           
 void setMessage(InternalMessage<?> message)
           
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour
clean, execute, getNode, getQName, getState, notifyParentBehaviour, onChildBehaviourNotification, setLog, setQName, setState
 
Methods inherited from interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
createSCAComponent, destroySCAComponent, getComponent, getName, setName, startSCAComponent, stopSCAComponent
 

Method Detail

setMessage

void setMessage(InternalMessage<?> message)

getMessage

InternalMessage<?> getMessage()

accept

boolean accept(InternalMessage<?> message,
               ExternalContext context)
               throws CoreException
Throws:
CoreException

getChildNodeSelected

Node getChildNodeSelected()


Copyright © 2012 Petals Link. All Rights Reserved.