com.oracle.tuxedo.tjatmi
Interface TuxATMIReply

All Superinterfaces:
java.io.Serializable

public interface TuxATMIReply
extends java.io.Serializable

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

Author:
Oracle, Inc.
See Also:
TuxApplicationToMonitorInterface

Method Summary
 weblogic.wtc.jatmi.TypedBuffer getReplyBuffer()
          Returns the (possibly null) typed buffer returned from a service
 long gettpurcode()
          Returns the tpurcode returned from a service
 

Method Detail

getReplyBuffer

weblogic.wtc.jatmi.TypedBuffer getReplyBuffer()
Returns the (possibly null) typed buffer returned from a service

Returns:
a possibly null TypedBuffer object that is the response from a service

gettpurcode

long gettpurcode()
Returns the tpurcode returned from a service

Returns:
an long tpurcode response from a service