|
2008-07-29 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.sat.core.framework.BaseBundleActivator
org.eclipse.soda.sat.core.framework.ManagedServiceFactoryBundleActivator
org.eclipse.soda.dk.core.factory.CoreFactory
org.eclipse.soda.dk.connection.factory.ConnectionFactory
org.eclipse.soda.dk.file.connection.factory.FileConnectionFactory
public class FileConnectionFactory
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_NAME
Defines the full class name. |
static java.lang.String[] |
EXPORTED_SERVICE_NAMES
Defines the service name(s) to be registered by the FileConnection bundle. |
static java.lang.String[] |
SERVICE_NAMES
Define the service names (String[]) constant. |
| Fields inherited from class org.eclipse.soda.dk.core.factory.CoreFactory |
|---|
CHANGES_MAJOR, CHANGES_MINOR, CHANGES_NONE, CONFIGURATION_ADMIN_SERVICE, ID_KEY, ID_KEY_FILTER, ids, IMPORTED_SERVICES, METATYPE_SERVICE, OPTIONAL_SERVICES |
| Fields inherited from class org.eclipse.soda.sat.core.framework.ManagedServiceFactoryBundleActivator |
|---|
CONFIGURATION_ADMIN_SERVICE_NAME, MANAGED_SERVICE_FACTORY_SERVICE_NAME, NUMBER_OF_CONFIGURATIONS_HINT |
| Fields inherited from class org.eclipse.soda.sat.core.framework.BaseBundleActivator |
|---|
NO_SERVICES |
| Constructor Summary | |
|---|---|
FileConnectionFactory()
|
|
| Method Summary | |
|---|---|
ConnectionService |
createService(java.util.Dictionary dictionary)
Creates the connection service using the specified property dictionary. |
java.lang.String[] |
getExportedServiceNames(java.lang.String pid,
java.util.Dictionary oldProperties,
java.util.Dictionary properties,
org.eclipse.soda.sat.core.framework.interfaces.IBundleActivationManager manager)
Return the exported service name(s) to be registered by the FileConnection bundle. |
| Methods inherited from class org.eclipse.soda.dk.connection.factory.ConnectionFactory |
|---|
create, destroy, getServiceName, update |
| Methods inherited from class org.eclipse.soda.dk.core.factory.CoreFactory |
|---|
compare, createAdvisor, createImportedServiceFilters, createProperties, getIds, getImportedServiceNames, getImportedServiceNames, getInterestServiceName, getMinorProperties, getOptionalImportedServiceNames, getOptionalImportedServiceNames, handleAcquiredOptionalImportedService, handleAcquiredOptionalImportedService, handleReleasedOptionalImportedService, handleReleasedOptionalImportedService, setIds, updateProperties, updateProperties, validateConfiguration, validateConfigurationIds |
| Methods inherited from class org.eclipse.soda.sat.core.framework.ManagedServiceFactoryBundleActivator |
|---|
activate, collectImportedServiceNames, createDefaultPid, createPid, deactivate, deleted, getName, getNumberOfConfigurationsHint, getPid, isProxyService, updated |
| Methods inherited from class org.eclipse.soda.sat.core.framework.BaseBundleActivator |
|---|
acquireImportedService, acquireImportedServices, acquireOptionalImportedServices, addExportedProxyService, addExportedProxyServices, addExportedService, addExportedServices, addImportedServiceFilter, addOptionalImportedServiceFilter, basicGetImportedServiceNames, basicGetOptionalImportedServiceNames, collectOptionalImportedServiceNames, getAsyncStartPriority, getBundle, getBundleActivationManager, getBundleContext, getBundleSymbolicName, getDataDirectory, getDataFile, getExportedService, getExportedServiceNamesFromManifest, getExportedServiceProperties, getExportedServiceProperties, getExportedServices, getExportedServices, getFilePropertiesInputStream, getFilePropertiesInputStream, getImportedService, getImportedServiceFilter, getImportedServiceNamesFromManifest, getImportedServiceProperty, getImportedServicePropertyKeys, getImportedServices, getOptionalImportedService, getOptionalImportedServiceFilter, getOptionalImportedServiceProperty, getOptionalImportedServicePropertyKeys, getOptionalImportedServices, getProperties, getPropertiesInputStream, getProperty, getResourcePropertiesInputStream, getResourcePropertiesInputStream, handleException, handleFailedToFindProperties, isStartAsync, isTransient, isUninstallable, releaseImportedService, releaseImportedServices, releaseOptionalImportedServices, removeExportedService, removeExportedService, removeExportedServices, removeImportedServiceFilter, removeOptionalImportedServiceFilter, restartFramework, setExportedServiceProperties, setExportedServiceProperties, shutdownFramework, start, start, stop, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.osgi.framework.BundleActivator |
|---|
start, stop |
| Methods inherited from interface org.osgi.service.cm.ManagedServiceFactory |
|---|
deleted, getName, updated |
| Methods inherited from interface org.eclipse.soda.sat.core.framework.interfaces.IManagedServiceFactoryAdvisor |
|---|
createImportedServiceFilters, getImportedServiceNames, getOptionalImportedServiceNames, handleAcquiredOptionalImportedService, handleReleasedOptionalImportedService, validateConfiguration |
| Field Detail |
|---|
public static final java.lang.String CLASS_NAME
public static final java.lang.String[] EXPORTED_SERVICE_NAMES
| org.eclipse.soda.dk.connection.service.ConnectionService |
| org.eclipse.soda.dk.file.connection.service.FileConnectionService |
public static final java.lang.String[] SERVICE_NAMES
| Constructor Detail |
|---|
public FileConnectionFactory()
| Method Detail |
|---|
public ConnectionService createService(java.util.Dictionary dictionary)
createService in class ConnectionFactorydictionary - The dictionary properties used to create the connection service.
FileConnection
public java.lang.String[] getExportedServiceNames(java.lang.String pid,
java.util.Dictionary oldProperties,
java.util.Dictionary properties,
org.eclipse.soda.sat.core.framework.interfaces.IBundleActivationManager manager)
getExportedServiceNames in class org.eclipse.soda.dk.core.factory.CoreFactorypid - pid.oldProperties - old properties.properties - properties.manager - manager.
|
2008-07-29 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||