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 |
|---|---|
org.jboss.weld.ejb.spi.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, getProducergetIdentifierorg.jboss.weld.ejb.spi.EjbDescriptor<T> getEjbDescriptor()
Set<MethodSignature> getLocalBusinessMethodSignatures()
Set<MethodSignature> getRemoteBusinessMethodSignatures()
Copyright © 2017. All rights reserved.