|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
weblogic.wtc.jatmi.TuxedoReply
public class TuxedoReply
This class holds the reply data and meta-data from a service invocation.
Reply, Serialized Form| 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 |
| Method Detail |
|---|
public TypedBuffer getReplyBuffer()
getReplyBuffer in interface ReplyTypedBuffer object that is the response from a serviceTypedBufferpublic int gettpurcode()
gettpurcode in interface Replyinteger tpurcode response from a servicepublic CallDescriptor getCallDescriptor()
getCallDescriptor in interface ReplyApplicationToMonitorInterface.tpgetrply(weblogic.wtc.jatmi.CallDescriptor, int)public void setReplyBuffer(TypedBuffer tb)
tb - The reply buffer to be used as returned dataTypedBufferpublic 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 String toString()
toString in class Object
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||