public interface Reply extends Serializable
ApplicationToMonitorInterface| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
TypedBuffer getReplyBuffer()
TypedBuffer object that is the
 response from a serviceTypedBufferint gettpurcode()
integer tpurcode response from a serviceCallDescriptor getCallDescriptor()
ApplicationToMonitorInterface.tpgetrply(weblogic.wtc.jatmi.CallDescriptor, int)