G - the group identifier typeI - the bean identifier typeT - the bean instance typepublic interface BeanManager<G,I,T,B extends Batch> extends AffinitySupport<I>, BeanManagerStatistics
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsBean(I id) |
Bean<G,I,T> |
createBean(I id,
G group,
T bean) |
Bean<G,I,T> |
findBean(I id) |
Batcher<B> |
getBatcher() |
IdentifierFactory<I> |
getBeanIdentifierFactory() |
IdentifierFactory<G> |
getGroupIdentifierFactory() |
void |
start() |
void |
stop() |
getStrictAffinity, getWeakAffinitygetActiveCount, getPassiveCountboolean containsBean(I id)
IdentifierFactory<G> getGroupIdentifierFactory()
IdentifierFactory<I> getBeanIdentifierFactory()
void start()
void stop()
Copyright © 2015 JBoss by Red Hat. All rights reserved.