Uses of Class
org.ow2.jasmine.monitoring.mbeancmd.api.JasmineProbe

Uses of JasmineProbe in org.ow2.jasmine.monitoring.mbeancmd.api
 

Subclasses of JasmineProbe in org.ow2.jasmine.monitoring.mbeancmd.api
 class JasminePoll
          Provides poll probe definition.
 class JasmineStat
          Provides stat probe definition.
 

Methods in org.ow2.jasmine.monitoring.mbeancmd.api that return types with arguments of type JasmineProbe
 java.util.Collection<JasmineProbe> JasmineProbeManager.getProbes()
           
 

Methods in org.ow2.jasmine.monitoring.mbeancmd.api with parameters of type JasmineProbe
 void JasmineProbeManager.changeProbe(JasmineProbe probe)
          Change a Probe with new parameters The Probe must be of the same type (stat/poll)
 int JasmineProbeManager.createProbe(JasmineProbe probe)
          Create a new probe defined by its data
 void JasmineProbeListener.notifyEvent(JasmineProbe probe)
          Implement treatment to do when an event concerning the given probe occurred.
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.