org.ow2.jasmine.probe.outers.console.internal
Class ConsoleOuterService
java.lang.Object
org.ow2.jasmine.probe.outers.JOuterService
org.ow2.jasmine.probe.outers.console.internal.ConsoleOuterService
- All Implemented Interfaces:
- org.ow2.jasmine.probe.outer.JasmineOuterService
public class ConsoleOuterService
- extends org.ow2.jasmine.probe.outers.JOuterService
Manages a list of Outer objects.
- Author:
- durieuxp, danesa
| 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 |
ConsoleOuterService
public ConsoleOuterService()
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.