java.io.Serializable
, Reply
DequeueReply
, TPServiceInformation
public class TuxedoReply extends java.lang.Object implements Reply
Reply
,
Serialized FormModifier and Type | Method | Description |
---|---|---|
CallDescriptor |
getCallDescriptor() |
Returns the service descriptor returned from tpgetrply
|
TypedBuffer |
getReplyBuffer() |
Returns the (possibly null) typed buffer returned from a service
|
int |
gettpurcode() |
Returns the tpurcode returned from a service
|
void |
setCallDescriptor(CallDescriptor cd) |
Sets the call descriptor to be returned with this reply
|
void |
setReplyBuffer(TypedBuffer tb) |
Sets the (possibly null) typed buffer returned from a service
|
void |
settpurcode(int tpurcode) |
Sets the tpurcode returned from a service
|
java.lang.String |
toString() |
toString gives a readable version of this object
|
public TypedBuffer getReplyBuffer()
getReplyBuffer
in interface Reply
TypedBuffer
object that is the
response from a serviceTypedBuffer
public int gettpurcode()
gettpurcode
in interface Reply
integer
tpurcode response from a servicepublic CallDescriptor getCallDescriptor()
getCallDescriptor
in interface Reply
ApplicationToMonitorInterface.tpgetrply(weblogic.wtc.jatmi.CallDescriptor, int)
public void setReplyBuffer(TypedBuffer tb)
tb
- The reply buffer to be used as returned dataTypedBuffer
public void settpurcode(int tpurcode)
tpurcode
- The user code to be returned from the servicepublic void setCallDescriptor(CallDescriptor cd)
cd
- The call descriptor (may be null)public java.lang.String toString()
toString
in class java.lang.Object