org.jboss.weld.environment.se
Class ShutdownManager

java.lang.Object
  extended by org.jboss.weld.environment.se.ShutdownManager

@ApplicationScoped
public class ShutdownManager
extends java.lang.Object


Constructor Summary
ShutdownManager()
           
 
Method Summary
 void setBootstrap(org.jboss.weld.bootstrap.api.Bootstrap bootstrap)
           
 void shutdown()
          Shutdown Weld SE gracefully (call this as an alternative to firing the "@Shutdown Manager" event.
 void shutdown(javax.enterprise.inject.spi.BeanManager shutdownRequest)
          The observer of the optional shutdown request which will in turn fire the Shutdown event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShutdownManager

public ShutdownManager()
Method Detail

shutdown

public void shutdown(@Observes
                     javax.enterprise.inject.spi.BeanManager shutdownRequest)
The observer of the optional shutdown request which will in turn fire the Shutdown event.

Parameters:
shutdownRequest -

shutdown

public void shutdown()
Shutdown Weld SE gracefully (call this as an alternative to firing the "@Shutdown Manager" event.


setBootstrap

public void setBootstrap(org.jboss.weld.bootstrap.api.Bootstrap bootstrap)


Copyright © 2008-2009 Seam Framework. All Rights Reserved.