BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.wtc.jatmi
Interface Reply

All Superinterfaces:
Serializable
All Known Implementing Classes:
TuxedoReply

public interface Reply
extends Serializable

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

See Also:
ApplicationToMonitorInterface
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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
 

Method Detail

getCallDescriptor

public CallDescriptor getCallDescriptor()
Returns the service descriptor returned from tpgetrply

Returns:
a service descriptor
See Also:
ApplicationToMonitorInterface.tpgetrply(weblogic.wtc.jatmi.CallDescriptor, int)

getReplyBuffer

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

gettpurcode

public int gettpurcode()
Returns the tpurcode returned from a service

Returns:
an integer tpurcode response from a service

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.