>
stopRemoteDataStream
public abstract boolean stopRemoteDataStream() throws RemoteException
- This function requests that a client's
RemoteNode
discontinue providing remote data. This action can be
restarted in the future.
- Returns:
- boolean for sucess (true) or failure
- Throws: RemoteException
- if there is a network failure.
endRemoteNodeOps
public abstract boolean endRemoteNodeOps() throws RemoteException
- This function requests that a client's
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.
- Returns:
- boolean for sucess (true) or failure
- Throws: RemoteException
- if there is a network failure.
All Packages Class Hierarchy This Package Previous NextNext Index