uka.karmi.stream
Interface StreamTechnology.CallBack

All Known Implementing Classes:
StreamTechnology.LocalID
Enclosing interface:
StreamTechnology

public static interface StreamTechnology.CallBack


Method Summary
 void failed(StreamClientConnection c)
          Indicates that the remote call has terminated, but the connection can not be reused, because an internal error occurred at the server-side.
 void finished(StreamClientConnection c)
          Indicates that the remote call terminated and the connection can be reused.
 

Method Detail

finished

public void finished(StreamClientConnection c)
              throws java.io.IOException
Indicates that the remote call terminated and the connection can be reused.

Throws:
java.io.IOException

failed

public void failed(StreamClientConnection c)
            throws java.io.IOException
Indicates that the remote call has terminated, but the connection can not be reused, because an internal error occurred at the server-side.

Throws:
java.io.IOException