Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.util
Class NullImplementation.NullContinuation

java.lang.Object
  extended by com.tangosol.util.NullImplementation.NullContinuation

All Implemented Interfaces:
Continuation
Enclosing class:
NullImplementation

public static class NullImplementation.NullContinuation
extends java.lang.Object
implements Continuation

An implementation of Continuation that does nothing.


Field Summary
static NullImplementation.NullContinuation INSTANCE
          Singleton instance.

 

Constructor Summary
NullImplementation.NullContinuation()
           

 

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

 

Field Detail

INSTANCE

public static final NullImplementation.NullContinuation INSTANCE
Singleton instance.

Constructor Detail

NullImplementation.NullContinuation

public NullImplementation.NullContinuation()

Method Detail

proceed

public void proceed(java.lang.Object oResult)
Resume the execution after the completion of an asynchronous call.
Specified by:
proceed in interface Continuation
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.