public class FtuDataProvider extends MdsDataProvider
MdsDataProvider.AsyncDataSourceconnected, error, experiment, mds, open, provider, shot, use_compression, var_idxLOGIN_CANCEL, LOGIN_ERROR, LOGIN_OK| Constructor and Description |
|---|
FtuDataProvider() |
FtuDataProvider(String provider) |
| Modifier and Type | Method and Description |
|---|---|
float[] |
GetFloatArray(String in) |
int[] |
getIntArray(String in) |
int |
inquireCredentials(JFrame f,
DataServerItem server_item)
Some DataProvider implemenations may require additional information (e.g.
|
void |
setArgument(String arg)
As DataProvider implementations are instantiated by jScope by means of the
Class.newInstance(), no arguments can be passed to the constructor method.
|
void |
SetCompression(boolean state) |
boolean |
SupportsCompression() |
void |
update(String exp,
long s)
Method Update is called by jScope to notify the experiment name and the shot
number.
|
addConnectionListener, addUpdateEventListener, CheckConnection, CheckOpen, CheckOpen, close, dispatchConnectionEvent, enableAsyncUpdate, finalize, GetAllFrames, getAsynchSource, GetByteArray, GetByteArray, getConnection, getConnection, GetDoubleArray, getError, GetExperimentName, getFloat, GetFrameAt, getFrameData, GetFrameTimes, getNumDimensions, getProvider, GetRealArray, getShots, getString, getStringValue, getWaveData, getWaveData, isBusy, NotYetNumber, NotYetString, removeConnectionListener, removeUpdateEventListener, resetPrevious, setEnvironment, supportsTunneling, Updatepublic FtuDataProvider()
public FtuDataProvider(String provider) throws IOException
IOExceptionpublic float[] GetFloatArray(String in) throws IOException
GetFloatArray in class MdsDataProviderIOExceptionpublic int[] getIntArray(String in) throws IOException
getIntArray in class MdsDataProviderIOExceptionpublic int inquireCredentials(JFrame f, DataServerItem server_item)
DataProviderinquireCredentials in interface DataProviderinquireCredentials in class MdsDataProviderf - The container Frame.public void setArgument(String arg) throws IOException
DataProvidersetArgument in interface DataProvidersetArgument in class MdsDataProviderarg - The argument passed to the DataProvider implementation.IOExceptionpublic void SetCompression(boolean state)
SetCompression in class MdsDataProviderpublic boolean SupportsCompression()
SupportsCompression in class MdsDataProviderpublic void update(String exp, long s)
DataProviderupdate in interface DataProviderupdate in class MdsDataProviderexp - The experiment nameCopyright © 2020. All rights reserved.