com.pmease.quickbuild.log
Class NodeLogStream

java.lang.Object
  extended by java.io.InputStream
      extended by com.pmease.quickbuild.log.NodeLogStream
All Implemented Interfaces:
java.io.Closeable
Direct Known Subclasses:
NodeLogHtmlStream, NodeLogTextStream

public abstract class NodeLogStream
extends java.io.InputStream


Constructor Summary
NodeLogStream(GridNode node, boolean full)
           
 
Method Summary
 void close()
           
 int read()
           
protected abstract  java.lang.String render(NodeLogEntry entry)
           
 
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeLogStream

public NodeLogStream(GridNode node,
                     boolean full)
Method Detail

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException

render

protected abstract java.lang.String render(NodeLogEntry entry)

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.InputStream
Throws:
java.io.IOException


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.