Class CxOccInterceptorVote

  • All Implemented Interfaces:
    java.io.Serializable

    public class CxOccInterceptorVote
    extends java.lang.Object
    implements java.io.Serializable
    Vote from interceptors used for defining what should be done with given request.
    See Also:
    Serialized Form
    • Constructor Detail

      • CxOccInterceptorVote

        public CxOccInterceptorVote()
    • Method Detail

      • setVote

        public void setVote​(boolean vote)
      • isVote

        public boolean isVote()
      • setConclusive

        public void setConclusive​(boolean conclusive)
      • isConclusive

        public boolean isConclusive()