org.jboss.cdi.tck.tests.extensions.processBean
Class ProcessSessionBeanObserver
java.lang.Object
org.jboss.cdi.tck.tests.extensions.processBean.ProcessSessionBeanObserver
- All Implemented Interfaces:
- javax.enterprise.inject.spi.Extension
public class ProcessSessionBeanObserver
- extends Object
- implements javax.enterprise.inject.spi.Extension
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessSessionBeanObserver
public ProcessSessionBeanObserver()
observeElephantSessionBean
public void observeElephantSessionBean(@Observes
javax.enterprise.inject.spi.ProcessSessionBean<Elephant> event)
observeElephantBean
public void observeElephantBean(@Observes
javax.enterprise.inject.spi.ProcessBean<Elephant> event)
observeElephantBeanAttributes
public void observeElephantBeanAttributes(@Observes
javax.enterprise.inject.spi.ProcessBeanAttributes<Elephant> event)
getElephantProcessSessionBean
public static javax.enterprise.inject.spi.ProcessSessionBean<Elephant> getElephantProcessSessionBean()
getElephantProcessBeanCount
public static int getElephantProcessBeanCount()
getElephantActionSeq
public static ActionSequence getElephantActionSeq()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.