|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeoutException | |
---|---|
biz.onixs.fix.engine | |
biz.onixs.fix.engine.util |
Uses of TimeoutException in biz.onixs.fix.engine |
---|
Methods in biz.onixs.fix.engine that throw TimeoutException | |
---|---|
void |
StorageOutQueue.drainTo(List<NumberedRawMsg> msgs,
int amount,
long timeout)
|
void |
OutQueue.drainTo(List<NumberedRawMsg> msgs,
int amount,
long timeout)
|
void |
MemoryOutQueue.drainTo(List<NumberedRawMsg> list,
int amount,
long timeout)
|
NumberedRawMsg |
StorageOutQueue.poll(long timeout)
|
NumberedRawMsg |
OutQueue.poll(long timeout)
|
NumberedRawMsg |
MemoryOutQueue.poll(long timeout)
|
Uses of TimeoutException in biz.onixs.fix.engine.util |
---|
Methods in biz.onixs.fix.engine.util that throw TimeoutException | |
---|---|
void |
Semaphore.acquire(long timeOut)
Acquire the Semaphore. |
void |
TimedWait.timedWait(long milliSec)
Template Method that implements the actual timed wait. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |