gov.sandia.ccaffeine.dc.distributed
Interface Connection

All Known Implementing Classes:
StaticIOConnection

public interface Connection


Method Summary
 void disconnect()
           
 gov.sandia.ccaffeine.dc.distributed.ConnectionManager getConnectionManager()
           
 int getId()
           
 java.io.InputStream getIn()
           
 java.io.OutputStream getOut()
           
 java.lang.String getSourceName()
           
 boolean isDisabled()
           
 void reconnect(int timeout)
           
 

Method Detail

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()