|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |