A C E F G J L O P R S T

A

addProbeListener(JasmineProbeListener) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
Register a ProbeListener in order to be notified by probe state changes.

C

changeOutput(JasmineOutput) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
 
changeProbe(JasmineProbe) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
 
changeTarget(JasmineTarget) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
 
commandDispatcher - Variable in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.JProbeCmdThread
 
createOutput(JasmineOutput) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
Create a new Output
createProbe(JasmineProbe) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
Create a Probe defined by a JasmineProbe object value
createTarget(JasmineTarget) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
Create a new Target

E

error - Variable in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.JProbeCmdThread
 

F

findOutput(String) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
Get an OutputProbe by its Id
findTarget(String) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
Get a TargetProbe by its Id

G

getInputStreamReader(String) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.JProbeCommandDispatcher
Return an inputStreamReader for the specified resource, by using the bundle context.
getMBeans(JasmineTarget, String) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
Get the list of mbeans matching a pattern for this target.
getOutputs() - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
 
getProbes() - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
 
getTargets() - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
 

J

JProbeCmdThread - Class in org.ow2.jasmine.monitoring.mbeancmd.osgi.internal
This class extend CmdThread for 2 purposes: - run a special CommandDispatcher for OSGi - manages properly the command status
JProbeCmdThread(String[], long, JasmineProbe, ProbeServiceImpl) - Constructor for class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.JProbeCmdThread
 
JProbeCommandDispatcher - Class in org.ow2.jasmine.monitoring.mbeancmd.osgi.internal
Avoids modifications in mbeancmd standalone.
JProbeCommandDispatcher() - Constructor for class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.JProbeCommandDispatcher
 

L

loadClass(String) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.JProbeCommandDispatcher
Load and return a class for a given class name, by using the bundle context.
loadConfig(String) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
Load configuration from the specified file

O

org.ow2.jasmine.monitoring.mbeancmd.osgi.internal - package org.ow2.jasmine.monitoring.mbeancmd.osgi.internal
 

P

probe - Variable in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.JProbeCmdThread
 
probeservice - Variable in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.JProbeCmdThread
 
ProbeServiceImpl - Class in org.ow2.jasmine.monitoring.mbeancmd.osgi.internal
This class exposes an OSGi service bundle that implements the JasmineProbeManager interface.
ProbeServiceImpl(BundleContext) - Constructor for class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
Inject the BundleContext in the IPojo
publishChange(JasmineProbe) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
 

R

removeAllProbes() - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
Remove all probes
removeContext() - Static method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.JProbeCommandDispatcher
Delete the reference to the bundle context.
removeOutput(String) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
remove an output
removeProbe(int) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
 
removeProbeListener(JasmineProbeListener) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
Unregister a ProbeListener
removeTarget(String) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
remove an target
run() - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.JProbeCmdThread
Start the command.

S

saveConfig(String) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
Save back configuration in probe-config.xml
setCmdStatus(String) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.JProbeCmdThread
 
setContext(BundleContext) - Static method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.JProbeCommandDispatcher
Set a bundle context
setDispatcher(CommandDispatcher) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.JProbeCmdThread
 
start(String[], JProbeCmdThread) - Static method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.JProbeCommandDispatcher
Overwrite the start method to instanciate this class in place of the standard mbeancmd one.
start() - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
Read the configuration when module is set.
startAllProbes() - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
Start all the probes Continues starting probe even if one is in error (maybe already started)
startProbe(int) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
 
stop() - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
module is invalidated.
stopAllProbes() - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
Stop all the probes Continues stopping probe even if one is in error
stopProbe(int) - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.ProbeServiceImpl
 

T

tryStop() - Method in class org.ow2.jasmine.monitoring.mbeancmd.osgi.internal.JProbeCmdThread
 

A C E F G J L O P R S T

Copyright © 2011 OW2 Consortium. All Rights Reserved.