visad
Interface RemoteThing
-
- All Superinterfaces:
- java.rmi.Remote, Thing
- All Known Subinterfaces:
- RemoteClientData, RemoteClientField, RemoteClientPartitionedField, RemoteClientTuple, RemoteClusterData, RemoteData, RemoteNodeData, RemoteNodeField, RemoteNodePartitionedField, RemoteNodeTuple
- All Known Implementing Classes:
- RemoteClientDataImpl, RemoteClientFieldImpl, RemoteClientPartitionedFieldImpl, RemoteClientTupleImpl, RemoteClusterDataImpl, RemoteDataImpl, RemoteFieldImpl, RemoteFlatFieldImpl, RemoteFunctionImpl, RemoteNodeDataImpl, RemoteNodeFieldImpl, RemoteNodePartitionedFieldImpl, RemoteNodeTupleImpl, RemoteThingImpl
public interface RemoteThing extends java.rmi.Remote, Thing
RemoteThing is the interface for Remote VisAD Thing objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description longgetTick()RemoteThingReference-s poll getTick()longincTick()Tick is incremented in a RemoteThing object, rather than propogating Thing changes to RemoteThingReference-s-
Methods inherited from interface visad.Thing
addReference, removeReference
-
-
-
-
Method Detail
-
incTick
long incTick() throws java.rmi.RemoteExceptionTick is incremented in a RemoteThing object, rather than propogating Thing changes to RemoteThingReference-s- Throws:
java.rmi.RemoteException
-
getTick
long getTick() throws java.rmi.RemoteExceptionRemoteThingReference-s poll getTick()- Throws:
java.rmi.RemoteException
-
-
DMelt 3.0 © DataMelt by jWork.ORG