asia.stampy.examples.remote.exe.log4j.server

Class TestServerMessageListener

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      StompMessageType[] getMessageTypes()
      Gets the message types of which the implementation is interested.
      boolean isForMessage(StampyMessage<?> message)
      Returns true if the message should be processed by the implementation.
      void messageReceived(StampyMessage<?> message, HostPort hostPort)
      Invoked when the type and the message are to be processed by the implementation.
      • Methods inherited from class java.lang.Object

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

      • TestServerMessageListener

        public TestServerMessageListener()