All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.rmi.server.RemoteObject | +----java.rmi.server.RemoteServer | +----java.rmi.server.UnicastRemoteObject | +----com.arcsinc.remotenode.RemoteNodeImpl
RemoteNodeImpl
class implements the
RemoteNode
interface. This class is instantiated by
AbsRemoteNodeServer
, exactly one instance for each
client which requests the server's remote data. Typically, users
do NOT require direct access to this clasrequire direct access to this class.
RemoteNode
discontinue providing remote data.
RemoteNode
start providing remote data as it is available.
RemoteNode
discontinue providing remote data.
public void run()
public void setDataVector(Vector dataVector)
Vector
containing the latest data.
public Vector getAvailableDataItems() throws RemoteException
ExtVariableSpec
.
public boolean startRemoteDataStream() throws RemoteException
RemoteNode
start providing remote data as it is available.
public boolean stopRemoteDataStream() throws RemoteException
RemoteNode
discontinue providing remote data. This action can be
restarted in the future.
public boolean endRemoteNodeOps() throws RemoteException
RemoteNode
discontinue providing remote data. The corresponding
RemoteNode
mechanisms will be deleted. A brand new
connection will be required in the future if remote data is,
again desired.
All Packages All Packages Class Hierarchy This Package Previous Next Index