org.apache.openejb.client
Class SocketConnectionFactory.Output

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

public class SocketConnectionFactory.Output
extends FilterOutputStream


Field Summary
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
SocketConnectionFactory.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

SocketConnectionFactory.Output

public SocketConnectionFactory.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.