Class SendMessageData

java.lang.Object
org.apache.catalina.ha.tcp.SendMessageData

public class SendMessageData extends Object
Author:
Peter Rossbach
  • Constructor Details

    • SendMessageData

      public SendMessageData(Object message, Member destination, Exception exception)
      Parameters:
      message - The message to send
      destination - Member destination
      exception - Associated error
  • Method Details

    • getDestination

      public Member getDestination()
      Returns:
      the destination.
    • getException

      public Exception getException()
      Returns:
      the exception.
    • getMessage

      public Object getMessage()
      Returns:
      the message.