public class ProcessSessionBeanObserver extends Object implements javax.enterprise.inject.spi.Extension
| Constructor and Description |
|---|
ProcessSessionBeanObserver() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void observeElephantSessionBean(@Observes
javax.enterprise.inject.spi.ProcessSessionBean<Elephant> event)
public void observeElephantBean(@Observes
javax.enterprise.inject.spi.ProcessBean<Elephant> event)
public void observeElephantBeanAttributes(@Observes
javax.enterprise.inject.spi.ProcessBeanAttributes<Elephant> event)
public static javax.enterprise.inject.spi.ProcessSessionBean<Elephant> getElephantProcessSessionBean()
public static int getElephantProcessBeanCount()
public static ActionSequence getElephantActionSeq()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.