Documentation of 'jas2.util.rmi.RMIEventQueue' Java class
RMIEventQueue
jas2.util.rmi

Class RMIEventQueue

  • All Implemented Interfaces:
    java.lang.Runnable


    public class RMIEventQueue
    extends java.lang.Thread
    This class deals with delivering events to a remote process using RMI. Since RMI does not have any asychronous method of delivering events, they are queued up and delivered in a chunk by an event delivery thread. Events placed in the queue can be "Preemptable", in which case a later event may preempt an earlier one, making it unnecessary to deliver the earlier events.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.lang.Thread

        java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
    • Field Summary

      • Fields inherited from class java.lang.Thread

        MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void dispose() 
      void run() 
      java.util.Observer setEventSource(RMIDestination destination) 
      • Methods inherited from class java.lang.Thread

        activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • dispose

        public void dispose()
      • setEventSource

        public java.util.Observer setEventSource(RMIDestination destination)
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
        Overrides:
        run in class java.lang.Thread

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.