org.apache.commons.monitoring
Class Monitor.Key
java.lang.Object
org.apache.commons.monitoring.Monitor.Key
- Enclosing interface:
- Monitor
public static class Monitor.Key
- extends java.lang.Object
Identifier class for Monitors
|
Field Summary |
static java.lang.String |
DEFAULT
|
|
Constructor Summary |
Monitor.Key(java.lang.String name,
java.lang.String category,
java.lang.String subsystem)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DEFAULT
public static final java.lang.String DEFAULT
- See Also:
- Constant Field Values
Monitor.Key
public Monitor.Key(java.lang.String name,
java.lang.String category,
java.lang.String subsystem)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
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
getName
public java.lang.String getName()
getCategory
public java.lang.String getCategory()
getSubsystem
public java.lang.String getSubsystem()
Copyright © 2008 The Apache Software Foundation. All Rights Reserved.