org.ow2.jasmine.probe.outers.file.internal
Class FileOuterService
java.lang.Object
org.ow2.jasmine.probe.outers.JOuterService
org.ow2.jasmine.probe.outers.file.internal.FileOuterService
- All Implemented Interfaces:
- org.ow2.jasmine.probe.outer.JasmineOuterService
public class FileOuterService
- extends org.ow2.jasmine.probe.outers.JOuterService
Manages a list of JOuter objects (in fact JFileOuter instances).
- Author:
- durieuxp
| Fields inherited from class org.ow2.jasmine.probe.outers.JOuterService |
jmxService, logger, outerList, properties |
|
Method Summary |
org.ow2.jasmine.probe.outer.JasmineOuter |
getOuter(org.ow2.jasmine.probe.JasmineOutput jasmineOutput)
Create an Outer for this JasmineOutput |
String |
getType()
|
void |
start()
|
void |
stop()
|
| Methods inherited from class org.ow2.jasmine.probe.outers.JOuterService |
getJmxService, getPropertiesInfo, registerJOuterMBean, removeOuters, setJmxService, unregisterJOuterMBean |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileOuterService
public FileOuterService()
start
public void start()
stop
public void stop()
getOuter
public org.ow2.jasmine.probe.outer.JasmineOuter getOuter(org.ow2.jasmine.probe.JasmineOutput jasmineOutput)
throws org.ow2.jasmine.probe.outer.JasmineOuterException
- Create an Outer for this JasmineOutput
- Specified by:
getOuter in interface org.ow2.jasmine.probe.outer.JasmineOuterService- Specified by:
getOuter in class org.ow2.jasmine.probe.outers.JOuterService
- Parameters:
jasmineOutput -
- Returns:
- the Outer
- Throws:
org.ow2.jasmine.probe.outer.JasmineOuterException - operation failed
getType
public String getType()
- Specified by:
getType in interface org.ow2.jasmine.probe.outer.JasmineOuterService- Specified by:
getType in class org.ow2.jasmine.probe.outers.JOuterService
Copyright © 2013 OW2 Consortium. All Rights Reserved.