org.rhq.plugins.jmx
Class ObjectNameQueryUtility

java.lang.Object
  extended by org.rhq.plugins.jmx.ObjectNameQueryUtility

Deprecated. Use the version in the util package

public class ObjectNameQueryUtility
extends Object

Delegate for the old version of the class which got moved to util package

Author:
Heiko W. Rupp

Constructor Summary
ObjectNameQueryUtility(String objectNameQueryTemplate)
          Deprecated.  
ObjectNameQueryUtility(String objectNameQueryTemplate, org.rhq.core.domain.configuration.Configuration parentConfiguration)
          Deprecated.  
 
Method Summary
 String formatMessage(String message)
          Deprecated.  
 String getQueryTemplate()
          Deprecated.  
 String getTranslatedQuery()
          Deprecated.  
 Map<String,String> getVariableProperties()
          Deprecated.  
 Map<String,String> getVariableValues()
          Deprecated.  
 boolean isContainsExtraKeyProperties(Set<String> strings)
          Deprecated.  
 void resetVariables()
          Deprecated.  
 boolean setMatchedKeyValues(Map<String,String> keyProperties)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectNameQueryUtility

public ObjectNameQueryUtility(String objectNameQueryTemplate)
Deprecated. 

ObjectNameQueryUtility

public ObjectNameQueryUtility(String objectNameQueryTemplate,
                              org.rhq.core.domain.configuration.Configuration parentConfiguration)
Deprecated. 
Method Detail

setMatchedKeyValues

public boolean setMatchedKeyValues(Map<String,String> keyProperties)
Deprecated. 

formatMessage

public String formatMessage(String message)
Deprecated. 

resetVariables

public void resetVariables()
Deprecated. 

getQueryTemplate

public String getQueryTemplate()
Deprecated. 

getVariableProperties

public Map<String,String> getVariableProperties()
Deprecated. 

getVariableValues

public Map<String,String> getVariableValues()
Deprecated. 

getTranslatedQuery

public String getTranslatedQuery()
Deprecated. 

isContainsExtraKeyProperties

public boolean isContainsExtraKeyProperties(Set<String> strings)
Deprecated. 


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.