com.borland.vbroker.NativeMessaging
Interface ReplyRecipientOperations
- All Known Subinterfaces:
- ReplyRecipient
public interface ReplyRecipientOperations
Defines interface for the callback reply handler.
- Since:
- 5.1
Method Summary |
void |
reply_available(Object reply_holder,
java.lang.String operation,
byte[] the_Cookie)
Called by Request Agent when a reply is available. |
reply_available
void reply_available(Object reply_holder,
java.lang.String operation,
byte[] the_Cookie)
- Called by Request Agent when a reply is available.
- Parameters:
reply_holder
- Async request for which reply is available.
Read the latest documentation online