org.apache.webbeans.portable.events
Class ProcessSessionBeanImpl<X>
java.lang.Object
org.apache.webbeans.portable.events.ProcessBeanImpl<Object>
org.apache.webbeans.portable.events.ProcessSessionBeanImpl<X>
- Type Parameters:
X - ejb class info
- All Implemented Interfaces:
- ProcessBean<Object>, ProcessManagedBean<Object>, ProcessSessionBean<Object>
- Direct Known Subclasses:
- GProcessSessionBean
public class ProcessSessionBeanImpl<X>
- extends ProcessBeanImpl<Object>
- implements ProcessSessionBean<Object>
Implementation of ProcessSessionBean.
- Version:
- $Rev: 952914 $ $Date: 2010-06-09 08:47:06 +0200 (Mi, 09 Jun 2010) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessSessionBeanImpl
public ProcessSessionBeanImpl(Bean<Object> bean,
AnnotatedType<Object> annotatedType,
String name,
SessionBeanType type)
getEjbName
public String getEjbName()
-
- Specified by:
getEjbName in interface ProcessSessionBean<Object>
getSessionBeanType
public SessionBeanType getSessionBeanType()
-
- Specified by:
getSessionBeanType in interface ProcessSessionBean<Object>
getAnnotatedBeanClass
public AnnotatedType<Object> getAnnotatedBeanClass()
-
- Specified by:
getAnnotatedBeanClass in interface ProcessManagedBean<Object>
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.