Class StoredObject

  • All Implemented Interfaces:
    java.io.Serializable

    public class StoredObject
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      StoredObject​(java.lang.Object object, boolean propagated)  
      StoredObject​(java.lang.Object object, boolean propagated, long timestamp, long duration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isPropagated()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StoredObject

        public StoredObject​(java.lang.Object object,
                            boolean propagated)
      • StoredObject

        public StoredObject​(java.lang.Object object,
                            boolean propagated,
                            long timestamp,
                            long duration)
    • Method Detail

      • isPropagated

        public boolean isPropagated()