Class AtMostOnceInterceptor

java.lang.Object
org.apache.catalina.tribes.group.ChannelInterceptorBase
org.apache.axis2.clustering.tribes.AtMostOnceInterceptor
All Implemented Interfaces:
org.apache.catalina.tribes.ChannelInterceptor, org.apache.catalina.tribes.Heartbeat, org.apache.catalina.tribes.MembershipListener

public final class AtMostOnceInterceptor extends org.apache.catalina.tribes.group.ChannelInterceptorBase
Message interceptor for handling at-most-once message processing semantics
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.catalina.tribes.ChannelInterceptor

    org.apache.catalina.tribes.ChannelInterceptor.InterceptorEvent
  • Field Summary

    Fields inherited from class org.apache.catalina.tribes.group.ChannelInterceptorBase

    optionFlag
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    messageReceived(org.apache.catalina.tribes.ChannelMessage msg)
     

    Methods inherited from class org.apache.catalina.tribes.group.ChannelInterceptorBase

    fireInterceptorEvent, getChannel, getLocalMember, getMember, getMembers, getNext, getOptionFlag, getPrevious, hasMembers, heartbeat, memberAdded, memberDisappeared, okToProcess, sendMessage, setChannel, setNext, setOptionFlag, setPrevious, start, stop

    Methods inherited from class java.lang.Object

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

    • AtMostOnceInterceptor

      public AtMostOnceInterceptor()
  • Method Details

    • messageReceived

      public void messageReceived(org.apache.catalina.tribes.ChannelMessage msg)
      Specified by:
      messageReceived in interface org.apache.catalina.tribes.ChannelInterceptor
      Overrides:
      messageReceived in class org.apache.catalina.tribes.group.ChannelInterceptorBase