Interface JmxTransQueryTemplateFluent<A extends JmxTransQueryTemplateFluent<A>>

    • Method Detail

      • getTargetMBean

        String getTargetMBean()
      • withTargetMBean

        A withTargetMBean​(String targetMBean)
      • hasTargetMBean

        Boolean hasTargetMBean()
      • addToAttributes

        A addToAttributes​(int index,
                          String item)
      • setToAttributes

        A setToAttributes​(int index,
                          String item)
      • addToAttributes

        A addToAttributes​(String... items)
      • removeFromAttributes

        A removeFromAttributes​(String... items)
      • getAttribute

        String getAttribute​(int index)
      • getFirstAttribute

        String getFirstAttribute()
      • getLastAttribute

        String getLastAttribute()
      • withAttributes

        A withAttributes​(List<String> attributes)
      • withAttributes

        A withAttributes​(String... attributes)
      • hasAttributes

        Boolean hasAttributes()
      • addNewAttribute

        A addNewAttribute​(String original)
      • addToOutputs

        A addToOutputs​(int index,
                       String item)
      • setToOutputs

        A setToOutputs​(int index,
                       String item)
      • addToOutputs

        A addToOutputs​(String... items)
      • removeFromOutputs

        A removeFromOutputs​(String... items)
      • getOutput

        String getOutput​(int index)
      • getFirstOutput

        String getFirstOutput()
      • getLastOutput

        String getLastOutput()
      • withOutputs

        A withOutputs​(String... outputs)
      • addNewOutput

        A addNewOutput​(String original)