Class RetargetArgs

  • All Implemented Interfaces:
    java.io.Serializable

    public class RetargetArgs
    extends java.lang.Object
    implements java.io.Serializable
    Encapsulates all information passed across a cross-gateway retarget, or a same-gateway restart for when the jars need to be re-downloaded. Serializable, because this object will be written to a retarget file marked with a special random token, which is passed as the retarget argument.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RetargetArgs​(LaunchSpec spec, java.util.Map<java.lang.String,​java.lang.Object> attributes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getAttributes()  
      LaunchSpec getSpec()  
      • Methods inherited from class java.lang.Object

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

      • RetargetArgs

        public RetargetArgs​(LaunchSpec spec,
                            java.util.Map<java.lang.String,​java.lang.Object> attributes)
    • Method Detail

      • getAttributes

        public java.util.Map<java.lang.String,​java.lang.Object> getAttributes()