org.apache.cassandra.net
Interface IAsyncCallback

All Known Implementing Classes:
MultiQuorumResponseHandler, QuorumResponseHandler

public interface IAsyncCallback


Method Summary
 void attachContext(java.lang.Object o)
          Attach some application specific context to the callback.
 void response(Message msg)
           
 

Method Detail

response

void response(Message msg)
Parameters:
msg - responses to be returned

attachContext

void attachContext(java.lang.Object o)
Attach some application specific context to the callback.

Parameters:
o - application specific context


Copyright © 2009 The Apache Software Foundation