BEA Systems, Inc.

weblogic.wtc.jatmi
Interface TPRequestAsyncReply

All Superinterfaces:
Serializable

public interface TPRequestAsyncReply
extends Serializable

This class is a reply object used by a POJO to handle a asynchronous or synchronous reply to TUXEDO service.


Method Summary
 void failure(TPException failureReply)
          For a failed service invocation of the target POJO service method.
 void success(Reply successReply)
          For successful service invocation of the target POJO service method.
 

Method Detail

success

void success(Reply successReply)
For successful service invocation of the target POJO service method.


failure

void failure(TPException failureReply)
For a failed service invocation of the target POJO service method.


Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.