gov.sandia.ccaffeine.dc.distributed
Interface Connection
- All Known Implementing Classes:
- StaticIOConnection
public interface Connection
getSourceName
java.lang.String getSourceName()
getIn
java.io.InputStream getIn()
getOut
java.io.OutputStream getOut()
getId
int getId()
isDisabled
boolean isDisabled()
disconnect
void disconnect()
throws java.io.IOException
- Throws:
java.io.IOException
reconnect
void reconnect(int timeout)
throws java.lang.Exception
- Throws:
java.lang.Exception
getConnectionManager
gov.sandia.ccaffeine.dc.distributed.ConnectionManager getConnectionManager()