Package org.jboss.weld.bootstrap.events
Class BeforeShutdownImpl
- java.lang.Object
-
- org.jboss.weld.bootstrap.events.ContainerEvent
-
- org.jboss.weld.bootstrap.events.AbstractContainerEvent
-
- org.jboss.weld.bootstrap.events.BeforeShutdownImpl
-
- All Implemented Interfaces:
BeforeShutdown,NotificationListener
public class BeforeShutdownImpl extends AbstractContainerEvent implements BeforeShutdown
- Author:
- pmuir
-
-
Constructor Summary
Constructors Constructor Description BeforeShutdownImpl(BeanManagerImpl beanManager)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfire()static voidfire(BeanManagerImpl beanManager)-
Methods inherited from class org.jboss.weld.bootstrap.events.AbstractContainerEvent
getActualTypeArguments, getBeanManager, getErrors, getEventType, getRawType
-
Methods inherited from class org.jboss.weld.bootstrap.events.ContainerEvent
checkWithinObserverNotification, getReceiver, postNotify, preNotify
-
-
-
-
Constructor Detail
-
BeforeShutdownImpl
public BeforeShutdownImpl(BeanManagerImpl beanManager)
-
-
Method Detail
-
fire
public static void fire(BeanManagerImpl beanManager)
-
fire
public void fire()
- Overrides:
firein classAbstractContainerEvent
-
-