站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Interface org.jboss.ejb.InstancePool (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


Uses of Interface
org.jboss.ejb.InstancePool

Packages that use InstancePool
org.jboss.ejb Package description goes here
org.jboss.ejb.plugins Package description goes here
 

Uses of InstancePool in org.jboss.ejb
 

Fields in org.jboss.ejb declared as InstancePool
protected  InstancePool SessionContainer.instancePool
          This is the instancepool that is to be used
protected  InstancePool MessageDrivenContainer.instancePool
          This is the instancepool that is to be used.
protected  InstancePool EntityContainer.instancePool
          This is the instancepool that is to be used
 

Methods in org.jboss.ejb that return InstancePool
 InstancePool SessionContainer.getInstancePool()
          return instance pool
 InstancePool MessageDrivenContainer.getInstancePool()
           
 InstancePool InstancePoolContainer.getInstancePool()
          Get the instance pool for the container.
 InstancePool EntityContainer.getInstancePool()
           
 

Methods in org.jboss.ejb with parameters of type InstancePool
 void SessionContainer.setInstancePool(InstancePool ip)
          set the instance pool
 void MessageDrivenContainer.setInstancePool(InstancePool instancePool)
           
 void InstancePoolFeeder.setInstancePool(InstancePool ip)
          Sets the instance pool inside the pool feeder.
 void EntityContainer.setInstancePool(InstancePool ip)
           
 

Uses of InstancePool in org.jboss.ejb.plugins
 

Classes in org.jboss.ejb.plugins that implement InstancePool
 class AbstractInstancePool
          Abstract Instance Pool class containing the basic logic to create an EJB Instance Pool.
 class EntityInstancePool
          An entity bean instance pool.
 class MessageDrivenInstancePool
          A message driven bean instance pool.
 class SingletonStatelessSessionInstancePool
          Singleton pool for session beans.
 class StatefulSessionInstancePool
          A stateful session bean instance pool.
 class StatelessSessionInstancePool
          A stateless session bean instance pool.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.