DESY ACOP Beans Home

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

Packages that use ConnectionFailed
de.desy.acop.transport.adapters   
de.desy.acop.video   
de.desy.acop.video.displayer   
 

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

Methods in de.desy.acop.transport.adapters that throw ConnectionFailed
 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> AcopTransportDataSource.getCharacteristics()
          Returns the characteristics that belong to the property specified by the ConnectionParameters attached to this data source.
 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.
static void DataSourceUtilities.main(java.lang.String[] args)
           
 

Uses of ConnectionFailed in de.desy.acop.video
 

Methods in de.desy.acop.video that throw ConnectionFailed
 void VideoServerConnection.connect()
          Connects this VideoServerConnection to video analysis server.
 void VideoServerConnection.setAnalysisParameters(double threshold, int roiX, int roiY, int roiW, int roiH, int roi2X, int roi2Y, int roi2W, int roi2H, boolean calculateThreshold, boolean performFit)
          Sets the analysis parameters (threshold and region of interest) to analysis server.
 void VideoServerConnection.setBackground(de.desy.tine.types.IMAGE background)
          Sets the background image to analysis server.
 void VideoServerConnection.setPreciseBackground(double[] background, int width)
          Sets the precise background image array.
 

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

Methods in de.desy.acop.video.displayer that throw ConnectionFailed
 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.