org.ow2.jasmine.probe.outer
Interface JasmineOuterService


public interface JasmineOuterService

This interface is implemented by all the OuterServices

Author:
durieuxp

Method Summary
 JasmineOuter getOuter(JasmineOutput jasmineOutput)
          Get the Outer for this JasmineOutput VO Create it if does not exist yet.
 List<JasminePropertyInfo> getPropertiesInfo()
          Retrieve the description of all specific properties hidden in JasmineOutput Return a List of all properties with their description
 String getType()
           
 void removeOuters(String name)
          Remove Outers attached to this Output.
 

Method Detail

getOuter

JasmineOuter getOuter(JasmineOutput jasmineOutput)
                      throws JasmineOuterException
Get the Outer for this JasmineOutput VO Create it if does not exist yet.

Parameters:
jasmineOutput - VO
Returns:
the Outer
Throws:
JasmineOuterException

getPropertiesInfo

List<JasminePropertyInfo> getPropertiesInfo()
Retrieve the description of all specific properties hidden in JasmineOutput Return a List of all properties with their description

Returns:
a List of property descriptions

removeOuters

void removeOuters(String name)
Remove Outers attached to this Output. Called usually when the output has changed or is removed.

Parameters:
name - Output name

getType

String getType()


Copyright © 2013 OW2 Consortium. All Rights Reserved.