|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
nl.astron.lofar.odtb.mom2otdbadapter.mom2listener.ProcessConnection
public class ProcessConnection
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
private java.net.Socket |
client
|
private java.io.BufferedReader |
in
|
private org.apache.commons.logging.Log |
log
|
private java.io.PrintWriter |
out
|
private OTDBRepository |
repository
|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
ProcessConnection(OTDBRepository repository,
java.net.Socket client)
|
Method Summary | |
---|---|
protected org.w3c.dom.Document |
convertStringToDocument(java.lang.String myXML)
|
protected void |
finalize()
|
java.lang.String |
getResultXml(java.lang.String errors)
|
protected java.lang.String |
processInput(java.lang.String input)
|
void |
run()
|
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, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private org.apache.commons.logging.Log log
private java.io.BufferedReader in
private java.io.PrintWriter out
private java.net.Socket client
private OTDBRepository repository
Constructor Detail |
---|
public ProcessConnection(OTDBRepository repository, java.net.Socket client)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
protected java.lang.String processInput(java.lang.String input)
protected org.w3c.dom.Document convertStringToDocument(java.lang.String myXML) throws java.lang.Exception
java.lang.Exception
public java.lang.String getResultXml(java.lang.String errors)
protected void finalize()
finalize
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |