IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.recorder.ui.extensibility
Interface RecorderClientWizardConfigurer.ClientEntry

All Superinterfaces:
RecorderClientWizardConfigurer.Entry
Enclosing class:
RecorderClientWizardConfigurer

public static interface RecorderClientWizardConfigurer.ClientEntry
extends RecorderClientWizardConfigurer.Entry


Method Summary
 String getClientId()
          Returns the client type id.
 SortedSet<RecorderClientWizardConfigurer.RecordingMethodEntry> getRecordingMethodEntries()
          Returns all recording method entries that can be used in conjunction with this client entry.
 RecorderClientWizardConfigurer.RecordingMethodEntry getSimilarMethodEntry(RecorderClientWizardConfigurer.RecordingMethodEntry entry)
          Returns a recording method for this client entry, if it exists, that is similar to a recording method entry for another client entry.
 
Methods inherited from interface com.ibm.rational.test.lt.recorder.ui.extensibility.RecorderClientWizardConfigurer.Entry
getDescription, getImage, getImageDescriptor, getLabel, getPrerequisiteValidationStatus
 

Method Detail

getRecordingMethodEntries

SortedSet<RecorderClientWizardConfigurer.RecordingMethodEntry> getRecordingMethodEntries()
Returns all recording method entries that can be used in conjunction with this client entry. Note that a recording method entry is specific to a client entry and cannot be used with an another client entry, even if the involved recorder is the same.

Returns:

getSimilarMethodEntry

RecorderClientWizardConfigurer.RecordingMethodEntry getSimilarMethodEntry(RecorderClientWizardConfigurer.RecordingMethodEntry entry)
Returns a recording method for this client entry, if it exists, that is similar to a recording method entry for another client entry.

Parameters:
entry -
Returns:

getClientId

String getClientId()
Returns the client type id.

Returns:

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.