Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.util
Interface Continuation

All Known Implementing Classes:
NullImplementation.NullContinuation

public interface Continuation

Continuation interface is used to implement asynchronous post-processing, the pattern that is also known as the "Continuation-passing style".

Author:
gg 02.17.2011

Method Summary
 void proceed(java.lang.Object oResult)
          Resume the execution after the completion of an asynchronous call.

 

Method Detail

proceed

void proceed(java.lang.Object oResult)
Resume the execution after the completion of an asynchronous call.
Parameters:
oResult - the result of the execution preceding this continuation

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.