org.openejb.client
Interface Connection


public interface Connection

An encapsulation of what is necessary to reach the server


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-2005 OpenEJB. All Rights Reserved.