org.sourceforge.jemm.comm.connection
Interface Connection

All Known Implementing Classes:
SocketConnection

public interface Connection

A abstract rpc connection.

Released under the Apache License V2.0 license by the JEMM Project

Author:
Rory Graves

Method Summary
 void close()
           
 java.lang.String getConnectionName()
           
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOutputStream()
           
 

Method Detail

getConnectionName

java.lang.String getConnectionName()

getInputStream

java.io.InputStream getInputStream()

getOutputStream

java.io.OutputStream getOutputStream()

close

void close()
           throws ConnectionException
Throws:
ConnectionException


Copyright © 2009. All Rights Reserved.