All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.arcsinc.remotenode.RemoteNodeClient

public interface RemoteNodeClient
extends Remote
The RemoteNodeClient interface is implemented by the AbsRemoteNodeClient. This interface is primarily used by the RemoteNodeImpl for data tramsmission.

See Also:
RemoteNode, RemoteNodeImpl, AbsRemoteNodeClient

Method Index

 o t=" o "> isRunning()
This function is called to determine if the client is alive and well.
 o receiveDataVector(Vector)
This function is called by this client's RemoteNode with the latest remote data.

Methods

 o isRunning
 public abstract boolean isRunning() throws RemoteException
This function is called to determine if the client is alive and well. If either the function returns false a RemoteException is thrown, the client is declared dead and its associated RemoteNode is deleted.

Returns:
true or false
Throws: RemoteException
if there is a network failure.
 o receiveDataVector
 public abstract boolean receiveDataVector(Vector dataVec) throws RemoteException
This function is called by this client's RemoteNode with the latest remote data. This function normally returns true.

Returns:
true or false
Throws: RemoteException
if there is a network failure.

All Packages  Class Hierarchy  This Package  Previous  Next  Index< Index
>