org.wso2.carbon.integration.common.extensions.utils
Class ServerLogReader

java.lang.Object
  extended by org.wso2.carbon.integration.common.extensions.utils.ServerLogReader
All Implemented Interfaces:
Runnable

public class ServerLogReader
extends Object
implements Runnable


Constructor Summary
ServerLogReader(String name, InputStream is)
           
 
Method Summary
 String getOutput()
           
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerLogReader

public ServerLogReader(String name,
                       InputStream is)
Method Detail

start

public void start()

stop

public void stop()

run

public void run()
Specified by:
run in interface Runnable

getOutput

public String getOutput()


Copyright © 2015 WSO2. All rights reserved.