com.ibm.rational.test.lt.trace
Class UDMethodInvocationMsg
java.lang.Object
com.ibm.rational.test.lt.trace.Msg
com.ibm.rational.test.lt.trace.UDMethodBaseMsg
com.ibm.rational.test.lt.trace.UDMethodInvocationMsg
- All Implemented Interfaces:
- Serializable
public class UDMethodInvocationMsg
- extends UDMethodBaseMsg
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDMethodInvocationMsg
public UDMethodInvocationMsg()
- Class constructor.
UDMethodInvocationMsg
public UDMethodInvocationMsg(String protocol,
String vendor,
String version,
int id)
- Class constructor specifying various properties.
- Parameters:
protocol
- protocol name (example: "HTTP")vendor
- vendor name (example: "IBM")version
- version string (example: "6.1.2.0")id
- the methodDef ID associated with this User Defined msg
(example: 1, 2, 3, etc.)
© Copyright IBM Corp. 2012. All rights reserved.