KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jfox > ejb > handler > ContainerPlugin


1 /* JFox, the OpenSource J2EE Application Server
2  *
3  * Distributable under GNU LGPL license by gun.org
4  * more details please visit http://www.huihoo.org/jfox
5  */

6
7 package org.jfox.ejb.handler;
8
9 import org.jfox.ejb.connector.EJBContainer;
10
11 /**
12  * ÓÃÓÚ
13  *
14  * @author <a HREF="mailto:young_yy@hotmail.com">Young Yang</a>
15  */

16
17 public interface ContainerPlugin {
18     void setContainer(EJBContainer container);
19 }
Popular Tags