org.eclipse.soda.dk.core.testcase
Class CoreFactoryChild
java.lang.Object
ManagedServiceFactoryBundleActivator
org.eclipse.soda.dk.core.factory.CoreFactory
org.eclipse.soda.dk.core.testcase.CoreFactoryChild
- All Implemented Interfaces:
- org.osgi.service.cm.ManagedServiceFactory
public class CoreFactoryChild
- extends CoreFactory
- Version:
- 1.2.0
|
Method Summary |
java.lang.Object |
create(java.lang.String pid,
java.util.Dictionary properties,
IBundleActivationManager manager)
Create with the specified pid, properties and manager parameters and return the Object result. |
java.lang.String[] |
getExportedServiceNames(java.lang.String pid,
java.util.Dictionary oldProperties,
java.util.Dictionary properties,
IBundleActivationManager manager)
Get exported service names with the specified pid, old properties, properties and manager parameters and return the String[] result. |
java.lang.Object |
update(java.lang.String pid,
java.lang.Object object,
java.util.Dictionary oldProperties,
java.util.Dictionary properties,
IBundleActivationManager manager)
Update with the specified pid, object, old properties, properties and manager parameters and return the Object result. |
| Methods inherited from class org.eclipse.soda.dk.core.factory.CoreFactory |
compare, createAdvisor, createImportedServiceFilters, createProperties, destroy, getIds, getImportedServiceNames, getImportedServiceNames, getInterestServiceName, getMinorProperties, getOptionalImportedServiceNames, getOptionalImportedServiceNames, handleAcquiredOptionalImportedService, handleAcquiredOptionalImportedService, handleReleasedOptionalImportedService, handleReleasedOptionalImportedService, setIds, updateProperties, updateProperties, validateConfiguration, validateConfigurationIds |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.osgi.service.cm.ManagedServiceFactory |
deleted, getName, updated |
CoreFactoryChild
public CoreFactoryChild()
- Constructs an instance of this class.
create
public java.lang.Object create(java.lang.String pid,
java.util.Dictionary properties,
IBundleActivationManager manager)
- Create with the specified pid, properties and manager parameters and return the Object result.
- Parameters:
pid - The PID (String) parameter.properties - The properties (Dictionary) parameter.manager - The manager (IBundleActivationManager) parameter.
- Returns:
- Results of the create (
Object) value.
getExportedServiceNames
public java.lang.String[] getExportedServiceNames(java.lang.String pid,
java.util.Dictionary oldProperties,
java.util.Dictionary properties,
IBundleActivationManager manager)
- Get exported service names with the specified pid, old properties, properties and manager parameters and return the String[] result.
- Specified by:
getExportedServiceNames in class CoreFactory
- Parameters:
pid - The PID (String) parameter.oldProperties - The old properties (Dictionary) parameter.properties - The properties (Dictionary) parameter.manager - The manager (IBundleActivationManager) parameter.
- Returns:
- Results of the get exported service names (
String[]) value.
update
public java.lang.Object update(java.lang.String pid,
java.lang.Object object,
java.util.Dictionary oldProperties,
java.util.Dictionary properties,
IBundleActivationManager manager)
- Update with the specified pid, object, old properties, properties and manager parameters and return the Object result.
- Parameters:
pid - The PID (String) parameter.object - The object (Object) parameter.oldProperties - The old properties (Dictionary) parameter.properties - The properties (Dictionary) parameter.manager - The manager (IBundleActivationManager) parameter.
- Returns:
- Results of the update (
Object) value.
Copyright (c) 2009 IBM. See license in Legal section.