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

void close()
           throws IOException
Throws:
IOException

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException

getOuputStream

OutputStream getOuputStream()
                            throws IOException
Throws:
IOException


Copyright © 1999-2010 OpenEJB. All Rights Reserved.