OSGi™ Service Platform
Release 4 Version 4.2
A B C D E F G H I J K L M N O P R S T U V W X Y

S

s - Static variable in class org.osgi.util.measurement.Unit
The time unit second (s)
S - Static variable in class org.osgi.util.measurement.Unit
The electric conductance unit siemens (S).
sameFile(URL, URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.sameFile.
sameFile(URL, URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
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.
SCALAR - Static variable in class org.osgi.jmx.JmxConstants
A set of all scalars that can be used in the JmxConstants.TYPE property of a JmxConstants.PROPERTIES_TYPE.
schedule(String, Map, String, String, boolean) - Method in class org.osgi.service.application.ApplicationDescriptor
Schedules the application at a specified event.
SCHEDULE_ACTION - Static variable in class org.osgi.service.application.ApplicationAdminPermission
Allows scheduling of the target applications.
SCHEDULE_ID - Static variable in interface org.osgi.service.application.ScheduledApplication
The property key for the schedule identifier.
ScheduledApplication - Interface in org.osgi.service.application
It is allowed to schedule an application based on a specific event.
SCOPE_PROTOTYPE - Static variable in interface org.osgi.service.blueprint.reflect.BeanMetadata
The bean has prototype scope.
SCOPE_SINGLETON - Static variable in interface org.osgi.service.blueprint.reflect.BeanMetadata
The bean has singleton scope.
SECURITY_ERROR - Static variable in exception org.osgi.framework.BundleException
The operation failed due to insufficient permissions.
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.
SELECTION_FILTER_ATTRIBUTE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute is used for selection by filtering based upon system properties.
sendAlert(String, int, String, AlertItem[]) - Method in interface info.dmtree.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 info.dmtree.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_DESCRIPTION - Static variable in interface org.osgi.framework.Constants
Service property identifying a service's description.
SERVICE_EVENT_TYPE - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The Composite Type that represents a service event.
SERVICE_EXPORTED_CONFIGS - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the configuration types that should be used to export the service.
SERVICE_EXPORTED_INTENTS - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the intents that the distribution provider must implement to distribute the service.
SERVICE_EXPORTED_INTENTS_EXTRA - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the extra intents that the distribution provider must implement to distribute the service.
SERVICE_EXPORTED_INTERFACES - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property marking the service for export.
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.framework.Constants
Service property identifying a service's registration number.
SERVICE_ID - Static variable in interface org.osgi.service.event.EventConstants
A service's id.
SERVICE_IMPORTED - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the service as imported.
SERVICE_IMPORTED_CONFIGS - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the configuration types used to import the service.
SERVICE_INTENTS - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
Service property identifying the intents that this service implement.
SERVICE_OBJECTCLASS - Static variable in interface org.osgi.service.event.EventConstants
A service's objectClass.
SERVICE_PID - Static variable in interface org.osgi.framework.Constants
Service property identifying a service's persistent identifier.
SERVICE_PID - Static variable in interface org.osgi.service.event.EventConstants
A service's persistent identity.
SERVICE_RANKING - Static variable in interface org.osgi.framework.Constants
Service property identifying a service's ranking number.
SERVICE_TYPE - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The Composite Type for a CompositeData representing a service.
SERVICE_VENDOR - Static variable in interface org.osgi.framework.Constants
Service property identifying a service's vendor.
serviceChanged(ApplicationServiceEvent) - Method in interface org.osgi.application.ApplicationServiceListener
Receives notification that a service has had a lifecycle change.
serviceChanged(ServiceEvent) - Method in interface org.osgi.framework.ServiceListener
Receives notification that a service has had a lifecycle change.
ServiceEvent - Class in org.osgi.framework
An event from the Framework describing a service lifecycle change.
ServiceEvent(int, ServiceReference) - Constructor for class org.osgi.framework.ServiceEvent
Creates a new service event object.
ServiceException - Exception in org.osgi.framework
A service exception used to indicate that a service problem occurred.
ServiceException(String, Throwable) - Constructor for exception org.osgi.framework.ServiceException
Creates a ServiceException with the specified message and exception cause.
ServiceException(String) - Constructor for exception org.osgi.framework.ServiceException
Creates a ServiceException with the specified message.
ServiceException(String, int, Throwable) - Constructor for exception org.osgi.framework.ServiceException
Creates a ServiceException with the specified message, type and exception cause.
ServiceException(String, int) - Constructor for exception org.osgi.framework.ServiceException
Creates a ServiceException with the specified message and type.
ServiceFactory - Interface in org.osgi.framework
Allows services to provide customized service objects in the OSGi environment.
ServiceListener - Interface in org.osgi.framework
A ServiceEvent listener.
ServiceMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a service to be registered by the Blueprint Container when enabled.
ServicePermission - Class in org.osgi.framework
A bundle's authority to register or get a service.
ServicePermission(String, String) - Constructor for class org.osgi.framework.ServicePermission
Create a new ServicePermission.
ServicePermission(ServiceReference, String) - Constructor for class org.osgi.framework.ServicePermission
Creates a new requested ServicePermission object to be used by code that must perform checkPermission for the get action.
ServiceReference - Interface in org.osgi.framework
A reference to a service.
ServiceReferenceMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference to an OSGi service.
ServiceRegistration - Interface in org.osgi.framework
A registered service.
SERVICES_IN_USE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key SERVICES_IN_USE, used in BundleStateMBean.SERVICES_IN_USE_ITEM.
SERVICES_IN_USE_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the services in use by this bundle in BundleStateMBean.BUNDLE_TYPE.
SERVICES_TYPE - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The Tabular Type for a Service table.
ServiceStateMBean - Interface in org.osgi.jmx.framework
This MBean represents the Service state of the framework.
ServiceTracker - Class in org.osgi.util.tracker
The ServiceTracker class simplifies using services from the Framework's service registry.
ServiceTracker(BundleContext, ServiceReference, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified ServiceReference.
ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified class name.
ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified Filter object.
ServiceTrackerCustomizer - Interface in org.osgi.util.tracker
The ServiceTrackerCustomizer interface allows a ServiceTracker to customize the service objects that are tracked.
ServiceUnavailableException - Exception in org.osgi.service.blueprint.container
A Blueprint exception indicating that a service is unavailable.
ServiceUnavailableException(String, String) - Constructor for exception org.osgi.service.blueprint.container.ServiceUnavailableException
Creates a Service Unavailable Exception with the specified message.
ServiceUnavailableException(String, String, Throwable) - Constructor for exception org.osgi.service.blueprint.container.ServiceUnavailableException
Creates a Service Unavailable Exception with the specified message and exception cause.
SESSION_CLOSED - Static variable in interface info.dmtree.DmtEvent
Event type indicating that a session was closed.
SESSION_CREATION_TIMEOUT - Static variable in exception info.dmtree.DmtException
Creation of a session timed out because of another ongoing session.
SESSION_OPENED - Static variable in interface info.dmtree.DmtEvent
Event type indicating that a new session was opened.
setBundleLocation(String, String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Set the bundle location the configuration is bound to
setBundleLocation(String) - Method in interface org.osgi.service.cm.Configuration
Bind this Configuration object to the specified bundle location.
setBundleStartLevel(long, int) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Set the start level for the bundle identifier
setBundleStartLevel(Bundle, int) - Method in interface org.osgi.service.startlevel.StartLevel
Assign a start level value to the specified Bundle.
setBundleStartLevels(long[], int[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Set the start levels for the list of bundles.
setConditionalPermissionInfo(String, ConditionInfo[], PermissionInfo[]) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Deprecated. Since 1.1. Use ConditionalPermissionAdmin.newConditionalPermissionUpdate() instead.
setCurrentApplicationId(String) - Method in class org.osgi.service.application.ApplicationAdminPermission
This method can be used in the ProtectionDomain implementation in the implies method to insert the application ID of the current application into the permission being checked.
setDefaultNodeValue(String) - Method in interface info.dmtree.DmtSession
Set the value of a leaf or interior node to its default.
setDefaultPermissions(String[]) - Method in interface org.osgi.jmx.service.permissionadmin.PermissionAdminMBean
Set the default permissions assigned to bundle locations that have no assigned permissions
setDefaultPermissions(PermissionInfo[]) - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Sets the default permissions.
setDOMProperties(DocumentBuilderFactory, Hashtable) - Method in class org.osgi.util.xml.XMLParserActivator
Set the customizable DOM Parser Service Properties.
setFrameworkStartLevel(int) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Set the start level for the framework
setInformation(TabularData) - Method in interface org.osgi.jmx.service.provisioning.ProvisioningServiceMBean
Replaces the Provisioning Information dictionary with the entries of the supplied table.
setInformation(Dictionary) - Method in interface org.osgi.service.provisioning.ProvisioningService
Replaces the Provisioning Information dictionary with the key/value pairs contained in info.
setInitialBundleStartLevel(int) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Set the initial start level assigned to a bundle when it is first started
setInitialBundleStartLevel(int) - Method in interface org.osgi.service.startlevel.StartLevel
Set the initial start level value that is assigned to a Bundle when it is first installed.
setNodeAcl(String, Acl) - Method in interface info.dmtree.DmtSession
Set the Access Control List associated with a given node.
setNodeTitle(String, String) - Method in interface info.dmtree.DmtSession
Set the title property of a node.
setNodeTitle(String[], String) - Method in interface info.dmtree.spi.ReadWriteDataSession
Set the title property of a node.
setNodeType(String, String) - Method in interface info.dmtree.DmtSession
Set the type of a node.
setNodeType(String[], String) - Method in interface info.dmtree.spi.ReadWriteDataSession
Set the type of a node.
setNodeValue(String, DmtData) - Method in interface info.dmtree.DmtSession
Set the value of a leaf or interior node.
setNodeValue(String[], DmtData) - Method in interface info.dmtree.spi.ReadWriteDataSession
Set the value of a leaf or interior node.
setPermission(String, int) - Method in class info.dmtree.Acl
Create a new Acl instance from this Acl where all permissions for the given principal are overwritten with the given permissions.
setPermissions(String, String[]) - Method in interface org.osgi.jmx.service.permissionadmin.PermissionAdminMBean
Set the permissions on the bundle specified by the bundle location
setPermissions(String, PermissionInfo[]) - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Assigns the specified permissions to the bundle with the specified location.
setProperties(Dictionary) - Method in interface org.osgi.framework.ServiceRegistration
Updates the properties associated with a service.
setSAXProperties(SAXParserFactory, Hashtable) - Method in class org.osgi.util.xml.XMLParserActivator
Set the customizable SAX Parser Service Properties.
setStartLevel(int) - Method in interface org.osgi.service.startlevel.StartLevel
Modify the active start level of the Framework.
setURL(URL, String, String, int, String, String) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
Deprecated. This method is only for compatibility with handlers written for JDK 1.1.
setURL(URL, String, String, int, String, String, String, String, String) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls realHandler.setURL(URL,String,String,int,String,String,String,String).
setURL(URL, String, String, int, String, String) - Method in interface org.osgi.service.url.URLStreamHandlerSetter
Deprecated. This method is only for compatibility with handlers written for JDK 1.1.
setURL(URL, String, String, int, String, String, String, String, String) - Method in interface org.osgi.service.url.URLStreamHandlerSetter
 
SHORT - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of Short
SHORT - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The SHORT (4) type.
shutdownFramework() - Method in interface org.osgi.jmx.framework.FrameworkMBean
Shutdown the framework by stopping the system bundle
SIGNERS_ALL - Static variable in interface org.osgi.framework.Bundle
Request that all certificates used to sign the bundle be returned.
SIGNERS_TRUSTED - Static variable in interface org.osgi.framework.Bundle
Request that only certificates used to sign the bundle that are trusted by the framework be returned.
SINGLETON_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive identifying whether a bundle is a singleton.
size() - Method in class org.osgi.service.blueprint.container.ReifiedType
Return the number of type parameters for this type.
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(int) - Method in interface org.osgi.framework.Bundle
Starts this bundle.
start() - Method in interface org.osgi.framework.Bundle
Starts this bundle with no options.
start(BundleContext) - Method in interface org.osgi.framework.BundleActivator
Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.
start() - Method in interface org.osgi.framework.launch.Framework
Start this Framework.
start(int) - Method in interface org.osgi.framework.launch.Framework
Start this Framework.
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.
START_ACTIVATION_POLICY - Static variable in interface org.osgi.framework.Bundle
The bundle start operation must activate the bundle according to the bundle's declared activation policy.
START_LEVEL - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key START_LEVEL, used in BundleStateMBean.START_LEVEL_ITEM.
START_LEVEL_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the start level in BundleStateMBean.BUNDLE_TYPE.
START_TRANSIENT - Static variable in interface org.osgi.framework.Bundle
The bundle start operation is transient and the persistent autostart setting of the bundle is not modified.
START_TRANSIENT_ERROR - Static variable in exception org.osgi.framework.BundleException
The start transient operation failed because the start level of the bundle is greater than the current framework start level
startBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Start the bundle indicated by the bundle identifier
startBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch start the bundles indicated by the list of bundle identifier
STARTED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been started.
STARTED - Static variable in class org.osgi.framework.FrameworkEvent
The Framework has started.
STARTING - Static variable in interface org.osgi.framework.Bundle
The bundle is in the process of starting.
STARTING - Static variable in class org.osgi.framework.BundleEvent
The bundle is about to be activated.
STARTING - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant STARTING for the BundleStateMBean.STATE
startJob(String, String[], int) - Method in interface org.osgi.service.monitor.MonitorAdmin
Starts a change based MonitoringJob with the parameters provided.
STARTJOB - Static variable in class org.osgi.service.monitor.MonitorPermission
Holders of MonitorPermission with the startjob action present are allowed to initiate monitoring jobs involving the StatusVariables specified in the permission's target field.
STARTLEVEL - Static variable in class org.osgi.framework.AdminPermission
The action string startlevel.
StartLevel - Interface in org.osgi.service.startlevel
The StartLevel service allows management agents to manage a start level assigned to each bundle and the active start level of the Framework.
STARTLEVEL_CHANGED - Static variable in class org.osgi.framework.FrameworkEvent
A StartLevel.setStartLevel operation has completed.
startScheduledJob(String, String[], int, int) - Method in interface org.osgi.service.monitor.MonitorAdmin
Starts a time based MonitoringJob with the parameters provided.
STATE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key STATE, used in BundleStateMBean.STATE_ITEM.
State - Class in org.osgi.util.measurement
Groups a state name, value and timestamp.
State(int, String, long) - Constructor for class org.osgi.util.measurement.State
Create a new State object.
State(int, String) - Constructor for class org.osgi.util.measurement.State
Create a new State object with a time of 0.
STATE_CLOSED - Static variable in interface info.dmtree.DmtSession
The session is closed, DMT manipulation operations are not available, they throw DmtIllegalStateException if tried.
STATE_INVALID - Static variable in interface info.dmtree.DmtSession
The session is invalid because a fatal error happened.
STATE_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the bundle state in BundleStateMBean.BUNDLE_TYPE.
STATE_OPEN - Static variable in interface info.dmtree.DmtSession
The session is open, all session operations are available.
STATECHANGE_ERROR - Static variable in exception org.osgi.framework.BundleException
The operation failed to complete the requested lifecycle state change.
StatusVariable - Class in org.osgi.service.monitor
A StatusVariable object represents the value of a status variable taken with a certain collection method at a certain point of time.
StatusVariable(String, int, int) - Constructor for class org.osgi.service.monitor.StatusVariable
Constructor for a StatusVariable of int type.
StatusVariable(String, int, float) - Constructor for class org.osgi.service.monitor.StatusVariable
Constructor for a StatusVariable of float type.
StatusVariable(String, int, boolean) - Constructor for class org.osgi.service.monitor.StatusVariable
Constructor for a StatusVariable of boolean type.
StatusVariable(String, int, String) - Constructor for class org.osgi.service.monitor.StatusVariable
Constructor for a StatusVariable of String type.
stop(int) - Method in interface org.osgi.framework.Bundle
Stops this bundle.
stop() - Method in interface org.osgi.framework.Bundle
Stops this bundle with no options.
stop(BundleContext) - Method in interface org.osgi.framework.BundleActivator
Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle.
stop() - Method in interface org.osgi.framework.launch.Framework
Stop this Framework.
stop(int) - Method in interface org.osgi.framework.launch.Framework
Stop this Framework.
stop() - Method in interface org.osgi.service.monitor.MonitoringJob
Stops a Monitoring Job.
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.
STOP_TRANSIENT - Static variable in interface org.osgi.framework.Bundle
The bundle stop is transient and the persistent autostart setting of the bundle is not modified.
stopBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Stop the bundle indicated by the bundle identifier
stopBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch stop the bundles indicated by the list of bundle identifier
STOPPED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been stopped.
STOPPED - Static variable in class org.osgi.framework.FrameworkEvent
The Framework has stopped.
STOPPED_BOOTCLASSPATH_MODIFIED - Static variable in class org.osgi.framework.FrameworkEvent
The Framework has stopped and the boot class path has changed.
STOPPED_UPDATE - Static variable in class org.osgi.framework.FrameworkEvent
The Framework has stopped during update.
STOPPING - Static variable in interface org.osgi.framework.Bundle
The bundle is in the process of stopping.
STOPPING - Static variable in class org.osgi.framework.BundleEvent
The bundle is about to deactivated.
STOPPING - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant STOPPING for the BundleStateMBean.STATE
STOPPING - Static variable in class org.osgi.service.application.ApplicationHandle
The application instance is being stopped.
STRING - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE value in the case of String
STRING - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The STRING (1) type.
STRING_ARRAY_TYPE - Static variable in class org.osgi.jmx.JmxConstants
The MBean Open type for an array of strings
sub(Measurement) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the subtraction of the specified object from this object.
sub(double, Unit) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the subtraction of the specified value from this object.
sub(double) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the subtraction of the specified value from this object.
SUBCLASSED - Static variable in exception org.osgi.framework.ServiceException
The exception is a subclass of ServiceException.
SUBSCRIBE - Static variable in class org.osgi.service.event.TopicPermission
The action string subscribe.
SUCCESS - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The SUCCESS, used in FrameworkMBean.SUCCESS_ITEM.
SUCCESS_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item that indicates if this operation was successful.
SUPPORTS_BOOTCLASSPATH_EXTENSION - Static variable in interface org.osgi.framework.Constants
Framework environment property identifying whether the Framework supports bootclasspath extension bundles.
SUPPORTS_FRAMEWORK_EXTENSION - Static variable in interface org.osgi.framework.Constants
Framework environment property identifying whether the Framework supports framework extension bundles.
SUPPORTS_FRAMEWORK_FRAGMENT - Static variable in interface org.osgi.framework.Constants
Framework environment property identifying whether the Framework supports fragment bundles.
SUPPORTS_FRAMEWORK_REQUIREBUNDLE - Static variable in interface org.osgi.framework.Constants
Framework environment property identifying whether the Framework supports the Require-Bundle manifest header.
switchEvents(String, boolean) - Method in interface org.osgi.service.monitor.MonitorAdmin
Switches event sending on or off for the specified StatusVariables.
SWITCHEVENTS - Static variable in class org.osgi.service.monitor.MonitorPermission
Holders of MonitorPermission with the switchevents action present are allowed to switch event sending on or off for the value of the StatusVariables specified in the permission's target field.
SYMBOLIC_NAME - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key SYMBOLIC_NAME, used in BundleStateMBean.SYMBOLIC_NAME_ITEM.
SYMBOLIC_NAME_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the symbolic name in BundleStateMBean.BUNDLE_TYPE.
sync() - Method in interface org.osgi.service.prefs.Preferences
Ensures that future reads from this node and its descendants reflect any changes that were committed to the persistent store (from any VM) prior to the sync invocation.
SynchronousBundleListener - Interface in org.osgi.framework
A synchronous BundleEvent listener.
SYSTEM_BUNDLE_LOCATION - Static variable in interface org.osgi.framework.Constants
Location identifier of the OSGi system bundle , which is defined to be "System Bundle".
SYSTEM_BUNDLE_SYMBOLICNAME - Static variable in interface org.osgi.framework.Constants
Alias for the symbolic name of the OSGi system bundle .

OSGi™ Service Platform
Release 4 Version 4.2
A B C D E F G H I J K L M N O P R S T U V W X Y
Copyright © OSGi Alliance (2000, 2010). All Rights Reserved. Licensed under the OSGi Specification License, Version 1.0