com.pcbsys.nirvana.base.clientimpl.multiconnection.SynchronousConsumerOutgoingEventMultiplexWrapper Class Reference

Wrapper holding all synchronous event callback wrappers, awaiting to be written by the EventProcessor. More...

Inherits com.pcbsys.nirvana.base.clientimpl.multiconnection.OutgoingEventMultiplexWrapper.

Public Member Functions

boolean waitForComplete (long timeout) throws InterruptedException
 Waits for at least one valid response before returning. More...
 
- Public Member Functions inherited from com.pcbsys.nirvana.base.clientimpl.multiconnection.OutgoingEventMultiplexWrapper
boolean waitForComplete (long timeout) throws InterruptedException
 Waits for a request to complete or time out. More...
 

Detailed Description

Wrapper holding all synchronous event callback wrappers, awaiting to be written by the EventProcessor.

Member Function Documentation

boolean com.pcbsys.nirvana.base.clientimpl.multiconnection.SynchronousConsumerOutgoingEventMultiplexWrapper.waitForComplete ( long  timeout) throws InterruptedException

Waits for at least one valid response before returning.

Parameters
timeouttime to wait in milliseconds
Exceptions
InterruptedExceptionif interrupted
Returns
true if successful, false if the latch timed out