public interface ClientProducerCredits
Modifier and Type | Method and Description |
---|---|
void |
acquireCredits(int credits) |
void |
close() |
int |
decrementRefCount() |
void |
incrementRefCount() |
void |
init() |
boolean |
isBlocked() |
void |
receiveCredits(int credits) |
void |
releaseOutstanding() |
void |
reset() |
void acquireCredits(int credits) throws InterruptedException
InterruptedException
void receiveCredits(int credits)
boolean isBlocked()
void init()
void reset()
void close()
void incrementRefCount()
int decrementRefCount()
void releaseOutstanding()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.