2009-10-01 1.2.0

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.
 

Method Detail

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

2009-10-01 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.