org.ow2.jasmine.probe.outers.mule.internal
Class MuleOuterService
java.lang.Object
org.ow2.jasmine.probe.outers.mule.internal.MuleOuterService
- All Implemented Interfaces:
- org.ow2.jasmine.probe.outer.JasmineOuterService
public class MuleOuterService
- extends Object
- implements org.ow2.jasmine.probe.outer.JasmineOuterService
Manages a list of JOuter objects (in fact JMuleOuter instances).
- Author:
- durieuxp
|
Field Summary |
protected org.ow2.util.log.Log |
logger
Logger. |
|
Method Summary |
org.ow2.jasmine.probe.outer.JasmineOuter |
getOuter(org.ow2.jasmine.probe.JasmineOutput jasmineOutput)
Create an Outer for this JasmineOutput |
List<org.ow2.jasmine.probe.JasminePropertyInfo> |
getPropertiesInfo()
Retrieve the description of all specific properties hidden in JasmineOutput
Return a Map of all properties with their description |
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected org.ow2.util.log.Log logger
- Logger.
MuleOuterService
public MuleOuterService()
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
- Parameters:
jasmineOutput -
- Returns:
- the Outer
- Throws:
org.ow2.jasmine.probe.outer.JasmineOuterException - operation failed
getPropertiesInfo
public List<org.ow2.jasmine.probe.JasminePropertyInfo> getPropertiesInfo()
- Retrieve the description of all specific properties hidden in JasmineOutput
Return a Map of all properties with their description
- Specified by:
getPropertiesInfo in interface org.ow2.jasmine.probe.outer.JasmineOuterService
- Returns:
- a Map of property descriptions
Copyright © 2011 OW2 Consortium. All Rights Reserved.