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, getWeakAffinitygetActiveCount, getPassiveCountboolean containsBean(I id)
IdentifierFactory<I> getIdentifierFactory()
void start()
void stop()
boolean isRemotable(Throwable throwable)
Copyright © 2019 JBoss by Red Hat. All rights reserved.