org.araneaframework.framework
Interface ContinuationContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
StandardContinuationFilterService

public interface ContinuationContext
extends Serializable

This context is passed to a continuation started using ContinuationManagerContext.start(Service) and allows the continuation to explicitly restore control once it is finished.

Author:
"Toomas Römer" , Jevgeni Kabanov (ekabanov at araneaframework dot org)

Method Summary
 void finish()
          Restore control and finishes the continuation service.
 

Method Detail

finish

public void finish()
Restore control and finishes the continuation service.