public interface RemoteThing extends java.rmi.Remote, Thing
| Modifier and Type | Method and Description |
|---|---|
long |
getTick()
RemoteThingReference-s poll getTick()
|
long |
incTick()
Tick is incremented in a RemoteThing object, rather than
propogating Thing changes to RemoteThingReference-s
|
addReference, removeReferencelong incTick()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionlong getTick()
throws java.rmi.RemoteException
java.rmi.RemoteException