org.deegree_impl.services.wfs
Class Dispatcher_Impl.ResponseLoop

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.deegree_impl.services.AbstractHandler.Loop
          extended byorg.deegree_impl.services.wfs.Dispatcher_Impl.ResponseLoop
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Dispatcher_Impl

private class Dispatcher_Impl.ResponseLoop
extends AbstractHandler.Loop

inner class for processing WFS responses to requests


Field Summary
 
Fields inherited from class org.deegree_impl.services.AbstractHandler.Loop
stop
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
private Dispatcher_Impl.ResponseLoop()
           
 
Method Summary
protected  void onStopped()
          this method will be called after a loop has been stopped.
protected  void process()
          this method is called within the loop.
 
Methods inherited from class org.deegree_impl.services.AbstractHandler.Loop
run, stopLoop
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Dispatcher_Impl.ResponseLoop

private Dispatcher_Impl.ResponseLoop()
Method Detail

process

protected void process()
Description copied from class: AbstractHandler.Loop
this method is called within the loop. An extending class have to implement this method.

Specified by:
process in class AbstractHandler.Loop

onStopped

protected void onStopped()
Description copied from class: AbstractHandler.Loop
this method will be called after a loop has been stopped. As default no action is performed; but the method can be overwritten by an extending class to perform some clean-up actions for example.

Overrides:
onStopped in class AbstractHandler.Loop