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 javax.enterprise.inject.spi.Annotated |
getElephantAnnotated() |
static javax.enterprise.inject.spi.AnnotatedType<Object> |
getElephantAnnotatedType() |
static javax.enterprise.inject.spi.Bean<Object> |
getElephantBean() |
static String |
getElephantName() |
static int |
getElephantProcessBeanCount() |
static javax.enterprise.inject.spi.SessionBeanType |
getElephantType() |
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 int getElephantProcessBeanCount()
public static ActionSequence getElephantActionSeq()
public static javax.enterprise.inject.spi.Bean<Object> getElephantBean()
public static javax.enterprise.inject.spi.AnnotatedType<Object> getElephantAnnotatedType()
public static javax.enterprise.inject.spi.Annotated getElephantAnnotated()
public static String getElephantName()
public static javax.enterprise.inject.spi.SessionBeanType getElephantType()
Copyright © 2008–2016 CDI TCK. All rights reserved.