Login | Register
My pages Projects Community openCollabNet

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 MethodGroup


public interface MethodGroup

Describes a group of mehtods having the same name.

See Also:
MethodStructur, MethodGroupElement

Method Summary
 MethodGroupElement get(MethodParameters parameters)
          Returns the method group element with the same parameters or null if none is known to the method group.
 java.lang.String getName()
          Returns the name of the group.
 java.util.Iterator iterator()
          Returns the iterator for the method group elements.
 int size()
          Returns the number of method group elements of this group.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the group. The name equals the method names of each group entry.


get

public MethodGroupElement get(MethodParameters parameters)
Returns the method group element with the same parameters or null if none is known to the method group.

See Also:
MethodGroupElement

iterator

public java.util.Iterator iterator()
Returns the iterator for the method group elements. The remove mehtod is unsupported.


size

public int size()
Returns the number of method group elements of this group.