org.hyperic.hq.product.jmx
Class MxQuery
java.lang.Object
org.hyperic.hq.product.jmx.MxQuery
- Direct Known Subclasses:
- MxServerQuery, MxServiceQuery
public abstract class MxQuery
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_OBJECT_NAME
public static final String PROP_OBJECT_NAME
- See Also:
- Constant Field Values
PROP_ATTRIBUTE_NAME
public static final String PROP_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
PROP_MBEAN_CLASS
public static final String PROP_MBEAN_CLASS
- See Also:
- Constant Field Values
PROP_OBJECT_NAME_FILTER
public static final String PROP_OBJECT_NAME_FILTER
- See Also:
- Constant Field Values
EMPTY_PROPERTIES
protected static final Properties EMPTY_PROPERTIES
log
protected static final org.apache.commons.logging.Log log
objectName
protected ObjectName objectName
MxQuery
public MxQuery()
initialize
public void initialize()
getObjectName
public ObjectName getObjectName()
getCustomProperties
public Properties getCustomProperties()
getAttributeNames
public String[] getAttributeNames()
getAttributes
public void getAttributes(MBeanServerConnection mServer)
throws PluginException
- Throws:
PluginException
setURL
public void setURL(String url)
getURL
public String getURL()
setServerDetector
public void setServerDetector(ServerDetector detector)
getServerDetector
public ServerDetector getServerDetector()
getAttributes
public void getAttributes(MBeanServerConnection mServer,
ObjectName name,
String[] attrs)
throws PluginException
- Throws:
PluginException
getAttribute
public String getAttribute(String name)
getAttribute
public String getAttribute(String name,
String defval)
setAttribute
public void setAttribute(String name,
String val)
getName
public String getName()
setName
public void setName(String name)
getQualifiedName
public abstract String getQualifiedName()
getResourceType
public abstract String getResourceType()
getIdentifier
public abstract String getIdentifier()
getParent
public MxQuery getParent()
hasControl
public boolean hasControl()
getResourceConfig
public Properties getResourceConfig()
getControlConfig
public Properties getControlConfig()
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.