Class PastInsertContinuation

java.lang.Object
i5.las2peer.persistency.pastry.PastInsertContinuation
All Implemented Interfaces:
rice.Continuation<Boolean[],Exception>

public class PastInsertContinuation extends Object implements rice.Continuation<Boolean[],Exception>
This class is required by Past for the insert process. It provides the interface to receive results and exceptions occurring in the process. If such an event occurs and the respective handler is set it calls the handler in a new thread. This provides some network response time safety as the handler may perform time consuming tasks, but the actual method call is done directly from network stack.