org.jboss.weld.bootstrap.events
Class ProcessSessionBeanImpl<X>
java.lang.Object
org.jboss.weld.bootstrap.events.AbstractContainerEvent
org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent
org.jboss.weld.bootstrap.events.AbstractProcessClassBean<Object,SessionBean<Object>>
org.jboss.weld.bootstrap.events.ProcessSessionBeanImpl<X>
- All Implemented Interfaces:
- javax.enterprise.inject.spi.ProcessBean<Object>, javax.enterprise.inject.spi.ProcessManagedBean<Object>, javax.enterprise.inject.spi.ProcessSessionBean<X>
public class ProcessSessionBeanImpl<X>
- extends AbstractProcessClassBean<Object,SessionBean<Object>>
- implements javax.enterprise.inject.spi.ProcessSessionBean<X>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.enterprise.inject.spi.ProcessBean |
addDefinitionError, getAnnotated, getBean |
ProcessSessionBeanImpl
public ProcessSessionBeanImpl(BeanManagerImpl beanManager,
SessionBean<Object> bean)
fire
public static <X> void fire(BeanManagerImpl beanManager,
SessionBean<Object> bean)
getAnnotatedSessionBeanClass
public javax.enterprise.inject.spi.AnnotatedType<X> getAnnotatedSessionBeanClass()
getEjbName
public String getEjbName()
- Specified by:
getEjbName
in interface javax.enterprise.inject.spi.ProcessSessionBean<X>
getSessionBeanType
public javax.enterprise.inject.spi.SessionBeanType getSessionBeanType()
- Specified by:
getSessionBeanType
in interface javax.enterprise.inject.spi.ProcessSessionBean<X>
getAnnotatedBeanClass
public javax.enterprise.inject.spi.AnnotatedType<Object> getAnnotatedBeanClass()
- Specified by:
getAnnotatedBeanClass
in interface javax.enterprise.inject.spi.ProcessManagedBean<Object>
Copyright © 2013 Seam Framework. All Rights Reserved.