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 |
|---|---|
SessionObjectReference |
createReference()
Retrieves an internal container reference for this EJB.
|
Set<MethodSignature> |
getBusinessMethodSignatures()
Returns an unmodifiable set of business method signatures.
|
EjbDescriptor<T> |
getEjbDescriptor()
Returns an EJB descriptor for this bean
|
boolean |
isClientCanCallRemoveMethods()
Indicates whether a client is allowed to call
javax.ejb.Remove methods on instances of this bean. |
getAnnotated, getBeanManager, getEnhancedAnnotated, getProducergetIdentifiergetBeanClass, getInjectionPoints, isNullablecreate, destroygetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeEjbDescriptor<T> getEjbDescriptor()
Set<MethodSignature> getBusinessMethodSignatures()
boolean isClientCanCallRemoveMethods()
javax.ejb.Remove methods on instances of this bean.javax.ejb.Remove methods, false otherwiseSessionObjectReference createReference()
Copyright © 2015. All Rights Reserved.