All Packages Class Hierarchy This Package Previous Next Index
HostDataMgr
interface provides the core required
methods for DataClient
(s) to hook into the system and
receive on-line data.
DataClient
to receive on-line data.
Vector
of ExtVariableSpec
with the available parameters within the current application.
DataClient.
public abstract ClientDataMgr addClient(DataClient dc)
DataClient
to receive on-line data.
The implementation must create and return a
ClientDataMgr
. The control and data exchange is
between the registered client and the created manager.
DataClient
to be registered.
public abstract void removeClient(DataClient dc)
DataClient
. The implementation
should dispose of the dedicated ClientDataMgr
.
DataClient
to be unregistered.
t to be unregistered.
public abstract Vector getAvailParams()
Vector
of ExtVariableSpec
with the available parameters within the current application.
Vector
of available parameters.
All Packages Class Hierarchy This Package Previous Next Index