The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours.
Further details in the announcement
jmt.application.measurement
Interface MethodGroupElement
- public interface MethodGroupElement
Describes a single method of a MethodGroup object.
- See Also:
MethodGroup
isOverriding
public boolean isOverriding()
- Returns true if the method element overrides a method.
- Returns:
- True if the method overrides a method
getMethod
public Method getMethod()
- Returns the method described by the method element.
getOverridenMethod
public MethodGroupElement getOverridenMethod()
- Returns the overridden method or null if none is overridden.