|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PoolableProvider<T extends Broadcaster,U>
Implements this interface for provisioning the PoolableBroadcasterFactory
with Broadcaster
| Method Summary | ||
|---|---|---|
long |
activeBroadcaster()
Current number of active Broadcaster borrowed from the pool |
|
T |
borrowBroadcaster(Object id)
Return a Broadcaster |
|
U |
implementation()
Return the current native pool implementation. |
|
long |
poolSize()
The current Pool Size |
|
|
returnBroadcaster(T b)
Return a destroyed Broadcaster instance. |
|
| Methods inherited from interface org.atmosphere.inject.AtmosphereConfigAware |
|---|
configure |
| Method Detail |
|---|
T borrowBroadcaster(Object id)
Broadcaster
id - the name of the Broadcaster
Broadcaster<T extends Broadcaster,U> PoolableProvider returnBroadcaster(T b)
Broadcaster instance.
b - Broadcaster
long poolSize()
long activeBroadcaster()
U implementation()
UnboundedApachePoolableProvider is used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||