Skip navigation links

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


weblogic.wtc.jatmi
Class TuxedoReply

java.lang.Object
  extended by weblogic.wtc.jatmi.TuxedoReply

All Implemented Interfaces:
Serializable, Reply
Direct Known Subclasses:
DequeueReply, TPServiceInformation

public class TuxedoReply
extends Object
implements Reply

This class holds the reply data and meta-data from a service invocation.

See Also:
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

getReplyBuffer

public TypedBuffer getReplyBuffer()
Returns the (possibly null) typed buffer returned from a service
Specified by:
getReplyBuffer in interface Reply
Returns:
a possibly null TypedBuffer object that is the response from a service
See Also:
TypedBuffer

gettpurcode

public int gettpurcode()
Returns the tpurcode returned from a service
Specified by:
gettpurcode in interface Reply
Returns:
an integer tpurcode response from a service

getCallDescriptor

public CallDescriptor getCallDescriptor()
Returns the service descriptor returned from tpgetrply
Specified by:
getCallDescriptor in interface Reply
Returns:
a service descriptor
See Also:
ApplicationToMonitorInterface.tpgetrply(weblogic.wtc.jatmi.CallDescriptor, int)

setReplyBuffer

public void setReplyBuffer(TypedBuffer tb)
Sets the (possibly null) typed buffer returned from a service
Parameters:
tb - The reply buffer to be used as returned data
See Also:
TypedBuffer

settpurcode

public void settpurcode(int tpurcode)
Sets the tpurcode returned from a service
Parameters:
tpurcode - The user code to be returned from the service

setCallDescriptor

public void setCallDescriptor(CallDescriptor cd)
Sets the call descriptor to be returned with this reply
Parameters:
cd - The call descriptor (may be null)

toString

public String toString()
toString gives a readable version of this object
Overrides:
toString in class Object

Skip navigation links

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