org.jboss.webbeans.environment.se
Class ShutdownManager

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

@ApplicationScoped
public class ShutdownManager
extends java.lang.Object


Constructor Summary
ShutdownManager()
           
 
Method Summary
 void setBootstrap(org.jboss.webbeans.bootstrap.api.Bootstrap bootstrap)
           
 void shutdown(javax.inject.manager.Manager 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.inject.manager.Manager shutdownRequest)
The observer of the optional shutdown request which will in turn fire the Shutdown event.

Parameters:
shutdownRequest -

setBootstrap

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


Copyright © 2008-2009. All Rights Reserved.