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

Class Message

    • Constructor Detail

      • Message

        protected Message(Message.Destination destination,
               List<String> filter)
        Constructs a new message, to the specified destination.
        Parameters:
        destination - The type of receiver the message should be delivered to.
        filter - A list of delegate IDs, or listener class names (depending on the receiver type) which should receive the message. If null, no filter will be applied and the message will be delivered to all receivers of the receiver type.
      • Message

        protected Message()
    • Method Detail

      • getFilter

        public final List<String> getFilter()
      • getPluginId

        public abstract String getPluginId()
        Returns the plugin id (bundle id) that is able to load the implementation class. This is usually the plugin where the class is defined.
        Returns:
        the plugin id (bundle id) that is able to load the implementation class.
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.