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

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

Subclasses of JasmineOutput in org.ow2.jasmine.monitoring.mbeancmd.api
 class ConsoleOutput
          Used by probes that support -console option.
 class EventswitchOutput
          Output to the JASMINe Eventswitch.
 class FileOutput
          Output to a file.
 class GraphOutput
          Used for probes that support -graph XML_DEF option.
 

Methods in org.ow2.jasmine.monitoring.mbeancmd.api that return JasmineOutput
 JasmineOutput JasmineProbeManager.findOutput(java.lang.String name)
          Return the output definition corresponding to an output name.
 

Methods in org.ow2.jasmine.monitoring.mbeancmd.api that return types with arguments of type JasmineOutput
 java.util.List<JasmineOutput> JasmineProbe.getOutputList()
           
 java.util.Collection<JasmineOutput> JasmineProbeManager.getOutputs()
          get the list of all defined outputs.
 

Methods in org.ow2.jasmine.monitoring.mbeancmd.api with parameters of type JasmineOutput
 void JasmineProbeManager.changeOutput(JasmineOutput output)
          Change an output.
 void JasmineProbeManager.createOutput(JasmineOutput output)
          Create a new Output
 

Method parameters in org.ow2.jasmine.monitoring.mbeancmd.api with type arguments of type JasmineOutput
 void JasmineProbe.setOutputList(java.util.List<JasmineOutput> outputList)
           
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.