com.ibm.rational.test.lt.recorder.ui.extensibility

Class RecorderClientWizardConfigurer

  • java.lang.Object
    • com.ibm.rational.test.lt.recorder.ui.extensibility.RecorderClientWizardConfigurer


  • public class RecorderClientWizardConfigurer
    extends Object
    • Field Detail

      • collator

        protected final Collator collator
      • clientTypesRestriction

        protected final Set<String> clientTypesRestriction
      • recorderTypesRestriction

        protected final Set<String> recorderTypesRestriction
    • Constructor Detail

      • RecorderClientWizardConfigurer

        public RecorderClientWizardConfigurer()
      • RecorderClientWizardConfigurer

        public RecorderClientWizardConfigurer(Set<String> clientTypesRestriction,
                                      Set<String> recorderTypesRestriction)
    • Method Detail

      • isDefaultConfigurer

        public boolean isDefaultConfigurer()
      • newConfigurer

        public static RecorderClientWizardConfigurer newConfigurer(Set<String> packetTypes,
                                                   Set<String> recorderTypes,
                                                   Set<String> clientTypes)
        Returns a new configurer that presents only a subset of clients and recorders, among all available ones.
        Parameters:
        packetTypes - A set of packet types, or null if no restriction should be applied. A non-null value will cause the wizard to propose only client/recorder combinations that can produce at least one type of these packet types. By definition, an empty set would exclude any recorder/client combination.
        recorderTypes - A set of recorder types, or null if no restriction should be applied. A non-null value will cause the wizard to propose only the recorders that belong to this list, provided that they are not filtered because of another filter.
        clientTypes - A set of client types, or null if no restriction should be applied. A non-null value will cause the wizard to propose only the clients that belong to this list, provided that they are not filtered because of another filter.
      • combinedRecordersPrerequisiteStatus

        protected static IStatus combinedRecordersPrerequisiteStatus(List<String> recorderIds)
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.