Class Dump

  • All Implemented Interfaces:
    com.oracle.bedrock.runtime.concurrent.RemoteCallable<java.lang.Void>, java.io.Serializable, java.util.concurrent.Callable<java.lang.Void>

    public class Dump
    extends java.lang.Object
    implements com.oracle.bedrock.runtime.concurrent.RemoteCallable<java.lang.Void>
    A RemoteCallable to dump JaCoCo telemetry.

    Copyright (c) 2016. All Rights Reserved. Oracle Corporation.
    Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

    Author:
    Brian Oliver
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Dump()
      Constructs a Dump.
    • Method Summary

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

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

      • Dump

        public Dump()
        Constructs a Dump.
    • Method Detail

      • call

        public java.lang.Void call()
                            throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Void>
        Throws:
        java.lang.Exception