|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MonitoringConfig<E>
General monitoring configuration interface.
| Method Summary | |
|---|---|
void |
addProbes(E... probes)
Add the monitoring probes, which will be notified about object's lifecycle events. |
void |
clearProbes()
Removes all the monitoring probes, which are registered on the object. |
E[] |
getProbes()
Get the the monitoring probes, which are registered on the objet. |
boolean |
removeProbes(E... probes)
Remove the monitoring probes. |
| Method Detail |
|---|
void addProbes(E... probes)
probes - the monitoring probes.boolean removeProbes(E... probes)
probes - the monitoring probes.E[] getProbes()
addProbes(Object[]) and
removeProbes(Object[]) instead.
void clearProbes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||