DESY ACOP Beans Home

Uses of Class
de.desy.acop.transport.ConnectionParameters

Packages that use ConnectionParameters
de.desy.acop.displayers   
de.desy.acop.displayers.chart   
de.desy.acop.displayers.info   
de.desy.acop.displayers.selector   
de.desy.acop.displayers.table   
de.desy.acop.displayers.tools   
de.desy.acop.transport   
de.desy.acop.transport.adapters   
de.desy.acop.video   
de.desy.acop.video.analysis   
de.desy.acop.video.displayer   
 

Uses of ConnectionParameters in de.desy.acop.displayers
 

Methods in de.desy.acop.displayers that return ConnectionParameters
 ConnectionParameters AcopWheelswitch.getConnectionParameters()
           
 ConnectionParameters[] AcopTable.getConnectionParameters()
          Deprecated. use AcopTable.getDisplayerParameters()
 ConnectionParameters AcopSpider.SpiderDebugPanel.getConnectionParameters()
          Returns the ConnectionParameters that specify the remote connection point, which is being debugged.
 ConnectionParameters AcopSlider.getConnectionParameters()
           
 ConnectionParameters AcopNumberLabel.getConnectionParameters()
           
 ConnectionParameters AcopLabel.getConnectionParameters()
           
 ConnectionParameters AcopIcon.getConnectionParameters()
           
 ConnectionParameters AcopGauger.getConnectionParameters()
           
 ConnectionParameters AcopDialKnob.getConnectionParameters()
           
 ConnectionParameters AcopCheckBox.getConnectionParameters()
           
 ConnectionParameters[] AcopChartReorg.getConnectionParameters()
           
 ConnectionParameters[] AcopChart.getConnectionParameters()
          Deprecated. use AcopChart.getDisplayerParameters()
 ConnectionParameters AcopButton.getConnectionParameters()
           
 

Methods in de.desy.acop.displayers with parameters of type ConnectionParameters
 void AcopTable.addConnectionParameters(ConnectionParameters parameters)
          Deprecated. use AcopTable.addDisplayerParameters(AcopTableParameters)
 void AcopChartReorg.addConnectionParameters(ConnectionParameters parameters)
           
 void AcopChart.addConnectionParameters(ConnectionParameters parameters)
          Deprecated. use AcopChart.addDisplayerParameters(AcopGraphParameters)
 DataSource AcopTable.removeConnectionParameters(ConnectionParameters parameters)
          Deprecated. use AcopTable.removeDisplayerParameters(AcopTableParameters)
 DataSource AcopChartReorg.removeConnectionParameters(ConnectionParameters parameters)
           
 DataSource AcopChart.removeConnectionParameters(ConnectionParameters parameters)
          Deprecated. use AcopChart.removeDisplayerParameters(AcopGraphParameters)
 void AcopWheelswitch.setConnectionParameters(ConnectionParameters param)
           
 void AcopSpider.SpiderDebugPanel.setConnectionParameters(ConnectionParameters param)
          Sets the ConnectionParameters, which specify the connection point that debug data is shown for.
 void AcopSlider.setConnectionParameters(ConnectionParameters param)
           
 void AcopNumberLabel.setConnectionParameters(ConnectionParameters param)
           
 void AcopLabel.setConnectionParameters(ConnectionParameters param)
           
 void AcopIcon.setConnectionParameters(ConnectionParameters param)
           
 void AcopGauger.setConnectionParameters(ConnectionParameters param)
           
 void AcopDialKnob.setConnectionParameters(ConnectionParameters param)
           
 void AcopCheckBox.setConnectionParameters(ConnectionParameters param)
           
 void AcopButton.setConnectionParameters(ConnectionParameters param)
           
 void AcopTable.setConnectionParameters(ConnectionParameters[] parameters)
           
 void AcopChartReorg.setConnectionParameters(ConnectionParameters[] parameters)
           
 void AcopChart.setConnectionParameters(ConnectionParameters[] parameters)
           
 void AcopSpider.InfoDialog.show(ConnectionParameters parameters)
           
 

Uses of ConnectionParameters in de.desy.acop.displayers.chart
 

Methods in de.desy.acop.displayers.chart with parameters of type ConnectionParameters
 HistoryParameters TrendSelectorDialog.chooseHistoryParameters(ConnectionParameters cp)
          Opens a selector dialog and sets the connection parameters as default selected history parameters.
 

Uses of ConnectionParameters in de.desy.acop.displayers.info
 

Methods in de.desy.acop.displayers.info that return ConnectionParameters
 ConnectionParameters ConnectionPanel.getConnectionParameters()
          Returns the ConnectionParameters associated with this panel.
 ConnectionParameters AcopDebugPanel.getConnectionParameters()
          Returns the ConnectionParameters that specify the remote connection point, which is being debugged.
 

Methods in de.desy.acop.displayers.info with parameters of type ConnectionParameters
 void ConnectionPanel.setConnectionParameters(ConnectionParameters p)
          Sets new remote connection point to this panel.
 void AcopDebugPanel.setConnectionParameters(ConnectionParameters param)
          Sets the ConnectionParameters, which specify the connection point that debug data is shown for.
 

Uses of ConnectionParameters in de.desy.acop.displayers.selector
 

Methods in de.desy.acop.displayers.selector that return ConnectionParameters
 ConnectionParameters SelectorListGUI.getConnectionParameters()
          Returns the selected ConnectionParameters.
 ConnectionParameters SelectorGUI.getConnectionParameters()
          Returns the selected ConnectionParameters.
 ConnectionParameters ConnectionCustomizer.getConnectionParameters()
          Returns the selected ConnectionParameters.
 ConnectionParameters ArrayIndexCustomizer.getConnectionParameters()
          Returns the ConnectionParameters that index is being selected for.
 

Methods in de.desy.acop.displayers.selector with parameters of type ConnectionParameters
 void MultipleConnectionCustomizer.applyConnectionParameters(ConnectionParameters p)
          This method will select the given ConnectionParameters in the combo box browsers.
static java.lang.String SelectorUtilities.getExtendedDataString(ConnectionParameters param)
          Returns the extended data, from the DynamicParameters in the ConnetionParameters, as a string which exactly shows the type and the values.
static java.lang.String SelectorUtilities.getInfo(ConnectionParameters param)
          Returns the info about specific connection point.
static int SelectorUtilities.getSequenceLength(ConnectionParameters param)
          Returns the sequence length of a channel array.
static boolean SelectorUtilities.isChannel(ConnectionParameters param)
          Checks if the parameters define a multi-channel array.
static boolean SelectorUtilities.isConnectionParametersValid(ConnectionParameters param)
          Checks if ConnectionParameters are valid.
 void SelectorListGUI.setConnectionParameters(ConnectionParameters parameters)
          Sets the ConnectionParameters and applies the values to the UI.
 void SelectorGUI.setConnectionParameters(ConnectionParameters parameters)
          Sets the ConnectionParameters and applies the values to the UI.
 void ConnectionCustomizer.setConnectionParameters(ConnectionParameters parameters)
          Sets the ConnectionParameters and applies values to the selector.
 void ArrayIndexCustomizer.setConnectionParameters(ConnectionParameters parameters)
          Sets the ConnectionParameters that points to the property, which index has to be selected for.
 AcopTableParameters AcopTableParametersDialog.showDialog(java.awt.Component component, ConnectionParameters cp)
           
 AcopGraphParameters AcopGraphParametersDialog.showDialog(java.awt.Component component, ConnectionParameters cp)
           
 T AcopDisplayerParametersDialog.showDialog(java.awt.Component component, ConnectionParameters cp)
          Applies the given parameters to this customizer and shows this dialog.
 

Uses of ConnectionParameters in de.desy.acop.displayers.table
 

Methods in de.desy.acop.displayers.table with parameters of type ConnectionParameters
 AcopTableParameters AcopTableParameters.deriveWith(ConnectionParameters parameters)
          Construct new AcopTableParameters which resembles this object but has a different ConnectionParameters.
 

Constructors in de.desy.acop.displayers.table with parameters of type ConnectionParameters
AcopTableParameters(ConnectionParameters parameters)
          Constructs new AcopTableParameters using the provided ConnectionParameters.
AcopTableParameters(ConnectionParameters parameters, Converter converter, java.lang.String name)
          Constructs new AcopTableParameters using the supplied parameters.
AcopTableParameters(ConnectionParameters parameters, TableColumnType type, Converter converter, java.lang.String name)
          Constructs new AcopTableParameters using the supplied parameters.
AcopTableParameters(ConnectionParameters parameters, TableColumnType type, int arrayIndex, Converter converter, java.lang.String name)
          Constructs new AcopTableParameters using the supplied parameters.
AcopTableParameters(ConnectionParameters parameters, TableColumnType type, int arrayIndex, java.lang.String name)
          Constructs new AcopTableParameters using the provided parameters
AcopTableParameters(ConnectionParameters parameters, TableColumnType type, java.lang.String name)
          Constructs new AcopTableParameters using the provided parameters
 

Uses of ConnectionParameters in de.desy.acop.displayers.tools
 

Methods in de.desy.acop.displayers.tools that return ConnectionParameters
 ConnectionParameters[] MultipleAcopDisplayer.getConnectionParameters()
          Deprecated. use MultipleAcopDisplayer.getDisplayerParameters()
 ConnectionParameters ConnectionParametersReceiver.getConnectionParameters()
          Returns ConnectionParameters associated with this receiver.
 ConnectionParameters AcopDisplayerParameters.getConnectionParameters()
          Returns the connection parameters.
 

Methods in de.desy.acop.displayers.tools with parameters of type ConnectionParameters
 void MultipleAcopDisplayer.addConnectionParameters(ConnectionParameters parameters)
          Deprecated. use MultipleAcopDisplayer.addDisplayerParameters(AcopDisplayerParameters)
protected  AcopDisplayerParameters GraphParametersTransferHandler.convertParameters(ConnectionParameters adp)
           
protected  AcopTableParameters AcopTableTransferHandler.convertParameters(ConnectionParameters adp)
           
protected  AcopDisplayerParameters AbstractMDPTransferHandler.convertParameters(ConnectionParameters adp)
           
 DataSource MultipleAcopDisplayer.removeConnectionParameters(ConnectionParameters parameters)
          Deprecated. use MultipleAcopDisplayer.removeDisplayerParameters(AcopDisplayerParameters)
protected  int AcopDisplayerTransferHandler.selectChannelIndex(ConnectionParameters cp)
           
 void ConnectionParametersReceiver.setConnectionParameters(ConnectionParameters cp)
          Sets the ConnectionParameters to the receiver.
 void MultipleAcopDisplayer.setConnectionParameters(ConnectionParameters[] parameters)
          Deprecated. use MultipleAcopDisplayer.setDisplayerParameters(AcopDisplayerParameters[])
 

Constructors in de.desy.acop.displayers.tools with parameters of type ConnectionParameters
AcopDisplayerParameters(ConnectionParameters parameters)
          Constructs new AcopDisplayerParameters with the provided connection point.
AcopDisplayerParameters(ConnectionParameters parameters, int index)
          Constructs new AcopDisplayerParameters with the provided connection point and index in the array of incomming data.
AcopDisplayerParameters(ConnectionParameters parameters, int index, Converter converter)
          Constructs new AcopDisplayerParameters using the provided parameters.
AcopDisplayerParameters(ConnectionParameters parameters, int index, double min, double max, java.lang.String units, java.lang.String format)
          Constructs new AcopDisplayerParameters using the provided parameters.
AcopDisplayerParameters(ConnectionParameters parameters, int index, double min, double max, java.lang.String units, java.lang.String format, Converter converter)
          Constructs new AcopDisplayerParameters using the provided parameters.
AcopDisplayerParameters(java.lang.String name, int size, ConnectionParameters parameters, int index, double min, double max, java.lang.String units, java.lang.String format)
          Constructs new AcopDisplayerParameters using the provided parameters.
AcopDisplayerParameters(java.lang.String name, int size, ConnectionParameters parameters, int index, double min, double max, java.lang.String units, java.lang.String format, Converter converter)
          Contructs new AcopDisplayerParameters using the provided parameters.
AcopGraphParameters(ConnectionParameters param)
          Constructs a new AcopGraphParameters object with the given connection point.
AcopGraphParameters(ConnectionParameters parameters, java.awt.Color color, int fft, int drawStyle, int mode, int width, boolean trend, int trendLength)
          Constructs a new AcopGraphParameters object with the specified parameters values
AcopGraphParameters(ConnectionParameters parameters, java.awt.Color color, int fft, int drawStyle, int mode, int width, boolean trend, int trendLength, Converter converter)
          Constructs a new AcopGraphParameters object with the specified parameters values
AcopGraphParameters(ConnectionParameters parameters, int index, double min, double max, java.lang.String units, java.lang.String format, java.awt.Color color, int fft, int drawStyle, int mode, int width, boolean trend, int trendLength, Converter converter)
          Constructs a new AcopGraphParameters object with the specified parameters values
 

Uses of ConnectionParameters in de.desy.acop.transport
 

Methods in de.desy.acop.transport that return ConnectionParameters
 ConnectionParameters ConnectionParameters.deriveWith(AccessMode mode)
          Returns new ConnectionParameters which resembles this object but has a different access mode.
 ConnectionParameters ConnectionParameters.deriveWith(AccessMode mode, int rate)
          Returnst new ConnectionParameters which resembles this object but has a different acces mode and rate.
 ConnectionParameters ConnectionParameters.deriveWith(int rate)
          Deprecated. use deriveWithAccessRate(int) instead
 ConnectionParameters ConnectionParameters.deriveWithAccessProtocol(java.lang.String accessProtocol)
          Constructs a new ConnectionParameters with the same properties as this object but a different access protocol.
 ConnectionParameters ConnectionParameters.deriveWithAccessRate(int accessRate)
          Constructs a new ConnectionParameters with the same properties as this object but a different access rate.
 ConnectionParameters ConnectionParameters.deriveWithDeviceContext(java.lang.String deviceContext)
          Constructs a new ConnectionParameters with the same properties as this object but a different device context.
 ConnectionParameters ConnectionParameters.deriveWithDeviceGroup(java.lang.String deviceGroup)
          Constructs a new ConnectionParameters with the same properties as this object but a different device group.
 ConnectionParameters ConnectionParameters.deriveWithDeviceName(java.lang.String deviceName)
          Constructs a new ConnectionParameters with the same properties as this object but a different device name.
 ConnectionParameters ConnectionParameters.deriveWithDeviceProperty(java.lang.String deviceProperty)
          Constructs a new ConnectionParameters with the same properties as this object but a different property name.
 ConnectionParameters ConnectionParameters.deriveWithDynamicParameters(java.lang.Object newDynamicParameters)
          Returns new ConnectionParameters which resebles this object but has a different dynamic parameters.
 ConnectionParameters ConnectionParameters.deriveWithPropertySize(int propertySize)
          Returns new ConnectionParameters which resembles this object but has a different property size.
 ConnectionParameters AcopTransport.getConnectionParameters()
          Returns the connectionParameters.
 

Methods in de.desy.acop.transport with parameters of type ConnectionParameters
 int ConnectionParameters.compareTo(ConnectionParameters o)
           
 void AcopTransport.setConnectionParameters(ConnectionParameters connectionParameters)
          Sets new connectionParameters.
 void AcopTransportRequest.setFromParameters(ConnectionParameters connectionParameters)
          Sets this object with values from connection parameters object.
 

Constructors in de.desy.acop.transport with parameters of type ConnectionParameters
ConnectionFailed(ConnectionParameters p)
          Creates new instance of ConnectionFailed.
ConnectionFailed(ConnectionParameters p, java.lang.Throwable e)
          Creates new instance of ConnectionFailed.
 

Uses of ConnectionParameters in de.desy.acop.transport.adapters
 

Methods in de.desy.acop.transport.adapters that return ConnectionParameters
 ConnectionParameters AcopTransportDataSource.getConnectionParameters()
          Returns the ConnectionParameters attached to this data source.
 

Methods in de.desy.acop.transport.adapters with parameters of type ConnectionParameters
 void AcopTransportDataSource.connect(ConnectionParameters conn)
          Connects this data source to the TINE channel.
protected  AcopTransportDataSource DefaultAdapterFactory.createAdapter(ConnectionParameters param)
           
 AcopTransportDataSource DefaultAdapterFactory.createDataSource(ConnectionParameters param)
           
 AcopTransportDataSource AdapterFactory.createDataSource(ConnectionParameters param)
          Returns data source for parameters and increases use count for that data source for 1.
 java.util.Map<java.lang.String,java.lang.Object> DefaultAdapterFactory.getCharacteristics(ConnectionParameters param)
           
static java.util.Map<java.lang.String,java.lang.Object> DataSourceUtilities.getCharacteristics(ConnectionParameters param)
          Returns the characteristics of the specified remote channel.
 java.util.Map<java.lang.String,java.lang.Object> AdapterFactory.getCharacteristics(ConnectionParameters param)
          Method returns the characteristics for specified parameters.
 AcopTransportDataSource DefaultAdapterFactory.getDataSource(ConnectionParameters param)
           
 AcopTransportDataSource AdapterFactory.getDataSource(ConnectionParameters param)
          Returns adapter assotiated with the parameters, does not increase use count.
static java.lang.String DataSourceUtilities.getDescription(ConnectionParameters param)
          Returns the description of the remote channel.
 AcopTransportDataSource DefaultAdapterFactory.releaseDataSource(ConnectionParameters param)
           
 AcopTransportDataSource AdapterFactory.releaseDataSource(ConnectionParameters param)
          Decreases use count on data source associated with parameters.
 

Constructors in de.desy.acop.transport.adapters with parameters of type ConnectionParameters
ReverseConsumer(ConnectionParameters param, AcopTransport tran, int size)
           
 

Uses of ConnectionParameters in de.desy.acop.video
 

Methods in de.desy.acop.video that return ConnectionParameters
 ConnectionParameters AcopVideo.getConnectionParameters()
           
 

Methods in de.desy.acop.video with parameters of type ConnectionParameters
 void AcopVideo.setAnalysisServerConnectionParameters(ConnectionParameters param)
           
 void VideoServerConnection.setConnectionParameters(ConnectionParameters cp)
           
 void AcopVideo.setConnectionParameters(ConnectionParameters cp)
           
 

Constructors in de.desy.acop.video with parameters of type ConnectionParameters
AcopVideoParameters(ConnectionParameters parameters)
          Constructs a new AcopVideoParameters with all properties false and grayscale color map.
AcopVideoParameters(ConnectionParameters parameters, boolean aoiZoom, ImageZoom imageZoom, OverlayState overlayState, boolean keepAspectRatio, boolean histogramEqualisation, int histogramMin, int histogramMax, ColorMap colorMap, boolean displayClutHeader)
          Constructs a new AcopVideoParameters.
 

Uses of ConnectionParameters in de.desy.acop.video.analysis
 

Methods in de.desy.acop.video.analysis with parameters of type ConnectionParameters
 void ImageAnalysisEngine.setAnalysisServerConnectionParameters(ConnectionParameters cp)
          Sets ConnectionParameters for remote video analysis server.
 

Uses of ConnectionParameters in de.desy.acop.video.displayer
 

Methods in de.desy.acop.video.displayer with parameters of type ConnectionParameters
 void TineHandler.openLink(ConnectionParameters connParams)
          Opens a one-time or permanent connection to an image source which can be a VSv3 component with output interface like SGP and CoreProvider or a VSv2 server like GrabServer2.
 



Copyright © 2010. All Rights Reserved.