|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
net.sf.jradius.server.JRadiusThread
net.sf.jradius.server.Processor
public abstract class Processor
Base abstract class of all Processors
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 |
Constructor Summary | |
---|---|
Processor()
|
Method Summary | |
---|---|
EventDispatcher |
getEventDispatcher()
|
java.util.Collection |
getRequestHandlers()
|
ObjectQueue |
getRequestQueue()
|
void |
process()
|
protected abstract void |
processRequest(ListenerRequest listenerRequest)
|
void |
run()
|
void |
setEventDispatcher(EventDispatcher eventDispatcher)
|
void |
setRequestHandlers(java.util.Collection handlers)
|
void |
setRequestQueue(ObjectQueue q)
Sets the request queue for this listener |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Processor()
Method Detail |
---|
public void setRequestQueue(ObjectQueue q)
q
- the RequestQueue;public ObjectQueue getRequestQueue()
public EventDispatcher getEventDispatcher()
public void setEventDispatcher(EventDispatcher eventDispatcher)
public void setRequestHandlers(java.util.Collection handlers)
public java.util.Collection getRequestHandlers()
protected abstract void processRequest(ListenerRequest listenerRequest) throws java.io.IOException, RadiusException
java.io.IOException
RadiusException
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void process() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |