当前页面:
在线文档首页 >
JBoss Seam 1.1.1 API 英文版文档
Ejb (JBoss Seam API Documentation) - JBoss Seam 1.1.1 API 英文版文档
org.jboss.seam.core
Class Ejb
java.lang.Object
org.jboss.seam.core.Ejb
@Scope(value=APPLICATION)
@Intercept(value=NEVER)
@Startup
@Name(value="org.jboss.seam.core.ejb")
@Install(value=false,
precedence=0)
public class Ejb
- extends Object
A seam component that bootstraps the embedded EJB container
- Author:
- Gavin King
Constructor Summary |
Ejb()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ejb
public Ejb()
startup
@Create
public void startup()
throws Exception
- Throws:
Exception
shutdown
@Destroy
public void shutdown()
throws Exception
- Throws:
Exception