Package | Description |
---|---|
com.ibm.rational.test.lt.recorder.core.message |
Definition and implementations of messages exchanged between recording components and external entities.
|
Modifier and Type | Field and Description |
---|---|
protected Message.Destination |
Message.destination |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Message(Message.Destination destination,
List<String> filter)
Constructs a new message, to the specified destination.
|
© Copyright IBM Corp. 2013. All rights reserved.