Interface MessageComponent

  • All Known Subinterfaces:
    MessageListener, MessageSender

    public interface MessageComponent
    Base interface defining a component used for transporting messages such as a sender or a listener.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Method that should provide the name of the JMS Component to use in log files etc..
    • Method Detail

      • getName

        java.lang.String getName()
        Method that should provide the name of the JMS Component to use in log files etc..