All Packages Class Hierarchy This Package Previous Next Index
RemoteNodeClient
interface is implemented by the
AbsRemoteNodeClient
. This interface is primarily
used by the RemoteNodeImpl
for data tramsmission.
RemoteNode
with the latest remote data.
public abstract boolean isRunning() throws RemoteException
false
a
RemoteException
is thrown, the client is declared
dead and its associated RemoteNode
is deleted.
public abstract boolean receiveDataVector(Vector dataVec) throws RemoteException
RemoteNode
with the latest remote data. This function normally returns
true
.
All Packages Class Hierarchy This Package Previous Next Index< Index