Class DwrSendAdvice


  • @Component
    public class DwrSendAdvice
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Chat chat  
    • Constructor Summary

      Constructors 
      Constructor Description
      DwrSendAdvice()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterMethod​(org.aspectj.lang.JoinPoint joinPoint, DwrSendAlarm dwrSendAlarm)  
      void beforeMethod​(org.aspectj.lang.JoinPoint joinPoint, DwrSendAlarm dwrSendAlarm)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • chat

        protected final Chat chat
    • Constructor Detail

      • DwrSendAdvice

        public DwrSendAdvice()
    • Method Detail

      • beforeMethod

        public void beforeMethod​(org.aspectj.lang.JoinPoint joinPoint,
                                 DwrSendAlarm dwrSendAlarm)
      • afterMethod

        public void afterMethod​(org.aspectj.lang.JoinPoint joinPoint,
                                DwrSendAlarm dwrSendAlarm)