Class InstrumentationFacility_impl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addEvent​(java.lang.String aResourceName, java.lang.String aType, java.lang.String aDescription, int aDuration, java.lang.String aResultMsg)
      Records a completed event with the specified parameters.
      void endEvent​(java.lang.String aComponentName, java.lang.String aEventType, java.lang.String aResultMessage)
      Records the end of an event.
      void setProcessTrace​(ProcessTrace aProcessTrace)
      Sets the process trace object wrapped by this instrumentation facility.
      void startEvent​(java.lang.String aComponentName, java.lang.String aEventType, java.lang.String aDescription)
      Records the start of an event.
      • Methods inherited from class java.lang.Object

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

      • InstrumentationFacility_impl

        public InstrumentationFacility_impl​(ProcessTrace aProcessTrace)
        Creates a new InstrumentationFacility_impl.
        Parameters:
        aProcessTrace - the process trace object in which to record instrumentation information.