public interface ClientProducerCreditManager
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
creditsMapSize() |
ClientProducerCredits |
getCredits(SimpleString address,
boolean anon) |
void |
receiveCredits(SimpleString address,
int credits) |
void |
reset() |
void |
returnCredits(SimpleString address) |
int |
unReferencedCreditsSize() |
ClientProducerCredits getCredits(SimpleString address, boolean anon)
void returnCredits(SimpleString address)
void receiveCredits(SimpleString address, int credits)
void reset()
void close()
int creditsMapSize()
int unReferencedCreditsSize()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.