Package org.wildfly.clustering.ejb.bean
Interface BeanManager<K,V extends BeanInstance<K>>
- Type Parameters:
K- the bean identifier typeV- the bean instance typeB- the batch type
- All Superinterfaces:
AffinitySupport<K>,BeanStatistics,org.wildfly.clustering.server.manager.Manager<K>,org.wildfly.clustering.server.manager.ManagerConfiguration<K>,org.wildfly.clustering.server.manager.Service
public interface BeanManager<K,V extends BeanInstance<K>>
extends org.wildfly.clustering.server.manager.Manager<K>, AffinitySupport<K>, BeanStatistics
A SPI for managing beans.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface org.wildfly.clustering.ejb.remote.AffinitySupport
getStrongAffinity, getWeakAffinityMethods inherited from interface org.wildfly.clustering.ejb.bean.BeanStatistics
getActiveCount, getPassiveCountMethods inherited from interface org.wildfly.clustering.server.manager.Manager
getBatchFactoryMethods inherited from interface org.wildfly.clustering.server.manager.ManagerConfiguration
getIdentifierFactoryMethods inherited from interface org.wildfly.clustering.server.manager.Service
isStarted, start, stop
-
Method Details
-
createBean
-
findBean
- Throws:
TimeoutException
-
isRemotable
-