|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.wtc.jatmi.TuxedoReply
This class holds the reply data and meta-data from a service invocation.
Reply
,
Serialized FormConstructor Summary | |
TuxedoReply()
Constructs this object with all objects being null or 0 |
|
TuxedoReply(TypedBuffer tb,
int tpurcode,
CallDescriptor cd)
Constructs a reply return with the given data, tpurcode and server return code. |
Method Summary | |
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 |
String |
toString()
toString gives a readable version of this object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TuxedoReply()
public TuxedoReply(TypedBuffer tb, int tpurcode, CallDescriptor cd)
Method Detail |
public CallDescriptor getCallDescriptor()
getCallDescriptor
in interface Reply
ApplicationToMonitorInterface.tpgetrply(weblogic.wtc.jatmi.CallDescriptor, int)
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 void setCallDescriptor(CallDescriptor cd)
cd
- The call descriptor (may be null)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 String toString()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |