org.jboss.cdi.tck.tests.extensions.processBean
Class ProcessSessionBeanObserver

java.lang.Object
  extended by 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


Constructor Summary
ProcessSessionBeanObserver()
           
 
Method Summary
static ActionSequence getElephantActionSeq()
           
static int getElephantProcessBeanCount()
           
static javax.enterprise.inject.spi.ProcessSessionBean<Elephant> getElephantProcessSessionBean()
           
 void observeElephantBean(javax.enterprise.inject.spi.ProcessBean<Elephant> event)
           
 void observeElephantBeanAttributes(javax.enterprise.inject.spi.ProcessBeanAttributes<Elephant> event)
           
 void observeElephantSessionBean(javax.enterprise.inject.spi.ProcessSessionBean<Elephant> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessSessionBeanObserver

public ProcessSessionBeanObserver()
Method Detail

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.