Class FetchEnvelopeHelper

java.lang.Object
i5.las2peer.persistency.helper.FetchEnvelopeHelper
All Implemented Interfaces:
StorageEnvelopeHandler, StorageExceptionHandler

public class FetchEnvelopeHelper
extends java.lang.Object
implements StorageEnvelopeHandler, StorageExceptionHandler
  • Constructor Summary

    Constructors 
    Constructor Description
    FetchEnvelopeHelper()  
  • Method Summary

    Modifier and Type Method Description
    EnvelopeVersion getResult()  
    void onEnvelopeReceived​(EnvelopeVersion result)
    This method is called if the envelope was successfully fetched from the network.
    void onException​(java.lang.Exception e)
    This method is called in its own thread to handle the given exception.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait