Class XmlProbe


  • public class XmlProbe
    extends Object
    Author:
    Mahesh Meswani
    • Constructor Detail

      • XmlProbe

        public XmlProbe​(String probeName,
                        String method,
                        List<XmlProbeParam> params,
                        boolean hasSelf,
                        boolean isHidden,
                        boolean isStateful,
                        boolean statefulReturn,
                        boolean statefulException,
                        String profileNames)
    • Method Detail

      • getProbeName

        public String getProbeName()
      • getProbeMethod

        public String getProbeMethod()
      • hasSelf

        public boolean hasSelf()
      • isHidden

        public boolean isHidden()
      • getStateful

        public boolean getStateful()
      • getStatefulReturn

        public boolean getStatefulReturn()
      • getStatefulException

        public boolean getStatefulException()
      • getProfileNames

        public String getProfileNames()