OSGi™ Service Platform
Core Specification

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

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
 
SECURITY_ERROR - Static variable in exception org.osgi.framework.BundleException
The operation failed due to insufficient permissions.
SELECTION_FILTER_ATTRIBUTE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute is used for selection by filtering based upon system properties.
SERVICE_DESCRIPTION - Static variable in interface org.osgi.framework.Constants
Service property identifying a service's description.
SERVICE_EXPORTED_CONFIGS - Static variable in interface org.osgi.framework.Constants
Service property identifying the configuration types that should be used to export the service.
SERVICE_EXPORTED_INTENTS - Static variable in interface org.osgi.framework.Constants
Service property identifying the intents that the distribution provider must implement to distribute the service.
SERVICE_EXPORTED_INTENTS_EXTRA - Static variable in interface org.osgi.framework.Constants
Service property identifying the extra intents that the distribution provider must implement to distribute the service.
SERVICE_EXPORTED_INTERFACES - Static variable in interface org.osgi.framework.Constants
Service property marking the service for export.
SERVICE_ID - Static variable in interface org.osgi.framework.Constants
Service property identifying a service's registration number.
SERVICE_IMPORTED - Static variable in interface org.osgi.framework.Constants
Service property identifying the service as imported.
SERVICE_IMPORTED_CONFIGS - Static variable in interface org.osgi.framework.Constants
Service property identifying the configuration types used to import the service.
SERVICE_INTENTS - Static variable in interface org.osgi.framework.Constants
Service property identifying the intents that this service implement.
SERVICE_PID - Static variable in interface org.osgi.framework.Constants
Service property identifying a service's persistent identifier.
SERVICE_RANKING - Static variable in interface org.osgi.framework.Constants
Service property identifying a service's ranking number.
SERVICE_VENDOR - Static variable in interface org.osgi.framework.Constants
Service property identifying a service's vendor.
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<S> - 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.
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<S> - Interface in org.osgi.framework
A reference to a service.
ServiceRegistration<S> - Interface in org.osgi.framework
A registered service.
setBundleStartLevel(Bundle, int) - Method in interface org.osgi.service.startlevel.StartLevel
Deprecated. Assign a start level value to the specified Bundle.
setBytes(byte[]) - Method in interface org.osgi.framework.hooks.weaving.WovenClass
Set the class file bytes to be used to define the named class.
setConditionalPermissionInfo(String, ConditionInfo[], PermissionInfo[]) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Deprecated. Since 1.1. Use ConditionalPermissionAdmin.newConditionalPermissionUpdate() instead.
setDefaultPermissions(PermissionInfo[]) - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Sets the default permissions.
setInitialBundleStartLevel(int) - Method in interface org.osgi.framework.startlevel.FrameworkStartLevel
Set the initial start level value that is assigned to a Bundle when it is first installed.
setInitialBundleStartLevel(int) - Method in interface org.osgi.service.startlevel.StartLevel
Deprecated. Set the initial start level value that is assigned to a Bundle when it is first installed.
setPermissions(String, PermissionInfo[]) - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Assigns the specified permissions to the bundle with the specified location.
setProperties(Dictionary<String, ?>) - Method in interface org.osgi.framework.ServiceRegistration
Updates the properties associated with a service.
setStartLevel(int) - Method in interface org.osgi.framework.startlevel.BundleStartLevel
Assign a start level value to the bundle.
setStartLevel(int, FrameworkListener...) - Method in interface org.osgi.framework.startlevel.FrameworkStartLevel
Modify the active start level of the Framework and notify when complete.
setStartLevel(int) - Method in interface org.osgi.service.startlevel.StartLevel
Deprecated. 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
 
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.
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_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_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
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.
STARTLEVEL - Static variable in class org.osgi.framework.AdminPermission
The action string startlevel.
StartLevel - Interface in org.osgi.service.startlevel
Deprecated. This service has been replaced by the org.osgi.framework.startlevel package.
STARTLEVEL_CHANGED - Static variable in class org.osgi.framework.FrameworkEvent
A FrameworkStartLevel.setStartLevel operation has completed.
STATECHANGE_ERROR - Static variable in exception org.osgi.framework.BundleException
The operation failed to complete the requested lifecycle state change.
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_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.
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.
SUBCLASSED - Static variable in exception org.osgi.framework.ServiceException
The exception is a subclass of ServiceException.
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.
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
Core Specification

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