IBM Rational Performance Tester SDK

Uses of Class
com.ibm.rational.test.lt.recorder.core.message.Message.Destination

Packages that use Message.Destination
com.ibm.rational.test.lt.recorder.core.message Definition and implementations of messages exchanged between recording components and external entities. 
 

Uses of Message.Destination in com.ibm.rational.test.lt.recorder.core.message
 

Fields in com.ibm.rational.test.lt.recorder.core.message declared as Message.Destination
protected  Message.Destination Message.destination
           
 

Methods in com.ibm.rational.test.lt.recorder.core.message that return Message.Destination
 Message.Destination Message.getDestination()
           
static Message.Destination Message.Destination.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Message.Destination[] Message.Destination.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.ibm.rational.test.lt.recorder.core.message with parameters of type Message.Destination
Message(Message.Destination destination, List<String> filter)
          Constructs a new message, to the specified destination.
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.