org.openejb.client
Interface Connection

All Known Implementing Classes:
HttpConnectionFactory.HttpConnection

public interface Connection

An encapsulation of what is necessary to reach the server

Author:
John Mettraux, David Blevins

Method Summary
 void close()
           
 InputStream getInputStream()
           
 OutputStream getOuputStream()
           
 

Method Detail

close

public void close()
           throws IOException
Throws:
IOException

getInputStream

public InputStream getInputStream()
                           throws IOException
Throws:
IOException

getOuputStream

public OutputStream getOuputStream()
                            throws IOException
Throws:
IOException


Copyright © 1999-2007 OpenEJB. All Rights Reserved.