|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Dictionary in java.security |
---|
Subclasses of Dictionary in java.security | |
---|---|
class |
Provider
|
Uses of Dictionary in java.util |
---|
Subclasses of Dictionary in java.util | |
---|---|
class |
Hashtable
|
class |
Properties
|
Uses of Dictionary in org.apache.felix.cm |
---|
Methods in org.apache.felix.cm that return Dictionary | |
---|---|
Dictionary |
PersistenceManager.load(String pid)
Returns the Dictionary for the given pid . |
Methods in org.apache.felix.cm with parameters of type Dictionary | |
---|---|
void |
PersistenceManager.store(String pid,
Dictionary properties)
Stores the Dictionary under the given pid . |
Uses of Dictionary in org.apache.felix.cm.file |
---|
Methods in org.apache.felix.cm.file that return Dictionary | |
---|---|
Dictionary |
FilePersistenceManager.load(String pid)
Reads the (configuration) for the given identifier into a Dictionary object. |
static Dictionary |
ConfigurationHandler.read(InputStream ins)
Reads configuration data from the given InputStream and
returns a new Dictionary object containing the data. |
Methods in org.apache.felix.cm.file with parameters of type Dictionary | |
---|---|
void |
FilePersistenceManager.store(String pid,
Dictionary props)
Stores the contents of the Dictionary in a file denoted
by the given identifier. |
static void |
ConfigurationHandler.write(OutputStream out,
Dictionary properties)
Writes the configuration data from the Dictionary to the
given OutputStream . |
Uses of Dictionary in org.apache.felix.cm.impl |
---|
Methods in org.apache.felix.cm.impl that return Dictionary | |
---|---|
Dictionary |
ConfigurationAdapter.getProperties()
|
Methods in org.apache.felix.cm.impl with parameters of type Dictionary | |
---|---|
void |
ConfigurationAdapter.update(Dictionary properties)
|
Uses of Dictionary in org.apache.felix.dependencymanager |
---|
Methods in org.apache.felix.dependencymanager that return Dictionary | |
---|---|
Dictionary |
Service.getServiceProperties()
Returns the service properties associated with the service. |
Methods in org.apache.felix.dependencymanager with parameters of type Dictionary | |
---|---|
Service |
Service.setInterface(String[] serviceNames,
Dictionary properties)
Sets the public interfaces under which this service should be registered in the OSGi service registry. |
Service |
Service.setInterface(String serviceName,
Dictionary properties)
Sets the public interface under which this service should be registered in the OSGi service registry. |
void |
Service.setServiceProperties(Dictionary serviceProperties)
Sets the service properties associated with the service. |
Uses of Dictionary in org.apache.felix.dependencymanager.impl |
---|
Methods in org.apache.felix.dependencymanager.impl that return Dictionary | |
---|---|
Dictionary |
ServiceImpl.getServiceProperties()
|
Methods in org.apache.felix.dependencymanager.impl with parameters of type Dictionary | |
---|---|
Service |
ServiceImpl.setInterface(String[] serviceNames,
Dictionary properties)
|
Service |
ServiceImpl.setInterface(String serviceName,
Dictionary properties)
|
void |
ServiceImpl.setServiceProperties(Dictionary serviceProperties)
|
Uses of Dictionary in org.apache.felix.deployment.rp.autoconf |
---|
Methods in org.apache.felix.deployment.rp.autoconf that return Dictionary | |
---|---|
Dictionary |
AutoConfResource.getProperties()
|
Constructors in org.apache.felix.deployment.rp.autoconf with parameters of type Dictionary | |
---|---|
AutoConfResource(String name,
String pid,
String factoryPid,
String bundleLocation,
boolean merge,
Dictionary properties)
|
Uses of Dictionary in org.apache.felix.dm |
---|
Methods in org.apache.felix.dm that return Dictionary | |
---|---|
static Dictionary |
ResourceUtil.createProperties(URL url)
|
Dictionary |
Dependency.getProperties()
|
Dictionary |
Component.getServiceProperties()
Returns the service properties associated with the component. |
Methods in org.apache.felix.dm with parameters of type Dictionary | |
---|---|
Component |
Component.setInterface(String[] serviceNames,
Dictionary properties)
Sets the public interfaces under which this component should be registered in the OSGi service registry. |
Component |
Component.setInterface(String serviceName,
Dictionary properties)
Sets the public interface under which this component should be registered in the OSGi service registry. |
Component |
Component.setServiceProperties(Dictionary serviceProperties)
Sets the service properties associated with the component. |
Uses of Dictionary in org.apache.felix.dm.impl |
---|
Fields in org.apache.felix.dm.impl declared as Dictionary | |
---|---|
protected Dictionary |
FilterService.m_serviceProperties
|
Methods in org.apache.felix.dm.impl that return Dictionary | |
---|---|
Dictionary |
FilterService.getServiceProperties()
|
Dictionary |
ComponentImpl.getServiceProperties()
|
Methods in org.apache.felix.dm.impl with parameters of type Dictionary | |
---|---|
Component |
FilterService.setInterface(String[] serviceInterfaces,
Dictionary properties)
|
Component |
ComponentImpl.setInterface(String[] serviceName,
Dictionary properties)
|
Component |
FilterService.setInterface(String serviceName,
Dictionary properties)
|
Component |
ComponentImpl.setInterface(String serviceName,
Dictionary properties)
|
void |
ServiceRegistrationImpl.setProperties(Dictionary dictionary)
|
void |
AbstractDecorator.setServiceProperties(Dictionary serviceProperties)
Set some service properties to all already instantiated services. |
Component |
FilterService.setServiceProperties(Dictionary serviceProperties)
|
Component |
ComponentImpl.setServiceProperties(Dictionary serviceProperties)
|
void |
AbstractDecorator.updated(String pid,
Dictionary properties)
|
Uses of Dictionary in org.apache.felix.dm.impl.dependencies |
---|
Methods in org.apache.felix.dm.impl.dependencies that return Dictionary | |
---|---|
Dictionary |
ConfigurationDependencyImpl.getConfiguration()
|
Dictionary |
ServiceDependencyImpl.getProperties()
|
Dictionary |
BundleDependencyImpl.getProperties()
|
Dictionary |
ResourceDependencyImpl.getProperties()
|
Dictionary |
ConfigurationDependencyImpl.getProperties()
|
Methods in org.apache.felix.dm.impl.dependencies with parameters of type Dictionary | |
---|---|
void |
ConfigurationDependencyImpl.invokeUpdate(DependencyService ds,
Object service,
Dictionary settings)
|
void |
ConfigurationDependencyImpl.updated(Dictionary settings)
|
Uses of Dictionary in org.apache.felix.dm.impl.metatype |
---|
Methods in org.apache.felix.dm.impl.metatype with parameters of type Dictionary | |
---|---|
void |
MetaTypeProviderImpl.updated(Dictionary properties)
We also implements the ManagedService and we just delegates the configuration handling to our associated ConfigurationDependency. |
void |
MetaTypeProviderImpl.updated(String pid,
Dictionary properties)
|
Uses of Dictionary in org.apache.felix.dm.runtime |
---|
Methods in org.apache.felix.dm.runtime that return Dictionary | |
---|---|
Dictionary |
ToggleServiceDependency.getProperties()
|
Methods in org.apache.felix.dm.runtime with parameters of type Dictionary | |
---|---|
boolean |
FactorySet.add(Dictionary configuration)
Create or Update a Service. |
Uses of Dictionary in org.apache.felix.dm.test.bundle.annotation.factoryconfadapter |
---|
Methods in org.apache.felix.dm.test.bundle.annotation.factoryconfadapter with parameters of type Dictionary | |
---|---|
protected void |
ServiceProvider.updated(Dictionary conf)
|
Uses of Dictionary in org.apache.felix.eventadmin.bridge.upnp |
---|
Methods in org.apache.felix.eventadmin.bridge.upnp with parameters of type Dictionary | |
---|---|
void |
UPnPEventToEventAdminBridge.notifyUPnPEvent(String deviceId,
String serviceId,
Dictionary events)
Bridge any event to the EventAdmin service. |
Uses of Dictionary in org.apache.felix.eventadmin.impl |
---|
Methods in org.apache.felix.eventadmin.impl with parameters of type Dictionary | |
---|---|
void |
MetaTypeProviderImpl.updated(Dictionary properties)
|
Uses of Dictionary in org.apache.felix.fileinstall.internal |
---|
Methods in org.apache.felix.fileinstall.internal that return Dictionary | |
---|---|
Dictionary |
DirectoryWatcher.getProperties()
|
Methods in org.apache.felix.fileinstall.internal with parameters of type Dictionary | |
---|---|
static String |
DirectoryWatcher.getThreadName(Dictionary properties)
|
void |
FileInstall.updated(String pid,
Dictionary properties)
|
Constructors in org.apache.felix.fileinstall.internal with parameters of type Dictionary | |
---|---|
DirectoryWatcher(Dictionary properties,
BundleContext context)
|
Uses of Dictionary in org.apache.felix.framework |
---|
Methods in org.apache.felix.framework with parameters of type Dictionary | |
---|---|
boolean |
FilterImpl.match(Dictionary dctnr)
|
boolean |
FilterImpl.matchCase(Dictionary dctnr)
|
ServiceRegistration |
ServiceRegistry.registerService(Bundle bundle,
String[] classNames,
Object svcObj,
Dictionary dict)
|
void |
ServiceRegistry.ServiceRegistryCallbacks.serviceChanged(ServiceEvent event,
Dictionary oldProps)
|
Uses of Dictionary in org.apache.felix.framework.util |
---|
Subclasses of Dictionary in org.apache.felix.framework.util | |
---|---|
class |
MapToDictionary
This is a simple class that implements a Dictionary from a Map. |
Methods in org.apache.felix.framework.util with parameters of type Dictionary | |
---|---|
void |
EventDispatcher.fireServiceEvent(ServiceEvent event,
Dictionary oldProps,
Framework felix)
|
Uses of Dictionary in org.apache.felix.http.api |
---|
Methods in org.apache.felix.http.api with parameters of type Dictionary | |
---|---|
void |
ExtHttpService.registerFilter(javax.servlet.Filter filter,
String pattern,
Dictionary initParams,
int ranking,
HttpContext context)
|
Uses of Dictionary in org.apache.felix.http.base.internal.handler |
---|
Methods in org.apache.felix.http.base.internal.handler with parameters of type Dictionary | |
---|---|
void |
AbstractHandler.setInitParams(Dictionary map)
|
Uses of Dictionary in org.apache.felix.http.base.internal.service |
---|
Methods in org.apache.felix.http.base.internal.service with parameters of type Dictionary | |
---|---|
void |
HttpServiceImpl.registerFilter(javax.servlet.Filter filter,
String pattern,
Dictionary initParams,
int ranking,
HttpContext context)
|
void |
HttpServiceImpl.registerServlet(String alias,
Servlet servlet,
Dictionary initParams,
HttpContext context)
|
Uses of Dictionary in org.apache.felix.http.jetty.internal |
---|
Methods in org.apache.felix.http.jetty.internal with parameters of type Dictionary | |
---|---|
void |
JettyConfig.update(Dictionary props)
|
void |
JettyService.updated(Dictionary props)
|
Uses of Dictionary in org.apache.felix.ipojo |
---|
Methods in org.apache.felix.ipojo that return Dictionary | |
---|---|
Dictionary |
ContextSource.getContext()
Gets the entire context. |
Methods in org.apache.felix.ipojo with parameters of type Dictionary | |
---|---|
void |
IPojoFactory.checkAcceptability(Dictionary conf)
Checks if the configuration is acceptable. |
abstract void |
Handler.configure(Element metadata,
Dictionary configuration)
Configures the handler. |
void |
InstanceManager.configure(Element metadata,
Dictionary configuration)
Configures the instance manager. |
ComponentInstance |
IPojoFactory.createComponentInstance(Dictionary configuration)
Creates an instance. |
ComponentInstance |
Factory.createComponentInstance(Dictionary configuration)
Creates an instance manager (i.e. |
ComponentInstance |
IPojoFactory.createComponentInstance(Dictionary configuration,
ServiceContext serviceContext)
Creates an instance in the specified service context. |
ComponentInstance |
Factory.createComponentInstance(Dictionary configuration,
ServiceContext serviceContext)
Creates an instance manager (i.e. |
ComponentInstance |
ComponentFactory.createInstance(Dictionary config,
IPojoContext context,
HandlerManager[] handlers)
Creates a primitive instance. |
abstract ComponentInstance |
IPojoFactory.createInstance(Dictionary config,
IPojoContext context,
HandlerManager[] handlers)
Creates an instance. |
ComponentInstance |
HandlerManagerFactory.createInstance(Dictionary configuration,
IPojoContext context,
HandlerManager[] handlers)
Creates an instance. |
void |
HandlerManager.init(ComponentInstance instance,
Element metadata,
Dictionary configuration)
Creates and initializes the handler object. |
boolean |
IPojoFactory.isAcceptable(Dictionary conf)
Checks if the configuration is acceptable. |
boolean |
Factory.isAcceptable(Dictionary conf)
Checks if the given configuration is acceptable as a configuration of a component instance. |
void |
Handler.reconfigure(Dictionary configuration)
Reconfigures the instance. |
void |
InstanceManager.reconfigure(Dictionary configuration)
Reconfigures the current instance. |
void |
ComponentInstance.reconfigure(Dictionary configuration)
Re-configures an instance. |
void |
IPojoFactory.reconfigure(Dictionary properties)
Reconfigures an existing instance. |
void |
Factory.reconfigure(Dictionary conf)
Reconfigures an instance already created. |
ServiceRegistration |
ServiceContext.registerService(String[] clazzes,
Object service,
Dictionary properties)
Registers a service inside this service context. |
ServiceRegistration |
IPojoContext.registerService(String[] clazzes,
Object service,
Dictionary properties)
Registers a service. |
ServiceRegistration |
PolicyServiceContext.registerService(String[] clazzes,
Object service,
Dictionary properties)
This method is not supported. |
ServiceRegistration |
ServiceContext.registerService(String clazz,
Object service,
Dictionary properties)
Registers a service inside this service context. |
ServiceRegistration |
IPojoContext.registerService(String clazz,
Object service,
Dictionary properties)
Registers a service. |
ServiceRegistration |
PolicyServiceContext.registerService(String clazz,
Object service,
Dictionary properties)
This method is not supported. |
void |
IPojoFactory.updated(String name,
Dictionary properties)
Creates or updates an instance. |
Uses of Dictionary in org.apache.felix.ipojo.api |
---|
Methods in org.apache.felix.ipojo.api with parameters of type Dictionary | |
---|---|
ComponentInstance |
SingletonComponentType.create(Dictionary conf)
Starts the component type and creates the singleton instance. |
ComponentInstance |
ComponentType.createInstance(Dictionary conf)
Creates a component instance from the current type with the given configuration. |
Uses of Dictionary in org.apache.felix.ipojo.api.composite |
---|
Methods in org.apache.felix.ipojo.api.composite with parameters of type Dictionary | |
---|---|
InstantiatedService |
InstantiatedService.addProperty(String name,
Dictionary values)
Adds a dictionary property. |
Instance |
Instance.addProperty(String name,
Dictionary values)
Adds a dictionary property. |
Uses of Dictionary in org.apache.felix.ipojo.architecture |
---|
Methods in org.apache.felix.ipojo.architecture that return Dictionary | |
---|---|
Dictionary |
ComponentTypeDescription.getPropertiesToPublish()
Computes the default service properties to publish : factory.name, service.pid, component.providedServiceSpecification, component.properties, component.description, factory.State. |
Uses of Dictionary in org.apache.felix.ipojo.composite |
---|
Methods in org.apache.felix.ipojo.composite with parameters of type Dictionary | |
---|---|
void |
CompositeManager.configure(Element metadata,
Dictionary configuration)
Configure the instance manager. |
ComponentInstance |
FactoryProxy.createComponentInstance(Dictionary configuration)
Create an instance manager (i.e. |
ComponentInstance |
FactoryProxy.createComponentInstance(Dictionary configuration,
ServiceContext serviceContext)
Create an instance manager (i.e. |
ComponentInstance |
CompositeFactory.createInstance(Dictionary configuration,
IPojoContext context,
HandlerManager[] handlers)
Create an instance from the current factory. |
boolean |
FactoryProxy.isAcceptable(Dictionary conf)
Check if the given configuration is acceptable as a configuration of a component instance. |
void |
CompositeManager.reconfigure(Dictionary configuration)
Reconfigure the current instance. |
void |
CompositeFactory.reconfigure(Dictionary properties)
Reconfigure an existing instance. |
void |
FactoryProxy.reconfigure(Dictionary conf)
Reconfigure an instance already created. |
ServiceRegistration |
CompositeServiceContext.registerService(String[] arg0,
Object arg1,
Dictionary arg2)
Register a service inside the composite context. |
ServiceRegistration |
CompositeServiceContext.registerService(String arg0,
Object arg1,
Dictionary arg2)
Register a service inside the composite context. |
Uses of Dictionary in org.apache.felix.ipojo.composite.architecture |
---|
Methods in org.apache.felix.ipojo.composite.architecture with parameters of type Dictionary | |
---|---|
void |
ArchitectureHandler.configure(Element metadata,
Dictionary configuration)
Configure the handler. |
Uses of Dictionary in org.apache.felix.ipojo.composite.instance |
---|
Methods in org.apache.felix.ipojo.composite.instance with parameters of type Dictionary | |
---|---|
void |
InstanceHandler.configure(Element metadata,
Dictionary configuration)
Configure method. |
static void |
InstanceHandler.parseProperty(Element prop,
Dictionary dict)
Parse a property. |
Uses of Dictionary in org.apache.felix.ipojo.composite.service.instantiator |
---|
Methods in org.apache.felix.ipojo.composite.service.instantiator with parameters of type Dictionary | |
---|---|
void |
ServiceDependencyHandler.configure(Element metadata,
Dictionary conf)
Configure the handler. |
Constructors in org.apache.felix.ipojo.composite.service.instantiator with parameters of type Dictionary | |
---|---|
SvcInstance(ServiceDependencyHandler handler,
String spec,
Dictionary conf,
boolean isAgg,
boolean isOpt,
Filter filt,
Comparator cmp,
int policy)
Constructor. |
Uses of Dictionary in org.apache.felix.ipojo.composite.service.provides |
---|
Methods in org.apache.felix.ipojo.composite.service.provides with parameters of type Dictionary | |
---|---|
void |
ProvidedServiceHandler.configure(Element metadata,
Dictionary configuration)
Configure the handler. |
Uses of Dictionary in org.apache.felix.ipojo.composite.util |
---|
Methods in org.apache.felix.ipojo.composite.util with parameters of type Dictionary | |
---|---|
static String |
SourceManager.substitute(String str,
Dictionary values)
This method substitute ${var} substring by values stored in a map. |
Uses of Dictionary in org.apache.felix.ipojo.context |
---|
Methods in org.apache.felix.ipojo.context that return Dictionary | |
---|---|
protected Dictionary |
ServiceRegistrationImpl.getProperties()
Gets the published properties. |
Dictionary |
ServiceReferenceImpl.getProperties()
|
Methods in org.apache.felix.ipojo.context with parameters of type Dictionary | |
---|---|
ServiceRegistration |
ServiceRegistry.registerService(ComponentInstance instance,
String[] clazzes,
Object svcObj,
Dictionary dict)
Register a service. |
ServiceRegistration |
ServiceRegistry.registerService(ComponentInstance instance,
String clazz,
Object svcObj,
Dictionary dict)
Register a service. |
void |
ServiceRegistrationImpl.setProperties(Dictionary dict)
Add properties to a service registration. |
Constructors in org.apache.felix.ipojo.context with parameters of type Dictionary | |
---|---|
ServiceRegistrationImpl(ServiceRegistry registry,
ComponentInstance instance,
String[] classes,
Long serviceId,
Object svcObj,
Dictionary dict)
Constructor. |
Uses of Dictionary in org.apache.felix.ipojo.handler.extender |
---|
Methods in org.apache.felix.ipojo.handler.extender with parameters of type Dictionary | |
---|---|
void |
ExtenderModelHandler.configure(Element elem,
Dictionary dict)
Configures the handler. |
Uses of Dictionary in org.apache.felix.ipojo.handler.temporal |
---|
Methods in org.apache.felix.ipojo.handler.temporal with parameters of type Dictionary | |
---|---|
void |
TemporalHandler.configure(Element meta,
Dictionary dictionary)
Configure method. |
Uses of Dictionary in org.apache.felix.ipojo.handler.wbp |
---|
Methods in org.apache.felix.ipojo.handler.wbp with parameters of type Dictionary | |
---|---|
void |
WhiteBoardPatternHandler.configure(Element elem,
Dictionary dict)
Configure method. |
Uses of Dictionary in org.apache.felix.ipojo.handlers.architecture |
---|
Methods in org.apache.felix.ipojo.handlers.architecture with parameters of type Dictionary | |
---|---|
void |
ArchitectureHandler.configure(Element metadata,
Dictionary configuration)
Configure the handler. |
Uses of Dictionary in org.apache.felix.ipojo.handlers.configuration |
---|
Methods in org.apache.felix.ipojo.handlers.configuration with parameters of type Dictionary | |
---|---|
void |
ConfigurationHandler.configure(Element metadata,
Dictionary configuration)
Configures the handler. |
void |
ConfigurationHandler.reconfigure(Dictionary configuration)
Reconfigure the component instance. |
void |
ConfigurationHandler.updated(Dictionary conf)
Managed Service method. |
Uses of Dictionary in org.apache.felix.ipojo.handlers.dependency |
---|
Methods in org.apache.felix.ipojo.handlers.dependency with parameters of type Dictionary | |
---|---|
void |
DependencyHandler.configure(Element componentMetadata,
Dictionary configuration)
Configure the handler. |
Uses of Dictionary in org.apache.felix.ipojo.handlers.event.publisher |
---|
Methods in org.apache.felix.ipojo.handlers.event.publisher with parameters of type Dictionary | |
---|---|
void |
EventAdminPublisherHandler.configure(Element metadata,
Dictionary conf)
Constructor. |
void |
Publisher.send(Dictionary content)
Sends an event with the specified content. |
void |
PublisherImpl.send(Dictionary content)
Sends an event with the specified content. |
Uses of Dictionary in org.apache.felix.ipojo.handlers.event.subscriber |
---|
Methods in org.apache.felix.ipojo.handlers.event.subscriber with parameters of type Dictionary | |
---|---|
void |
EventAdminSubscriberHandler.configure(Element metadata,
Dictionary conf)
Constructor. |
Uses of Dictionary in org.apache.felix.ipojo.handlers.jmx |
---|
Methods in org.apache.felix.ipojo.handlers.jmx with parameters of type Dictionary | |
---|---|
void |
MBeanHandler.configure(Element metadata,
Dictionary dict)
Constructs the structure JmxConfigFieldMap and the Dynamic Mbean. |
Uses of Dictionary in org.apache.felix.ipojo.handlers.lifecycle.callback |
---|
Methods in org.apache.felix.ipojo.handlers.lifecycle.callback with parameters of type Dictionary | |
---|---|
void |
LifecycleCallbackHandler.configure(Element metadata,
Dictionary configuration)
Configure the handler. |
Uses of Dictionary in org.apache.felix.ipojo.handlers.lifecycle.controller |
---|
Methods in org.apache.felix.ipojo.handlers.lifecycle.controller with parameters of type Dictionary | |
---|---|
void |
ControllerHandler.configure(Element metadata,
Dictionary configuration)
Configure method. |
Uses of Dictionary in org.apache.felix.ipojo.handlers.providedservice |
---|
Methods in org.apache.felix.ipojo.handlers.providedservice with parameters of type Dictionary | |
---|---|
protected void |
ProvidedService.addProperties(Dictionary props)
Add properties to the list. |
void |
ProvidedServiceHandler.addProperties(Dictionary dict)
Adds properties to all provided services. |
void |
ProvidedServiceDescription.addProperties(Dictionary props)
Adds and Updates service properties. |
void |
ProvidedServiceHandler.configure(Element componentMetadata,
Dictionary configuration)
Configure the handler. |
protected void |
ProvidedService.deleteProperties(Dictionary props)
Remove properties from the list. |
void |
ProvidedServiceHandler.reconfigure(Dictionary dict)
Reconfigure provided service. |
void |
ProvidedServiceHandler.removeProperties(Dictionary dict)
Remove properties form all provided services. |
void |
ProvidedServiceDescription.removeProperties(Dictionary props)
Removes service properties. |
Constructors in org.apache.felix.ipojo.handlers.providedservice with parameters of type Dictionary | |
---|---|
ProvidedService(ProvidedServiceHandler handler,
String[] specification,
int factoryPolicy,
Class creationStrategyClass,
Dictionary conf)
Creates a provided service object. |
Uses of Dictionary in org.apache.felix.ipojo.junit4osgi.helpers |
---|
Methods in org.apache.felix.ipojo.junit4osgi.helpers with parameters of type Dictionary | |
---|---|
static ComponentInstance |
IPOJOHelper.createComponentInstance(Bundle bundle,
String factoryName,
Dictionary configuration)
Creates a new component instance with the given configuration, from the factory specified in the given bundle. |
static ComponentInstance |
IPOJOHelper.createComponentInstance(Bundle bundle,
String factoryName,
String instanceName,
Dictionary configuration)
Creates a new component instance with the given name and configuration, from the factory specified in the given bundle. |
static ComponentInstance |
IPOJOHelper.createComponentInstance(ServiceContext serviceContext,
String factoryName,
Dictionary configuration)
Creates a new component instance with the given name and configuration, from the factory specified in the given service context. |
static ComponentInstance |
IPOJOHelper.createComponentInstance(ServiceContext serviceContext,
String factoryName,
String instanceName,
Dictionary configuration)
Creates a new component instance with the given name and configuration, from the factory specified in the given service context. |
ComponentInstance |
IPOJOHelper.createComponentInstance(String factoryName,
Dictionary configuration)
Creates a new component instance with the given configuration, from the factory specified in the local bundle. |
ComponentInstance |
IPOJOHelper.createComponentInstance(String factoryName,
String instanceName,
Dictionary configuration)
Creates a new component instance with the given name and configuration, from the factory specified in the given bundle. |
Uses of Dictionary in org.apache.felix.ipojo.parser |
---|
Methods in org.apache.felix.ipojo.parser that return Dictionary | |
---|---|
Dictionary[] |
ManifestMetadataParser.getInstances()
Gets the array of instance configuration described in the metadata. |
Methods in org.apache.felix.ipojo.parser with parameters of type Dictionary | |
---|---|
void |
ManifestMetadataParser.parse(Dictionary dict)
Looks for the iPOJO-Components header
in the given dictionary. |
Uses of Dictionary in org.apache.felix.ipojo.transaction |
---|
Methods in org.apache.felix.ipojo.transaction with parameters of type Dictionary | |
---|---|
void |
TransactionHandler.configure(Element arg0,
Dictionary arg1)
|
Uses of Dictionary in org.apache.felix.jmood.utils |
---|
Methods in org.apache.felix.jmood.utils with parameters of type Dictionary | |
---|---|
static javax.management.openmbean.CompositeData |
OSGi2JMXCodec.encodeRoleProperties(Dictionary RoleProperties)
|
static javax.management.openmbean.CompositeData |
OSGi2JMXCodec.encodeUserCredentials(Dictionary credentials)
|
static Hashtable |
InstrumentationSupport.getHashtable(Dictionary dic)
|
Uses of Dictionary in org.apache.felix.scr |
---|
Methods in org.apache.felix.scr that return Dictionary | |
---|---|
Dictionary |
Component.getProperties()
Returns the properties of the Component. |
Uses of Dictionary in org.apache.felix.scr.impl.config |
---|
Methods in org.apache.felix.scr.impl.config with parameters of type Dictionary | |
---|---|
void |
ComponentHolder.configurationUpdated(String pid,
Dictionary props)
Configure a component with configuration from the given PID. |
void |
ConfiguredComponentHolder.configurationUpdated(String pid,
Dictionary props)
Configures a component with the given configuration. |
void |
UnconfiguredComponentHolder.configurationUpdated(String pid,
Dictionary props)
|
void |
MetaTypeProviderImpl.updated(Dictionary properties)
|
Uses of Dictionary in org.apache.felix.scr.impl.helper |
---|
Subclasses of Dictionary in org.apache.felix.scr.impl.helper | |
---|---|
class |
ReadOnlyDictionary
The ReadOnlyDictionary is both a Dictionary and
a Map whose modificaiton methods (like ReadOnlyDictionary.put(Object, Object) ,
ReadOnlyDictionary.remove(Object) , etc.) have no effect. |
Constructors in org.apache.felix.scr.impl.helper with parameters of type Dictionary | |
---|---|
ReadOnlyDictionary(Dictionary delegatee)
Creates a wrapper for the given delegatee dictionary providing read only access to the data. |
Uses of Dictionary in org.apache.felix.scr.impl.manager |
---|
Methods in org.apache.felix.scr.impl.manager that return Dictionary | |
---|---|
protected static Dictionary |
AbstractComponentManager.copyTo(Dictionary target,
Dictionary source)
Copies the properties from the source Dictionary
into the target Dictionary . |
protected static Dictionary |
AbstractComponentManager.copyTo(Dictionary target,
Dictionary source,
boolean allProps)
Copies the properties from the source Dictionary
into the target Dictionary except for private
properties (whose name has a leading dot) which are only copied if the
allProps parameter is true . |
abstract Dictionary |
AbstractComponentManager.getProperties()
|
Dictionary |
ImmediateComponentManager.getProperties()
Returns the (private copy) of the Component properties to be used for the ComponentContext as well as eventual service registration. |
Dictionary |
ComponentContextImpl.getProperties()
|
Dictionary |
ComponentFactoryImpl.getProperties()
|
Dictionary |
AbstractComponentManager.getServiceProperties()
Returns the subset of component properties to be used as service properties. |
Methods in org.apache.felix.scr.impl.manager with parameters of type Dictionary | |
---|---|
void |
ComponentFactoryImpl.configurationUpdated(String pid,
Dictionary configuration)
|
protected static Dictionary |
AbstractComponentManager.copyTo(Dictionary target,
Dictionary source)
Copies the properties from the source Dictionary
into the target Dictionary . |
protected static Dictionary |
AbstractComponentManager.copyTo(Dictionary target,
Dictionary source,
boolean allProps)
Copies the properties from the source Dictionary
into the target Dictionary except for private
properties (whose name has a leading dot) which are only copied if the
allProps parameter is true . |
ComponentInstance |
ComponentFactoryImpl.newInstance(Dictionary dictionary)
|
void |
ImmediateComponentManager.reconfigure(Dictionary configuration)
Called by the Configuration Admin Service to update the component with Configuration properties. |
protected void |
ImmediateComponentManager.setFactoryProperties(Dictionary dictionary)
|
protected boolean |
AbstractComponentManager.verifyDependencyManagers(Dictionary properties)
|
Uses of Dictionary in org.apache.felix.scr.impl.metadata |
---|
Methods in org.apache.felix.scr.impl.metadata that return Dictionary | |
---|---|
Dictionary |
ComponentMetadata.getProperties()
Returns the properties. |
Uses of Dictionary in org.apache.felix.transaction.internal |
---|
Methods in org.apache.felix.transaction.internal with parameters of type Dictionary | |
---|---|
void |
Activator.updated(String pid,
Dictionary properties)
|
Constructors in org.apache.felix.transaction.internal with parameters of type Dictionary | |
---|---|
TransactionManagerService(String pid,
Dictionary properties,
BundleContext bundleContext)
|
Uses of Dictionary in org.apache.felix.upnp.basedriver.export |
---|
Methods in org.apache.felix.upnp.basedriver.export with parameters of type Dictionary | |
---|---|
void |
ExporterUPnPEventListener.notifyUPnPEvent(String deviceId,
String serviceId,
Dictionary events)
|
Uses of Dictionary in org.apache.felix.upnp.basedriver.importer.core |
---|
Methods in org.apache.felix.upnp.basedriver.importer.core with parameters of type Dictionary | |
---|---|
void |
MyCtrlPoint.registerUPnPDevice(org.cybergarage.upnp.Device dev,
UPnPDeviceImpl upnpDev,
Dictionary prop)
|
Uses of Dictionary in org.apache.felix.upnp.basedriver.importer.core.event.message |
---|
Methods in org.apache.felix.upnp.basedriver.importer.core.event.message that return Dictionary | |
---|---|
Dictionary |
StateChanged.getDictionary()
|
Constructors in org.apache.felix.upnp.basedriver.importer.core.event.message with parameters of type Dictionary | |
---|---|
StateChanged(String sid,
long seq,
Dictionary dic,
org.cybergarage.upnp.Device device,
org.cybergarage.upnp.Service service)
|
Uses of Dictionary in org.apache.felix.upnp.basedriver.importer.core.event.structs |
---|
Methods in org.apache.felix.upnp.basedriver.importer.core.event.structs that return Dictionary | |
---|---|
Dictionary |
StateVarsToNotify.getDictionary()
|
Methods in org.apache.felix.upnp.basedriver.importer.core.event.structs with parameters of type Dictionary | |
---|---|
void |
StateVarsToNotify.updateDic(Dictionary dic)
|
boolean |
SidsListenersMaps.updateListeners(String sid,
String deviceID,
String serviceID,
Dictionary dictionary)
|
boolean |
Sid2Listeners.updateListeners(String sid,
String deviceID,
String serviceID,
Dictionary dictionary)
|
void |
Monitor.updateStateVars(String sid,
Dictionary dic)
|
Uses of Dictionary in org.apache.felix.upnp.basedriver.importer.core.upnp |
---|
Methods in org.apache.felix.upnp.basedriver.importer.core.upnp that return Dictionary | |
---|---|
Dictionary |
UPnPDeviceImpl.getDescriptions(String locale)
|
Dictionary |
UPnPActionImpl.invoke(Dictionary args)
|
Methods in org.apache.felix.upnp.basedriver.importer.core.upnp with parameters of type Dictionary | |
---|---|
Dictionary |
UPnPActionImpl.invoke(Dictionary args)
|
Uses of Dictionary in org.apache.felix.upnp.basedriver.importer.util |
---|
Methods in org.apache.felix.upnp.basedriver.importer.util with parameters of type Dictionary | |
---|---|
static void |
DeviceSetup.deviceSetup(Dictionary properties,
org.cybergarage.upnp.Device dev,
Vector icons,
Hashtable services)
|
Uses of Dictionary in org.apache.felix.upnp.sample.binaryLight.actions |
---|
Methods in org.apache.felix.upnp.sample.binaryLight.actions that return Dictionary | |
---|---|
Dictionary |
SetTargetAction.invoke(Dictionary args)
|
Dictionary |
GetTargetAction.invoke(Dictionary args)
|
Dictionary |
GetStatusAction.invoke(Dictionary args)
|
Methods in org.apache.felix.upnp.sample.binaryLight.actions with parameters of type Dictionary | |
---|---|
Dictionary |
SetTargetAction.invoke(Dictionary args)
|
Dictionary |
GetTargetAction.invoke(Dictionary args)
|
Dictionary |
GetStatusAction.invoke(Dictionary args)
|
Uses of Dictionary in org.apache.felix.upnp.sample.binaryLight.devices |
---|
Methods in org.apache.felix.upnp.sample.binaryLight.devices that return Dictionary | |
---|---|
Dictionary |
LightDevice.getDescriptions(String locale)
|
Uses of Dictionary in org.apache.felix.upnp.sample.clock |
---|
Methods in org.apache.felix.upnp.sample.clock that return Dictionary | |
---|---|
Dictionary |
ClockDevice.getDescriptions(String locale)
|
Dictionary |
SetTimeAction.invoke(Dictionary args)
|
Dictionary |
GetTimeAction.invoke(Dictionary args)
|
Methods in org.apache.felix.upnp.sample.clock with parameters of type Dictionary | |
---|---|
Dictionary |
SetTimeAction.invoke(Dictionary args)
|
Dictionary |
GetTimeAction.invoke(Dictionary args)
|
Uses of Dictionary in org.apache.felix.upnp.sample.tv |
---|
Methods in org.apache.felix.upnp.sample.tv that return Dictionary | |
---|---|
Dictionary |
TvDevice.getDescriptions(String locale)
|
Dictionary |
GetPowerAction.invoke(Dictionary args)
|
Dictionary |
SetPowerAction.invoke(Dictionary args)
|
Methods in org.apache.felix.upnp.sample.tv with parameters of type Dictionary | |
---|---|
Dictionary |
GetPowerAction.invoke(Dictionary args)
|
Dictionary |
SetPowerAction.invoke(Dictionary args)
|
void |
TvDevice.notifyUPnPEvent(String deviceId,
String serviceId,
Dictionary events)
|
Uses of Dictionary in org.apache.felix.upnp.tester.gui |
---|
Methods in org.apache.felix.upnp.tester.gui with parameters of type Dictionary | |
---|---|
void |
SubscriptionPanel.notifyUPnPEvent(String deviceId,
String serviceId,
Dictionary events)
|
Uses of Dictionary in org.apache.felix.useradmin.impl |
---|
Subclasses of Dictionary in org.apache.felix.useradmin.impl | |
---|---|
class |
RoleCredentials
This class RoleCredentials represents role credentials hashtable. |
class |
RoleProperties
This class RoleProperties represents role properties. |
Methods in org.apache.felix.useradmin.impl that return Dictionary | |
---|---|
Dictionary |
UserImpl.getCredentials()
|
Dictionary |
RoleImpl.getProperties()
|
Uses of Dictionary in org.apache.felix.webconsole.plugins.event.internal |
---|
Methods in org.apache.felix.webconsole.plugins.event.internal with parameters of type Dictionary | |
---|---|
static boolean |
OsgiUtil.toBoolean(Dictionary props,
String key,
boolean defaultValue)
|
static int |
OsgiUtil.toInteger(Dictionary props,
String key,
int defaultValue)
|
static Object |
OsgiUtil.toObject(Dictionary props,
String key)
|
static String |
OsgiUtil.toString(Dictionary props,
String key,
String defaultValue)
|
static String[] |
OsgiUtil.toStringArray(Dictionary props,
String key,
String[] defaultArray)
|
void |
PluginServlet.updateConfiguration(Dictionary dict)
|
void |
EventCollector.updateConfiguration(Dictionary props)
|
void |
ConfigurationListener.updated(Dictionary config)
|
Constructors in org.apache.felix.webconsole.plugins.event.internal with parameters of type Dictionary | |
---|---|
EventCollector(Dictionary props)
|
Uses of Dictionary in org.apache.felix.wireadmin |
---|
Methods in org.apache.felix.wireadmin that return Dictionary | |
---|---|
Dictionary |
WireImpl.getProperties()
Return the wire properties for this Wire object. |
Methods in org.apache.felix.wireadmin with parameters of type Dictionary | |
---|---|
Wire |
WireAdminImpl.createWire(String producerPID,
String consumerPID,
Dictionary props)
Create a new Wire object that connects a Producer service to a Consumer service. |
void |
WireAdminImpl.updateWire(Wire wire,
Dictionary props)
Update the properties of a Wire object. |
Uses of Dictionary in org.osgi.application |
---|
Methods in org.osgi.application with parameters of type Dictionary | |
---|---|
ServiceRegistration |
ApplicationContext.registerService(String[] clazzes,
Object service,
Dictionary properties)
Registers the specified service object with the specified properties under the specified class names into the Framework. |
ServiceRegistration |
ApplicationContext.registerService(String clazz,
Object service,
Dictionary properties)
Registers the specified service object with the specified properties under the specified class name with the Framework. |
Uses of Dictionary in org.osgi.framework |
---|
Methods in org.osgi.framework that return Dictionary | |
---|---|
Dictionary |
Bundle.getHeaders()
Returns this bundle's Manifest headers and values. |
Dictionary |
Bundle.getHeaders(String locale)
Returns this bundle's Manifest headers and values localized to the specified locale. |
Methods in org.osgi.framework with parameters of type Dictionary | |
---|---|
boolean |
Filter.match(Dictionary dictionary)
Filter using a Dictionary . |
boolean |
Filter.matchCase(Dictionary dictionary)
Filter with case sensitivity using a Dictionary . |
ServiceRegistration |
BundleContext.registerService(String[] clazzes,
Object service,
Dictionary properties)
Registers the specified service object with the specified properties under the specified class names into the Framework. |
ServiceRegistration |
BundleContext.registerService(String clazz,
Object service,
Dictionary properties)
Registers the specified service object with the specified properties under the specified class name with the Framework. |
void |
ServiceRegistration.setProperties(Dictionary properties)
Updates the properties associated with a service. |
Uses of Dictionary in org.osgi.service.cm |
---|
Methods in org.osgi.service.cm that return Dictionary | |
---|---|
Dictionary |
Configuration.getProperties()
Return the properties of this Configuration object. |
Methods in org.osgi.service.cm with parameters of type Dictionary | |
---|---|
void |
ConfigurationPlugin.modifyConfiguration(ServiceReference reference,
Dictionary properties)
View and possibly modify the a set of configuration properties before they are sent to the Managed Service or the Managed Service Factory. |
void |
Configuration.update(Dictionary properties)
Update the properties of this Configuration object. |
void |
ManagedService.updated(Dictionary properties)
Update the configuration for a Managed Service. |
void |
ManagedServiceFactory.updated(String pid,
Dictionary properties)
Create a new instance, or update the configuration of an existing instance. |
Uses of Dictionary in org.osgi.service.component |
---|
Methods in org.osgi.service.component that return Dictionary | |
---|---|
Dictionary |
ComponentContext.getProperties()
Returns the component properties for this Component Context. |
Methods in org.osgi.service.component with parameters of type Dictionary | |
---|---|
ComponentInstance |
ComponentFactory.newInstance(Dictionary properties)
Create and activate a new component configuration. |
Uses of Dictionary in org.osgi.service.condpermadmin |
---|
Methods in org.osgi.service.condpermadmin with parameters of type Dictionary | |
---|---|
boolean |
Condition.isSatisfied(Condition[] conditions,
Dictionary context)
Returns whether a the set of Condition objects are satisfied. |
Uses of Dictionary in org.osgi.service.device |
---|
Methods in org.osgi.service.device with parameters of type Dictionary | |
---|---|
String[] |
DriverLocator.findDrivers(Dictionary props)
Returns an array of DRIVER_ID strings of drivers capable of
attaching to a device with the given properties. |
Uses of Dictionary in org.osgi.service.event |
---|
Constructors in org.osgi.service.event with parameters of type Dictionary | |
---|---|
Event(String topic,
Dictionary properties)
Constructs an event. |
Uses of Dictionary in org.osgi.service.http |
---|
Methods in org.osgi.service.http with parameters of type Dictionary | |
---|---|
void |
HttpService.registerServlet(String alias,
Servlet servlet,
Dictionary initparams,
HttpContext context)
Registers a servlet into the URI namespace. |
Uses of Dictionary in org.osgi.service.provisioning |
---|
Methods in org.osgi.service.provisioning that return Dictionary | |
---|---|
Dictionary |
ProvisioningService.getInformation()
Returns a reference to the Provisioning Dictionary. |
Methods in org.osgi.service.provisioning with parameters of type Dictionary | |
---|---|
void |
ProvisioningService.addInformation(Dictionary info)
Adds the key/value pairs contained in info to the
Provisioning Information dictionary. |
void |
ProvisioningService.setInformation(Dictionary info)
Replaces the Provisioning Information dictionary with the key/value pairs contained in info . |
Uses of Dictionary in org.osgi.service.upnp |
---|
Methods in org.osgi.service.upnp that return Dictionary | |
---|---|
Dictionary |
UPnPDevice.getDescriptions(String locale)
Get a set of localized UPnP properties. |
Dictionary |
UPnPAction.invoke(Dictionary args)
Invokes the action. |
Methods in org.osgi.service.upnp with parameters of type Dictionary | |
---|---|
Dictionary |
UPnPAction.invoke(Dictionary args)
Invokes the action. |
void |
UPnPEventListener.notifyUPnPEvent(String deviceId,
String serviceId,
Dictionary events)
Callback method that is invoked for received events. |
Uses of Dictionary in org.osgi.service.useradmin |
---|
Methods in org.osgi.service.useradmin that return Dictionary | |
---|---|
Dictionary |
User.getCredentials()
Returns a Dictionary of the credentials of this User
object. |
Dictionary |
Role.getProperties()
Returns a Dictionary of the (public) properties of this
Role object. |
Uses of Dictionary in org.osgi.service.wireadmin |
---|
Methods in org.osgi.service.wireadmin that return Dictionary | |
---|---|
Dictionary |
Wire.getProperties()
Return the wire properties for this Wire object. |
Methods in org.osgi.service.wireadmin with parameters of type Dictionary | |
---|---|
Wire |
WireAdmin.createWire(String producerPID,
String consumerPID,
Dictionary properties)
Create a new Wire object that connects a Producer service to a
Consumer service. |
void |
WireAdmin.updateWire(Wire wire,
Dictionary properties)
Update the properties of a Wire object. |
Uses of Dictionary in org.osgi.util.mobile |
---|
Methods in org.osgi.util.mobile with parameters of type Dictionary | |
---|---|
boolean |
UserPromptCondition.isSatisfied(Condition[] conds,
Dictionary context)
Checks an array of UserPrompt conditions. |
Uses of Dictionary in samples.dependonconfiguration |
---|
Methods in samples.dependonconfiguration with parameters of type Dictionary | |
---|---|
void |
Task.updated(Dictionary properties)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |