KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jfox > ioc > ext > EJBComponent


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.ioc.ext;
8
9
10
11 /**
12  * EJB 将表现为 EJBComponent,不一定要由EJB Bean 来实现该接口,
13  * 可以由动态代理来实现
14  *
15  * @author <a HREF="mailto:young_yy@hotmail.com">Young Yang</a>
16  */

17
18 public interface EJBComponent extends RemoteComponent {
19
20 }
21
Popular Tags