BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.wtc.jatmi
Interface GatewayTpacallAsyncReply

All Known Implementing Classes:
TpacallAsyncReplyImpl

public interface GatewayTpacallAsyncReply
extends TpacallAsyncReply

This is the object that will be called back when a reply for the tpacall has been received

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Method Summary
 Transaction getTransaction()
          Returns the transaction associated with this request
 void setTargetSubject(weblogic.security.acl.internal.AuthenticatedSubject kid, weblogic.security.acl.internal.AuthenticatedSubject subj)
          Sets the target subject and authenticated subject to be used with this request
 
Methods inherited from interface weblogic.wtc.jatmi.TpacallAsyncReply
failure, success
 

Method Detail

getTransaction

public Transaction getTransaction()
Returns the transaction associated with this request


setTargetSubject

public void setTargetSubject(weblogic.security.acl.internal.AuthenticatedSubject kid,
                             weblogic.security.acl.internal.AuthenticatedSubject subj)
Sets the target subject and authenticated subject to be used with this request


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b