|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestConfigurationService
| Method Summary | |
|---|---|
void |
createFactoryConfiguration(java.lang.String factoryPid,
java.lang.String bundleLocation,
java.util.Dictionary properties)
Create factory configuration with the specified factory pid, bundle location and properties parameters. |
void |
createOrUpdateConfiguration(java.lang.String pid,
java.lang.String bundleLocation,
java.util.Dictionary properties)
Create or update configuration with the specified pid, bundle location and properties parameters. |
void |
deleteConfigurations(java.lang.String filter)
Delete configurations with the specified filter parameter. |
TestAgentService[] |
findTests(java.lang.String filter,
java.lang.String className)
Find tests with the specified filter and class name parameters and return the TestAgentService[] result. |
void |
setNotificationService(NotificationService notificationService)
Sets the notification service value. |
void |
updateConfigurations(java.lang.String filter,
java.util.Dictionary properties)
Update configurations with the specified filter and properties parameters. |
| Method Detail |
|---|
void createFactoryConfiguration(java.lang.String factoryPid,
java.lang.String bundleLocation,
java.util.Dictionary properties)
throws java.io.IOException
factoryPid - The factory pid (String) parameter.bundleLocation - The bundle location (String) parameter.properties - The properties (Dictionary) parameter.
java.io.IOException
void createOrUpdateConfiguration(java.lang.String pid,
java.lang.String bundleLocation,
java.util.Dictionary properties)
throws java.io.IOException
pid - The pid (String) parameter.bundleLocation - The bundle location (String) parameter.properties - The properties (Dictionary) parameter.
java.io.IOException
void deleteConfigurations(java.lang.String filter)
throws java.io.IOException,
InvalidSyntaxException
filter - The filter (String) parameter.
InvalidSyntaxException - Invalid Syntax Exception.
java.io.IOExceptionupdateConfigurations(String,Dictionary)
TestAgentService[] findTests(java.lang.String filter,
java.lang.String className)
throws InvalidSyntaxException,
java.io.IOException
filter - The filter (String) parameter.className - The class name (String) parameter.
TestAgentService[]) value.
InvalidSyntaxException - Invalid Syntax Exception.
java.io.IOExceptionvoid setNotificationService(NotificationService notificationService)
notificationService - The notification service (NotificationService) parameter.
void updateConfigurations(java.lang.String filter,
java.util.Dictionary properties)
throws java.io.IOException,
InvalidSyntaxException
filter - The filter (String) parameter.properties - The properties (Dictionary) parameter.
InvalidSyntaxException - Invalid Syntax Exception.
java.io.IOExceptiondeleteConfigurations(String)
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||