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