|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.monitoring.MonitoringConfigImpl<E>
public class MonitoringConfigImpl<E>
Monitoring configuration.
| Constructor Summary | |
|---|---|
MonitoringConfigImpl(java.lang.Class<E> clazz)
|
|
| 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. |
E[] |
getProbesUnsafe()
Get the monitoring probes array (direct). |
boolean |
removeProbes(E... probes)
Remove the monitoring probes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MonitoringConfigImpl(java.lang.Class<E> clazz)
| Method Detail |
|---|
public final void addProbes(E... probes)
addProbes in interface MonitoringConfig<E>probes - the monitoring probes.public final boolean removeProbes(E... probes)
removeProbes in interface MonitoringConfig<E>probes - the monitoring probes.public final E[] getProbes()
MonitoringConfig.addProbes(Object[]) and
MonitoringConfig.removeProbes(Object[]) instead.
getProbes in interface MonitoringConfig<E>public final E[] getProbesUnsafe()
public final void clearProbes()
clearProbes in interface MonitoringConfig<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||