xmlBlaster 2.2.0 API

org.xmlBlaster.test.classtest
Class MicroEditionTest.Receiver

java.lang.Object
  extended by java.lang.Thread
      extended by org.xmlBlaster.test.classtest.MicroEditionTest.Receiver
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
MicroEditionTest

public class MicroEditionTest.Receiver
extends java.lang.Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  boolean finished
           
private  boolean isMicro
           
private  java.util.Vector lines
           
private  int port
           
private  java.net.ServerSocket serverSocket
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
MicroEditionTest.Receiver(int port, boolean isMicro)
           
 
Method Summary
 java.lang.String[] getLines()
           
 boolean isFinished()
           
 void run()
           
 java.net.InetAddress startListener()
           
 
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
 

Field Detail

port

private int port

lines

private java.util.Vector lines

serverSocket

private java.net.ServerSocket serverSocket

isMicro

private boolean isMicro

finished

private boolean finished
Constructor Detail

MicroEditionTest.Receiver

public MicroEditionTest.Receiver(int port,
                                 boolean isMicro)
                          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

startListener

public java.net.InetAddress startListener()

getLines

public java.lang.String[] getLines()

isFinished

public boolean isFinished()

run

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

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.