org.jacorb.orb.etf
Class ListenerBase.Acceptor

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.jacorb.orb.etf.ListenerBase.Acceptor
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
IIOPListener.Acceptor
Enclosing class:
ListenerBase

protected abstract class ListenerBase.Acceptor
extends java.lang.Thread


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
protected ListenerBase.Acceptor()
           
 
Method Summary
protected abstract  void init()
           
abstract  void run()
           
abstract  void terminate()
           
 
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

ListenerBase.Acceptor

protected ListenerBase.Acceptor()
Method Detail

init

protected abstract void init()

run

public abstract void run()

terminate

public abstract void terminate()