org.eclipse.soda.dk.platform.validation.test.agent.service
Interface OSGiValidationService
- All Known Implementing Classes:
- PlatformValidationTestAgentBundle, PlatformValidationTestAgentFactory, PlatformValidationTestAgentManaged
public interface OSGiValidationService
- Since:
- 1.0
- Version:
- 1.2.0
|
Method Summary |
java.lang.String |
getPackageVersion(java.lang.String name)
Get package version with the specified name parameter and return the String result. |
boolean |
isServiceAvailable(java.lang.String serviceClass,
java.lang.String filter)
Is service available with the specified service class and filter parameters and return the boolean result. |
getPackageVersion
java.lang.String getPackageVersion(java.lang.String name)
- Get package version with the specified name parameter and return the String result.
- Parameters:
name - The name (String) parameter.
- Returns:
- Results of the get package version (
String) value.
isServiceAvailable
boolean isServiceAvailable(java.lang.String serviceClass,
java.lang.String filter)
throws java.lang.Exception
- Is service available with the specified service class and filter parameters and return the boolean result.
- Parameters:
serviceClass - The service class (String) parameter.filter - The filter (String) parameter.
- Returns:
- Results of the is service available (
boolean) value.
- Throws:
java.lang.Exception
Copyright (c) 2010 IBM. See license in Legal section.