Interface SessionBean<T>

    • Method Detail

      • getEjbDescriptor

        org.jboss.weld.ejb.spi.EjbDescriptor<T> getEjbDescriptor()
        Returns an EJB descriptor for this bean
        Returns:
        EJB descriptor
      • getLocalBusinessMethodSignatures

        Set<MethodSignature> getLocalBusinessMethodSignatures()
        Returns an unmodifiable set of local business method signatures.
        Returns:
        business method signatures
      • getRemoteBusinessMethodSignatures

        Set<MethodSignature> getRemoteBusinessMethodSignatures()
        Returns an unmodifiable set of remote business method signatures.
        Returns:
        business method signatures