Class Insert

  • All Implemented Interfaces:
    java.lang.Runnable, org.objectweb.fractal.api.control.BindingController, ActivityControl, BladeControl

    public class Insert
    extends AbstractDumbInsert
    Insert for Network probe based on SIGAR
    Author:
    Bruno Dillenseger
    • Method Detail

      • getHelpMessage

        public java.lang.String getHelpMessage()
        Description copied from class: AbstractDumbInsert
        Gives probe help. This basic implementation mentions the 2 first arguments: polling period and execution time. Override this method to extend the help message by adding extra arguments when necessary.
        Overrides:
        getHelpMessage in class AbstractDumbInsert
        Returns:
        a message giving basic help to use this probe
      • setExtraArguments

        protected void setExtraArguments​(java.util.List<java.lang.String> args)
                                  throws ClifException
        Description copied from class: AbstractDumbInsert
        Override this method when you are willing to pass some extra parameters to the Insert, below the sampling period and duration standard arguments.
        Overrides:
        setExtraArguments in class AbstractDumbInsert
        Throws:
        ClifException
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception