Class EJBContextImpl

    • Method Detail

      • getCallerIdentity

        public Identity getCallerIdentity()
        Specified by:
        getCallerIdentity in interface javax.ejb.EJBContext
      • getCallerPrincipal

        public Principal getCallerPrincipal()
        Specified by:
        getCallerPrincipal in interface javax.ejb.EJBContext
      • getContextData

        public Map<String,​Object> getContextData()
        Specified by:
        getContextData in interface javax.ejb.EJBContext
      • getEJBHome

        public javax.ejb.EJBHome getEJBHome()
        Specified by:
        getEJBHome in interface javax.ejb.EJBContext
      • getEJBLocalHome

        public javax.ejb.EJBLocalHome getEJBLocalHome()
        Specified by:
        getEJBLocalHome in interface javax.ejb.EJBContext
      • getEnvironment

        public Properties getEnvironment()
        Specified by:
        getEnvironment in interface javax.ejb.EJBContext
      • getTarget

        public Object getTarget()
      • getUserTransaction

        public javax.transaction.UserTransaction getUserTransaction()
                                                             throws IllegalStateException
        Specified by:
        getUserTransaction in interface javax.ejb.EJBContext
        Throws:
        IllegalStateException
      • isCallerInRole

        public boolean isCallerInRole​(Identity role)
        Specified by:
        isCallerInRole in interface javax.ejb.EJBContext
      • isCallerInRole

        public boolean isCallerInRole​(String roleName)
        Specified by:
        isCallerInRole in interface javax.ejb.EJBContext