org.apache.openejb.server.ejbd
Class KeepAliveServer.Output

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
          extended by org.apache.openejb.server.ejbd.KeepAliveServer.Output
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
KeepAliveServer

public class KeepAliveServer.Output
extends FilterOutputStream


Field Summary
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
KeepAliveServer.Output(OutputStream out)
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.io.FilterOutputStream
flush, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeepAliveServer.Output

public KeepAliveServer.Output(OutputStream out)
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class FilterOutputStream
Throws:
IOException


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.