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

InstancePoolContainer (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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 锟絙erg
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.