public class MasterFactory extends AbstractServiceConfigurationFactory<MasterItemImpl>
AbstractServiceConfigurationFactory.Entry<T>
Modifier and Type | Field and Description |
---|---|
static String |
CONNECTION_ID |
static String |
ITEM_ID |
context
Constructor and Description |
---|
MasterFactory(org.osgi.framework.BundleContext context,
ObjectPoolTracker<DataSource> dataSourceTracker) |
Modifier and Type | Method and Description |
---|---|
protected AbstractServiceConfigurationFactory.Entry<MasterItemImpl> |
createService(UserInformation userInformation,
String configurationId,
org.osgi.framework.BundleContext context,
Map<String,String> parameters)
Create a new service instance
|
void |
dispose() |
protected void |
disposeService(UserInformation userInformation,
String configurationId,
MasterItemImpl service)
Dispose a service
|
protected AbstractServiceConfigurationFactory.Entry<MasterItemImpl> |
updateService(UserInformation userInformation,
String configurationId,
AbstractServiceConfigurationFactory.Entry<MasterItemImpl> entry,
Map<String,String> parameters)
Update a service configuration
|
delete, getService, unregisterService, update
public static final String ITEM_ID
public static final String CONNECTION_ID
public MasterFactory(org.osgi.framework.BundleContext context, ObjectPoolTracker<DataSource> dataSourceTracker)
protected AbstractServiceConfigurationFactory.Entry<MasterItemImpl> createService(UserInformation userInformation, String configurationId, org.osgi.framework.BundleContext context, Map<String,String> parameters) throws Exception
AbstractServiceConfigurationFactory
The method must also register the service with the OSGi bundle context if needed. The service registration must then be placed into the result that is returned. This is an optional step. There is no need to register the created service.
createService
in class AbstractServiceConfigurationFactory<MasterItemImpl>
configurationId
- the configuration id for which the service should be createdcontext
- the bundle contextparameters
- the initial parametersnull
Exception
- if anything goes wrongprotected void disposeService(UserInformation userInformation, String configurationId, MasterItemImpl service)
AbstractServiceConfigurationFactory
If the service entry contains a service handle, the service is automatically unregistered.
disposeService
in class AbstractServiceConfigurationFactory<MasterItemImpl>
protected AbstractServiceConfigurationFactory.Entry<MasterItemImpl> updateService(UserInformation userInformation, String configurationId, AbstractServiceConfigurationFactory.Entry<MasterItemImpl> entry, Map<String,String> parameters) throws Exception
AbstractServiceConfigurationFactory
If a new service entry is returned the old one will get disposed after the call returns
updateService
in class AbstractServiceConfigurationFactory<MasterItemImpl>
configurationId
- the configuration to updateentry
- the original service entryparameters
- the new parametersnull
if the entry did not
changeException
- if anything goes wrongpublic void dispose()
dispose
in class AbstractServiceConfigurationFactory<MasterItemImpl>
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.