com.ibm.rational.test.lt.recorder.core.annotations

Interface IAnnotationServerHandler



  • public interface IAnnotationServerHandler
    Responsible of processing the raw buffer received by the annotation server and transforming it into an RecorderAnnotation.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      RecorderAnnotation process(byte[] buffer, int len)
      Processes the buffer and returns an RecorderAnnotation
    • Method Detail

      • process

        RecorderAnnotation process(byte[] buffer,
                                 int len)
        Processes the buffer and returns an RecorderAnnotation
        Parameters:
        buffer - containing the bytes UTF-8 encoded
        len - of the buffer
        Returns:
        an RecorderAnnotation or null if the buffer does not contain any suitable bytes
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.