com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.functionnal
Class WaitBehaviourImpl
java.lang.Object
com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl
com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl
com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.functionnal.WaitBehaviourImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent, com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour, com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.WaitBehaviour
public class WaitBehaviourImpl
- extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl
- implements com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.WaitBehaviour
- Author:
- Nicolas Salatge - eBM WebSourcing
| Nested classes/interfaces inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour |
com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour.State |
| Fields inherited from class com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl |
node, state |
|
Method Summary |
protected void |
executeOnEnded()
|
protected void |
executeOnInactive()
|
protected void |
executeOnStarted()
|
com.ebmwebsourcing.easyviper.core.api.engine.expression.DateExpression<?> |
getDate()
|
com.ebmwebsourcing.easyviper.core.api.engine.expression.LongExpression<?> |
getDuration()
|
void |
setDate(com.ebmwebsourcing.easyviper.core.api.engine.expression.DateExpression<?> date)
|
void |
setDuration(com.ebmwebsourcing.easyviper.core.api.engine.expression.LongExpression<?> time)
|
void |
setLog(java.util.logging.Logger logger)
|
void |
terminateWaiting()
|
java.lang.String |
toString()
|
| Methods inherited from class com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl |
clean, execute, getNode, getQName, getState, notifyParentBehaviour, onChildBehaviourNotification, setQName, setState |
| Methods inherited from class com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl |
createSCAComponent, destroySCAComponent, getComponent, getName, setName, startSCAComponent, stopSCAComponent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour |
clean, execute, getNode, getQName, getState, notifyParentBehaviour, onChildBehaviourNotification, setQName, setState |
| Methods inherited from interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent |
createSCAComponent, destroySCAComponent, getComponent, getName, setName, startSCAComponent, stopSCAComponent |
WaitBehaviourImpl
public WaitBehaviourImpl()
getDuration
public com.ebmwebsourcing.easyviper.core.api.engine.expression.LongExpression<?> getDuration()
- Specified by:
getDuration in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.WaitBehaviour
setDuration
public void setDuration(com.ebmwebsourcing.easyviper.core.api.engine.expression.LongExpression<?> time)
- Specified by:
setDuration in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.WaitBehaviour
getDate
public com.ebmwebsourcing.easyviper.core.api.engine.expression.DateExpression<?> getDate()
- Specified by:
getDate in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.WaitBehaviour
setDate
public void setDate(com.ebmwebsourcing.easyviper.core.api.engine.expression.DateExpression<?> date)
- Specified by:
setDate in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.WaitBehaviour
toString
public java.lang.String toString()
- Overrides:
toString in class com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl
setLog
public void setLog(java.util.logging.Logger logger)
- Specified by:
setLog in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour- Overrides:
setLog in class com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl
terminateWaiting
public void terminateWaiting()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
terminateWaiting in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.WaitBehaviour
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
executeOnEnded
protected void executeOnEnded()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
executeOnEnded in class com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
executeOnInactive
protected void executeOnInactive()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
executeOnInactive in class com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
executeOnStarted
protected void executeOnStarted()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
executeOnStarted in class com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
Copyright © 2012 Petals Link. All Rights Reserved.