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