org.tango.server.pipe
Interface IPipeBehavior

All Known Implementing Classes:
ReflectPipeBehavior

public interface IPipeBehavior


Method Summary
 PipeConfiguration getConfiguration()
           
 StateMachineBehavior getStateMachine()
           
 PipeValue getValue()
          Read pipe
 void setValue(PipeValue value)
          Write pipe
 

Method Detail

getConfiguration

PipeConfiguration getConfiguration()
Returns:
pipe configuration

getValue

PipeValue getValue()
                   throws fr.esrf.Tango.DevFailed
Read pipe

Returns:
the read value
Throws:
fr.esrf.Tango.DevFailed

setValue

void setValue(PipeValue value)
              throws fr.esrf.Tango.DevFailed
Write pipe

Parameters:
value -
Throws:
fr.esrf.Tango.DevFailed

getStateMachine

StateMachineBehavior getStateMachine()
                                     throws fr.esrf.Tango.DevFailed
Returns:
The state machine of this attribute
Throws:
fr.esrf.Tango.DevFailed


Copyright © 2012-2015. All Rights Reserved.