G
- the group identifier typeI
- the bean identifier typeT
- the bean instance typepublic interface BeanManager<G,I,T> 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 |
getBatcher() |
IdentifierFactory<I> |
getBeanIdentifierFactory() |
IdentifierFactory<G> |
getGroupIdentifierFactory() |
void |
start() |
void |
stop() |
getStrictAffinity, getWeakAffinity
getActiveCount, getPassiveCount
boolean containsBean(I id)
IdentifierFactory<G> getGroupIdentifierFactory()
IdentifierFactory<I> getBeanIdentifierFactory()
Batcher getBatcher()
void start()
void stop()
Copyright © 2015 JBoss by Red Hat. All rights reserved.