T - the type of the bean instancepublic interface SessionBean<T> extends ClassBean<T>
Bean implementation representing an enterprise session bean.| Modifier and Type | Method and Description |
|---|---|
EjbDescriptor<T> |
getEjbDescriptor()
Returns an EJB descriptor for this bean
|
Set<MethodSignature> |
getLocalBusinessMethodSignatures()
Returns an unmodifiable set of local business method signatures.
|
Set<MethodSignature> |
getRemoteBusinessMethodSignatures()
Returns an unmodifiable set of remote business method signatures.
|
getAnnotated, getBeanManager, getEnhancedAnnotated, getProducergetIdentifiergetBeanClass, getInjectionPoints, isNullablecreate, destroygetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeEjbDescriptor<T> getEjbDescriptor()
Set<MethodSignature> getLocalBusinessMethodSignatures()
Set<MethodSignature> getRemoteBusinessMethodSignatures()
Copyright © 2016. All Rights Reserved.