Documentation of 'visad.RemoteThingImpl' Java class
RemoteThingImpl
visad

Class RemoteThingImpl

  • All Implemented Interfaces:
    java.io.Serializable, java.rmi.Remote, RemoteThing, Thing
    Direct Known Subclasses:
    RemoteDataImpl


    public class RemoteThingImpl
    extends java.rmi.server.UnicastRemoteObject
    implements RemoteThing
    RemoteThingImpl is the VisAD remote adapter for ThingImpl.

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addReference(ThingReference r)
      add a ThingReference to this RemoteThingImpl; must be RemoteThingReference; called by ThingReference.setThing
      long getTick()
      RemoteThingReference-s can (but don't currently) poll getTick()
      long incTick()
      Tick is incremented in a RemoteThing object, rather than propogating Thing changes to RemoteThingReference-s
      void removeReference(ThingReference r)
      remove a ThingReference to this RemoteThingImpl; must be RemoteThingReferenceImpl; called by ThingReference.setThing
      • Methods inherited from class java.rmi.server.UnicastRemoteObject

        clone, exportObject, exportObject, exportObject, unexportObject
      • Methods inherited from class java.rmi.server.RemoteServer

        getClientHost, getLog, setLog
      • Methods inherited from class java.rmi.server.RemoteObject

        equals, getRef, hashCode, toString, toStub
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RemoteThingImpl

        public RemoteThingImpl(ThingImpl thing)
                        throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • incTick

        public long incTick()
        Tick is incremented in a RemoteThing object, rather than propogating Thing changes to RemoteThingReference-s
        Specified by:
        incTick in interface RemoteThing
      • getTick

        public long getTick()
        RemoteThingReference-s can (but don't currently) poll getTick()
        Specified by:
        getTick in interface RemoteThing

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.