org.tango.server.attribute.log
Class LogAttribute

java.lang.Object
  extended by org.tango.server.attribute.log.LogAttribute
All Implemented Interfaces:
IAttributeBehavior

public class LogAttribute
extends java.lang.Object
implements IAttributeBehavior


Constructor Summary
LogAttribute(int depth, org.slf4j.Logger... loggers)
           
 
Method Summary
 AttributeConfiguration getConfiguration()
           
 StateMachineBehavior getStateMachine()
           
 AttributeValue getValue()
          Read attribute
 void setValue(AttributeValue value)
          Write attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogAttribute

public LogAttribute(int depth,
                    org.slf4j.Logger... loggers)
Method Detail

getConfiguration

public AttributeConfiguration getConfiguration()
                                        throws fr.esrf.Tango.DevFailed
Specified by:
getConfiguration in interface IAttributeBehavior
Returns:
attribute configuration
Throws:
fr.esrf.Tango.DevFailed

getValue

public AttributeValue getValue()
                        throws fr.esrf.Tango.DevFailed
Description copied from interface: IAttributeBehavior
Read attribute

Specified by:
getValue in interface IAttributeBehavior
Returns:
the read value
Throws:
fr.esrf.Tango.DevFailed

setValue

public void setValue(AttributeValue value)
              throws fr.esrf.Tango.DevFailed
Description copied from interface: IAttributeBehavior
Write attribute

Specified by:
setValue in interface IAttributeBehavior
Throws:
fr.esrf.Tango.DevFailed

getStateMachine

public StateMachineBehavior getStateMachine()
                                     throws fr.esrf.Tango.DevFailed
Specified by:
getStateMachine in interface IAttributeBehavior
Returns:
The state machine of this attribute
Throws:
fr.esrf.Tango.DevFailed


Copyright © 2012-2014. All Rights Reserved.