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

ContainerPlugin (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档


org.jboss.ejb
Interface ContainerPlugin

All Superinterfaces:
org.jboss.system.Service
All Known Subinterfaces:
EJBProxyFactory, EntityCache, EntityPersistenceManager, EntityPersistenceStore, InstanceCache, InstancePool, Interceptor, JDBCEntityPersistenceStore, LocalContainerInvoker, LocalProxyFactory, StatefulSessionPersistenceManager
All Known Implementing Classes:
AbstractInstanceCache, AbstractInstancePool, AbstractInterceptor, BaseLocalProxyFactory, BMPPersistenceManager, CMPFilePersistenceManager, CMPInMemoryPersistenceManager, CMPPersistenceManager, Container.AbstractContainerInterceptor, EntityInstanceCache, JAWSPersistenceManager, JDBCStoreManager, JDBCStoreManager2, JMSContainerInvoker, PerTxEntityInstanceCache, ProxyFactory, SingletonStatelessSessionInstancePool, StatefulSessionFilePersistenceManager

public interface ContainerPlugin
extends org.jboss.system.Service

This is a superinterface for all Container plugins.

All plugin interfaces must extend this interface.

Version:
$Revision: 1.9.4.1 $
Author:
Rickard 脰berg
See Also:
Service

Method Summary
 void setContainer(Container con)
          This callback is set by the container so that the plugin may access it
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

setContainer

public void setContainer(Container con)
This callback is set by the container so that the plugin may access it

Parameters:
con - The container using this plugin. This may be null if the plugin is being disassociated from a container.


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