Class MessageReceiver

  • All Implemented Interfaces:
    com.sun.enterprise.ee.cms.core.CallBack
    Direct Known Subclasses:
    CommandManager

    public abstract class MessageReceiver
    extends java.lang.Object
    implements com.sun.enterprise.ee.cms.core.CallBack
    Author:
    Mahesh Kannan
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageReceiver()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract void handleMessage​(java.lang.String senderName, java.lang.String messageToken, byte[] data)  
      void processNotification​(com.sun.enterprise.ee.cms.core.Signal signal)  
      • Methods inherited from class java.lang.Object

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

      • MessageReceiver

        public MessageReceiver()
    • Method Detail

      • processNotification

        public void processNotification​(com.sun.enterprise.ee.cms.core.Signal signal)
        Specified by:
        processNotification in interface com.sun.enterprise.ee.cms.core.CallBack
      • handleMessage

        protected abstract void handleMessage​(java.lang.String senderName,
                                              java.lang.String messageToken,
                                              byte[] data)