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