|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.wtc.gwt.TpacallAsyncReplyImpl
This class wraps the original async reply, so that it can be associated with the exact ATMI interface that was used when it was called
Constructor Summary | |
TpacallAsyncReplyImpl(TpacallAsyncReply originalAsyncReply,
TuxedoConnection originalAtmi,
Transaction myTransaction,
weblogic.wtc.jatmi.gwatmi myGateway)
|
Method Summary | |
void |
failure(ApplicationToMonitorInterface atmi,
CallDescriptor cd,
TPException failureReply)
This method is called if the service returned with a failure code of some kind. |
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 |
void |
success(ApplicationToMonitorInterface atmi,
CallDescriptor cd,
Reply successReply)
This method is called if the service returned successfully. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TpacallAsyncReplyImpl(TpacallAsyncReply originalAsyncReply, TuxedoConnection originalAtmi, Transaction myTransaction, weblogic.wtc.jatmi.gwatmi myGateway)
Method Detail |
public void failure(ApplicationToMonitorInterface atmi, CallDescriptor cd, TPException failureReply)
failure
in interface TpacallAsyncReply
atmi
- The connection associated with this request. Can be used for making
other calls on this connectionfailureReply
- The reply from in the failure case. Note that in some cases this reply may not
be from the service itself (for example, when the tpacall times out)cd
- The call descriptor associated with this request.public Transaction getTransaction()
getTransaction
in interface GatewayTpacallAsyncReply
public void setTargetSubject(weblogic.security.acl.internal.AuthenticatedSubject kid, weblogic.security.acl.internal.AuthenticatedSubject subj)
GatewayTpacallAsyncReply
setTargetSubject
in interface GatewayTpacallAsyncReply
public void success(ApplicationToMonitorInterface atmi, CallDescriptor cd, Reply successReply)
success
in interface TpacallAsyncReply
atmi
- The connection associated with this request. Can be used for making
other calls on this connectionsuccessReply
- The reply from the service in the success casecd
- The call descriptor associated with this request.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |