DESY ACOP Beans Home

de.desy.acop.transport.simulator
Class AcopTransportSimulator

java.lang.Object
  extended by de.desy.acop.transport.simulator.AcopTransportSimulator
All Implemented Interfaces:
AcopTransportPlug

public class AcopTransportSimulator
extends java.lang.Object
implements AcopTransportPlug

Version:
1.0
Author:

Constructor Summary
AcopTransportSimulator()
           
 
Method Summary
 int acquireDisplayProperties(Acop a, java.lang.String deviceContext, java.lang.String deviceGroup, java.lang.String deviceName, java.lang.String deviceProperty)
           
 java.lang.String[] getDeviceContexts()
           
 java.lang.String[] getDeviceGroups(java.lang.String deviceContext, java.lang.String deviceGroup, java.lang.String deviceName, java.lang.String deviceProperty)
           
 java.lang.String[] getDeviceNames(java.lang.String deviceContext, java.lang.String deviceGroup, java.lang.String deviceName, java.lang.String deviceProperty)
           
 java.lang.String[] getDeviceProperties(java.lang.String deviceContext, java.lang.String deviceGroup, java.lang.String deviceName, java.lang.String deviceProperty)
           
 int getObjectSize(java.lang.Object data)
           
 java.lang.String getPlugName()
           
 java.lang.String getTargetInformation(java.lang.String deviceContext, java.lang.String deviceGroup, java.lang.String deviceName, java.lang.String deviceProperty)
           
 double[] getXAxis(java.lang.Object data)
           
 java.lang.String[] getXAxisChannelNames(java.lang.Object data)
           
 double[] getYAxis(java.lang.Object data)
           
 int handleRequest(AcopTransportRequest atr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcopTransportSimulator

public AcopTransportSimulator()
Method Detail

handleRequest

public int handleRequest(AcopTransportRequest atr)
Specified by:
handleRequest in interface AcopTransportPlug
See Also:
AcopPack.acopTransportPlug#handleRequest(acopTransportRequest)

getPlugName

public java.lang.String getPlugName()
Specified by:
getPlugName in interface AcopTransportPlug
See Also:
AcopPack.acopTransportPlug#getPlugName()

getObjectSize

public int getObjectSize(java.lang.Object data)
Specified by:
getObjectSize in interface AcopTransportPlug

getYAxis

public double[] getYAxis(java.lang.Object data)
Specified by:
getYAxis in interface AcopTransportPlug

getXAxisChannelNames

public java.lang.String[] getXAxisChannelNames(java.lang.Object data)
Specified by:
getXAxisChannelNames in interface AcopTransportPlug

getXAxis

public double[] getXAxis(java.lang.Object data)
Specified by:
getXAxis in interface AcopTransportPlug

acquireDisplayProperties

public int acquireDisplayProperties(Acop a,
                                    java.lang.String deviceContext,
                                    java.lang.String deviceGroup,
                                    java.lang.String deviceName,
                                    java.lang.String deviceProperty)
Specified by:
acquireDisplayProperties in interface AcopTransportPlug

getDeviceContexts

public java.lang.String[] getDeviceContexts()
Specified by:
getDeviceContexts in interface AcopTransportPlug

getDeviceGroups

public java.lang.String[] getDeviceGroups(java.lang.String deviceContext,
                                          java.lang.String deviceGroup,
                                          java.lang.String deviceName,
                                          java.lang.String deviceProperty)
Specified by:
getDeviceGroups in interface AcopTransportPlug

getDeviceNames

public java.lang.String[] getDeviceNames(java.lang.String deviceContext,
                                         java.lang.String deviceGroup,
                                         java.lang.String deviceName,
                                         java.lang.String deviceProperty)
Specified by:
getDeviceNames in interface AcopTransportPlug

getDeviceProperties

public java.lang.String[] getDeviceProperties(java.lang.String deviceContext,
                                              java.lang.String deviceGroup,
                                              java.lang.String deviceName,
                                              java.lang.String deviceProperty)
Specified by:
getDeviceProperties in interface AcopTransportPlug

getTargetInformation

public java.lang.String getTargetInformation(java.lang.String deviceContext,
                                             java.lang.String deviceGroup,
                                             java.lang.String deviceName,
                                             java.lang.String deviceProperty)
Specified by:
getTargetInformation in interface AcopTransportPlug


Copyright © 2010. All Rights Reserved.