org.jboss.seam.core
Class Microcontainer

java.lang.Object
  extended by org.jboss.seam.core.Microcontainer

@Scope(value=APPLICATION)
@Intercept(value=NEVER)
@Startup
@Name(value="org.jboss.seam.core.microcontainer")
@Install(value=false,
         precedence=0)
public class Microcontainer
extends Object

A seam component that bootstraps the JBoss microcontainer

Author:
Gavin King

Constructor Summary
Microcontainer()
           
 
Method Summary
 void startup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Microcontainer

public Microcontainer()
Method Detail

startup

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