org.rhq.core.domain.measurement.calltime
Class CallTimeDataKey
java.lang.Object
org.rhq.core.domain.measurement.calltime.CallTimeDataKey
- All Implemented Interfaces:
- Serializable
public class CallTimeDataKey
- extends Object
- implements Serializable
A key used to lookup all call-time data ((i.e. a set of CallTimeDataValue
s)) for a particular destination
(e.g. a URL or an EJB method name).
- See Also:
- Serialized Form
QUERY_DELETE_BY_RESOURCES
public static final String QUERY_DELETE_BY_RESOURCES
- See Also:
- Constant Field Values
DESTINATION_MAX_LENGTH
public static final int DESTINATION_MAX_LENGTH
- See Also:
- Constant Field Values
CallTimeDataKey
public CallTimeDataKey(@NotNull
MeasurementSchedule schedule,
@NotNull
String callDestination)
- Create a new
CallTimeDataKey
.
- Parameters:
schedule
- the collection schedule corresponding to this call-time datacallDestination
- the call destination (e.g. a URL or an EJB name)
CallTimeDataKey
protected CallTimeDataKey()
getId
public int getId()
setId
public void setId(int id)
getSchedule
@Nullable
public MeasurementSchedule getSchedule()
getCallDestination
@NotNull
public String getCallDestination()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.