Class ProcessMatch

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProcessMatch
    extends java.lang.Object
    implements java.io.Serializable
    String against which to match the process name; interpreted as a regular expression. If no process name is present in the incoming message, any process-match elements will be considered non-matches.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessMatch()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getExpression()  
      int hashCode()  
      void setExpression​(java.lang.String expression)  
      • Methods inherited from class java.lang.Object

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

      • ProcessMatch

        public ProcessMatch()
    • Method Detail

      • getExpression

        public java.lang.String getExpression()
      • setExpression

        public void setExpression​(java.lang.String expression)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object