|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PerformanceMeasurementListener
Title: Description: Company:
| Method Summary | |
|---|---|
String |
getName()
------------------------------------------------------------------------ A unique name for this measurement listener. |
long |
getStatusInterval()
------------------------------------------------------------------------ The listener should return the interval by which performance is measured. |
void |
performanceMessagesAvailable(Vector data)
------------------------------------------------------------------------ |
| Method Detail |
|---|
void performanceMessagesAvailable(Vector data)
data - A vector of ByteArrayOutputStreams containing performance
measurement messages that should be sent. These messages
should be sent immediately and in sequence to avoid errors
in measurement. Each message should be sent out in 10 ms
intervals to avoid buffering to some extent.long getStatusInterval()
String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||