org.glassfish.grizzly
Interface Result

All Known Implementing Classes:
ReadResult, WriteResult

public interface Result

Common I/O result interface.

Author:
Alexey Stashok

Method Summary
 Connection getConnection()
          Get Connection, associated with the result.
 

Method Detail

getConnection

Connection getConnection()
Get Connection, associated with the result.

Returns:
Connection, associated with the result.


Copyright © 2012 Oracle Corporation. All Rights Reserved.