org.tango.server.testserver
Class SuperServer

java.lang.Object
  extended by org.tango.server.testserver.SuperServer
Direct Known Subclasses:
SubServer

public class SuperServer
extends java.lang.Object


Constructor Summary
SuperServer()
           
 
Method Summary
 org.tango.DeviceState getState()
           
 java.lang.String getSuperAttribute()
           
 java.lang.String getSuperDeviceProperty()
           
 void init()
           
 void setDev(DeviceManager dev)
           
 void setDyn(DynamicManager dyn)
           
 void setState(org.tango.DeviceState state)
           
 void setSuperAttribute(java.lang.String superAttribute)
           
 void setSuperDeviceProperty(java.lang.String superDeviceProperty)
           
 double superCommand(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperServer

public SuperServer()
Method Detail

init

public void init()

superCommand

public double superCommand(double value)

getSuperAttribute

public java.lang.String getSuperAttribute()

setSuperAttribute

public void setSuperAttribute(java.lang.String superAttribute)

getSuperDeviceProperty

public java.lang.String getSuperDeviceProperty()

setSuperDeviceProperty

public void setSuperDeviceProperty(java.lang.String superDeviceProperty)

setDev

public void setDev(DeviceManager dev)

setDyn

public void setDyn(DynamicManager dyn)

getState

public org.tango.DeviceState getState()

setState

public void setState(org.tango.DeviceState state)


Copyright © 2012-2016. All Rights Reserved.