所有bean类(无论是会话bean还是实体bean)必须实现的最基本的接口是javax.ejb.EnterpriseBean接口。 所有的会话bean必须实现javax.ejb.SessionBean, 所有的实体bean必须实现javax.ejb.EntityBean.
<ejb-client-jar> 可选的, ejb-client-jar元素指定一个JAR文件,这个文件包含了一个客户端程序访问EJB-JAR文件中定义的企业Bean时所需要的类文件.发布者使得EJB CLIENT JAR 文件对于客户端的类装载器来说变得容易访问了。
BatchController BatchControllerStartup com.ibm.websphere.startupservice.AppStartUpHome com.ibm.websphere.startupservice.AppStartUp com.batch.controller.bean.BatchControllerStartupBean Stateless Bean BeanFactory java.lang.String batchcontrollerbeanfactory BatchJobRequestListener com.esf.jms.async.impl.EnhancedEsShareContextMessageDrivenBean javax.jms.MessageListener Container javax.jms.Queue BeanFactory java.lang.String batchcontrollerbeanfactory BatchJobRequestListener onMessage javax.jms.Message BatchJobRequestListener1 onMessage javax.jms.Message NotSupported BatchControllerClient.jar