org.jboss.ejb
Interface InstancePoolContainer

All Known Implementing Classes:
EntityContainer, MessageDrivenContainer, StatefulSessionContainer, StatelessSessionContainer

public interface InstancePoolContainer

This is an interface for Containers that uses InstancePools.

Plugins wanting to access pools from containers should use this interface.

Version:
$Revision: 1.5 $
Author:
Rickard �berg
See Also:
InstancePool

Method Summary
 InstancePool getInstancePool()
          Get the instance pool for the container.
 

Method Detail

getInstancePool

public InstancePool getInstancePool()
Get the instance pool for the container.

Returns:
The instance pool for the container.


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