OSGi™ Service Platform
Residential Specification

Release 4 Version 4.3
A B C D E F G H I K L M N O P R S T U V W X

S

SAXCLASSFILE - Static variable in class org.osgi.util.xml.XMLParserActivator
Fully qualified path name of SAX Parser Factory Class Name file
SAXFACTORYNAME - Static variable in class org.osgi.util.xml.XMLParserActivator
Filename containing the SAX Parser Factory Class name.
select(ServiceReference, Match[]) - Method in interface org.osgi.service.device.DriverSelector
Select one of the matching Driver services.
SELECT_NONE - Static variable in interface org.osgi.service.device.DriverSelector
Return value from DriverSelector.select, if no Driver service should be attached to the Device service.
sendAlert(String, int, String, AlertItem[]) - Method in interface org.osgi.service.dmt.notification.spi.RemoteAlertSender
Sends an alert to a server identified by its principal name.
sendEvent(Event) - Method in interface org.osgi.service.event.EventAdmin
Initiate synchronous delivery of an event.
sendNotification(String, int, String, AlertItem[]) - Method in interface org.osgi.service.dmt.notification.NotificationService
Sends a notification to a named principal.
sendsEvents() - Method in interface org.osgi.service.upnp.UPnPStateVariable
Tells if this StateVariable can be used as an event source.
SERIAL_NUMBER - Static variable in interface org.osgi.service.upnp.UPnPDevice
Optional (but recommended) property key for a String typed property holding the serial number of the device.
SERVICE - Static variable in interface org.osgi.service.event.EventConstants
A service reference.
SERVICE_BUNDLELOCATION - Static variable in interface org.osgi.service.cm.ConfigurationAdmin
Configuration property naming the location of the bundle that is associated with a a Configuration object.
SERVICE_COMPONENT - Static variable in interface org.osgi.service.component.ComponentConstants
Manifest header specifying the XML documents within a bundle that contain the bundle's Service Component descriptions.
SERVICE_FACTORYPID - Static variable in interface org.osgi.service.cm.ConfigurationAdmin
Configuration property naming the Factory PID in the configuration dictionary.
SERVICE_ID - Static variable in interface org.osgi.service.event.EventConstants
A service's id.
SERVICE_OBJECTCLASS - Static variable in interface org.osgi.service.event.EventConstants
A service's objectClass.
SERVICE_PID - Static variable in interface org.osgi.service.event.EventConstants
A service's persistent identity.
ServiceTracker<S,T> - Class in org.osgi.util.tracker
The ServiceTracker class simplifies using services from the Framework's service registry.
ServiceTracker(BundleContext, ServiceReference<S>, ServiceTrackerCustomizer<S, T>) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified ServiceReference.
ServiceTracker(BundleContext, String, ServiceTrackerCustomizer<S, T>) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified class name.
ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer<S, T>) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified Filter object.
ServiceTracker(BundleContext, Class<S>, ServiceTrackerCustomizer<S, T>) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified class.
ServiceTrackerCustomizer<S,T> - Interface in org.osgi.util.tracker
The ServiceTrackerCustomizer interface allows a ServiceTracker to customize the service objects that are tracked.
SESSION_CLOSED - Static variable in interface org.osgi.service.dmt.DmtEvent
Event type indicating that a session was closed.
SESSION_CREATION_TIMEOUT - Static variable in exception org.osgi.service.dmt.DmtException
Creation of a session timed out because of another ongoing session.
SESSION_OPENED - Static variable in interface org.osgi.service.dmt.DmtEvent
Event type indicating that a new session was opened.
setBundleLocation(String) - Method in interface org.osgi.service.cm.Configuration
Bind this Configuration object to the specified location.
setDefaultNodeValue(String) - Method in interface org.osgi.service.dmt.DmtSession
Set the value of a leaf or interior node to its default.
setDOMProperties(DocumentBuilderFactory, Hashtable) - Method in class org.osgi.util.xml.XMLParserActivator
Set the customizable DOM Parser Service Properties.
setInformation(Dictionary) - Method in interface org.osgi.service.provisioning.ProvisioningService
Replaces the Provisioning Information dictionary with the key/value pairs contained in info.
setNodeAcl(String, Acl) - Method in interface org.osgi.service.dmt.DmtSession
Set the Access Control List associated with a given node.
setNodeTitle(String, String) - Method in interface org.osgi.service.dmt.DmtSession
Set the title property of a node.
setNodeTitle(String[], String) - Method in interface org.osgi.service.dmt.spi.ReadWriteDataSession
Set the title property of a node.
setNodeType(String, String) - Method in interface org.osgi.service.dmt.DmtSession
Set the type of a node.
setNodeType(String[], String) - Method in interface org.osgi.service.dmt.spi.ReadWriteDataSession
Set the type of a node.
setNodeValue(String, DmtData) - Method in interface org.osgi.service.dmt.DmtSession
Set the value of a leaf or interior node.
setNodeValue(String[], DmtData) - Method in interface org.osgi.service.dmt.spi.ReadWriteDataSession
Set the value of a leaf or interior node.
setParameterValue(String, String, int) - Method in interface org.osgi.service.tr069todmt.TR069Connector
Setting a parameter.
setPermission(String, int) - Method in class org.osgi.service.dmt.Acl
Create a new Acl instance from this Acl where all permissions for the given principal are overwritten with the given permissions.
setSAXProperties(SAXParserFactory, Hashtable) - Method in class org.osgi.util.xml.XMLParserActivator
Set the customizable SAX Parser Service Properties.
SHORT - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The SHORT (4) type.
size() - Method in class org.osgi.service.event.EventProperties
Return the number of properties.
size() - Method in class org.osgi.util.tracker.BundleTracker
Return the number of bundles being tracked by this BundleTracker.
size() - Method in class org.osgi.util.tracker.ServiceTracker
Return the number of services being tracked by this ServiceTracker.
start(BundleContext) - Method in class org.osgi.util.xml.XMLParserActivator
Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.
STATE_CLOSED - Static variable in interface org.osgi.service.dmt.DmtSession
The session is closed, DMT manipulation operations are not available, they throw DmtIllegalStateException if tried.
STATE_INVALID - Static variable in interface org.osgi.service.dmt.DmtSession
The session is invalid because a fatal error happened.
STATE_OPEN - Static variable in interface org.osgi.service.dmt.DmtSession
The session is open, all session operations are available.
stop(BundleContext) - Method in class org.osgi.util.xml.XMLParserActivator
This method has nothing to do as all active service registrations will automatically get unregistered when the bundle stops.
STRING - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The STRING (1) type.
SUBSCRIBE - Static variable in class org.osgi.service.event.TopicPermission
The action string subscribe.

OSGi™ Service Platform
Residential Specification

Release 4 Version 4.3
A B C D E F G H I K L M N O P R S T U V W X
Copyright © OSGi Alliance (2000, 2012). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0