All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.arcsinc.remotenode.RemoteNode

public interface RemoteNode
extends Remote
The RemoteNode interface is used by RemoteClientImpl to control the operations of its RemoteNode

See Also:
RemoteNodeClient

Method Index

 o endRemoteNodeOps()
This function requests that a client's RemoteNode discontinue providing remote data.
 o getAvailableDataItems()
Return a of descriptions for each published data item.
 o startRemoteDataStream()
This function requests that a client's RemoteNode start providing remote data as it is available.
 o stopRemoteDataStream()
This function requests that a client's Remode>RemoteNode discontinue providing remote data.

Methods

 o getAvailableDataItems
 public abstract Vector getAvailableDataItems() throws RemoteException
Return a of descriptions for each published data item. The standard definition for this description is ExtVariableSpec.

Returns:
vector of descriptions
Throws: RemoteException
if there is a network failure.
 o startRemoteDataStream
 public abstract boolean startRemoteDataStream() throws RemoteException
This function requests that a client's RemoteNode start providing remote data as it is available.

Returns:
boolean for sucess (true) or failure
Throws: RemoteException
if there is a network failure.
 o > 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.
 o 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
>