org.omg.MessageRouting
Interface PersistentRequestOperations

All Known Subinterfaces:
PersistentRequest
All Known Implementing Classes:
_PersistentRequestStub, PersistentRequestPOA

public interface PersistentRequestOperations


Method Summary
 ReplyHandler associated_handler()
           
 void associated_handler(ReplyHandler val)
           
 ReplyStatusType_1_2 get_reply(boolean blocking, int timeout, MessageBodyHolder reply_body)
           
 boolean reply_available()
           
 

Method Detail

reply_available

boolean reply_available()

get_reply

ReplyStatusType_1_2 get_reply(boolean blocking,
                              int timeout,
                              MessageBodyHolder reply_body)
                              throws ReplyNotAvailable
Throws:
ReplyNotAvailable

associated_handler

ReplyHandler associated_handler()

associated_handler

void associated_handler(ReplyHandler val)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.