Class DevObserverInfo

    • Constructor Detail

      • DevObserverInfo

        public DevObserverInfo​(boolean isApplicationObserver,
                               Name declaringClass,
                               String methodName,
                               Name observedType,
                               List<Name> qualifiers,
                               int priority,
                               boolean isAsync,
                               jakarta.enterprise.event.Reception reception,
                               jakarta.enterprise.event.TransactionPhase transactionPhase)
    • Method Detail

      • getDeclaringClass

        public Name getDeclaringClass()
      • getMethodName

        public String getMethodName()
      • getObservedType

        public Name getObservedType()
      • getQualifiers

        public List<Name> getQualifiers()
      • getPriority

        public int getPriority()
      • isAsync

        public boolean isAsync()
      • getReception

        public jakarta.enterprise.event.Reception getReception()
      • getTransactionPhase

        public jakarta.enterprise.event.TransactionPhase getTransactionPhase()
      • isApplicationObserver

        public boolean isApplicationObserver()