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.
 java.util.List<JasminePropertyInfo> getPropertiesInfo()
          Retrieve the description of all specific properties hidden in JasmineOutput Return a List of all properties with their description
 

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

java.util.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


Copyright © 2011 OW2 Consortium. All Rights Reserved.