public class UDMethodExitMsg extends UDMethodBaseMsg
Constructor and Description |
---|
UDMethodExitMsg()
Class constructor.
|
UDMethodExitMsg(String protocol,
String vendor,
String version,
int id)
Class constructor specifying various properties.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getReturnValueBytes()
Gets the value of the return value.
|
String |
getReturnValueString()
Gets the value of the return value.
|
void |
setReturnValueBytes(int ndx,
byte[] val)
Sets the value of the return value.
|
void |
setReturnValueString(String val)
Sets the value of the return value.
|
getMethodDefID, getParameterBytes, getParameterString, setMethodDefID, setParameterBytes, setParameterString
getProtocol, getTicket, getTimestamp, getVendor, getVersion, setProtocol, setTicket, setTimestamp, setVendor, setVersion
public UDMethodExitMsg()
public UDMethodExitMsg(String protocol, String vendor, String version, int id)
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.)public void setReturnValueString(String val)
val
- the string to set the paramater topublic void setReturnValueBytes(int ndx, byte[] val) throws TraceException
val
- the byte array to set the paramater toTraceException
public String getReturnValueString()
public byte[] getReturnValueBytes()
© Copyright IBM Corp. 2013. All rights reserved.