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

Ejb (JBoss Seam API Documentation) - JBoss Seam 1.2.0 API 英文版文档


org.jboss.seam.core
Class Ejb

java.lang.Object
  extended by 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()
           
 
Method Summary
 void shutdown()
           
 void startup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ejb

public Ejb()
Method Detail

startup

@Create
public void startup()
             throws Exception
Throws:
Exception

shutdown

@Destroy
public void shutdown()
              throws Exception
Throws:
Exception