OSGi™ Core
Release 6
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
 
SCOPE_BUNDLE - Static variable in interface org.osgi.framework.Constants
Service scope is bundle.
SCOPE_PROTOTYPE - Static variable in interface org.osgi.framework.Constants
Service scope is prototype.
SCOPE_SINGLETON - Static variable in interface org.osgi.framework.Constants
Service scope is singleton.
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_BUNDLEID - Static variable in interface org.osgi.framework.Constants
Service property identifying the bundle id of the bundle registering the service.
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_SCOPE - Static variable in interface org.osgi.framework.Constants
Service property identifying a service's scope.
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
A factory for bundle scope services.
ServiceListener - Interface in org.osgi.framework
A ServiceEvent listener.
ServiceObjects<S> - Interface in org.osgi.framework
Allows multiple service objects for a service to be obtained.
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.
ServiceReferenceDTO - Class in org.osgi.framework.dto
Data Transfer Object for a ServiceReference.
ServiceReferenceDTO() - Constructor for class org.osgi.framework.dto.ServiceReferenceDTO
 
ServiceRegistration<S> - Interface in org.osgi.framework
A registered service.
services - Variable in class org.osgi.framework.dto.FrameworkDTO
The services that are registered in the framework.
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.
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.
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_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 - Variable in class org.osgi.framework.startlevel.dto.BundleStartLevelDTO
The assigned start level value for the bundle.
startLevel - Variable in class org.osgi.framework.startlevel.dto.FrameworkStartLevelDTO
The active start level value for the framework.
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.
state - Variable in class org.osgi.framework.dto.BundleDTO
The bundle's state.
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.
symbolicName - Variable in class org.osgi.framework.dto.BundleDTO
The bundle's symbolic name.
symbolicName - Variable in class org.osgi.framework.wiring.dto.BundleRevisionDTO
The symbolic name of the bundle revision.
SynchronousBundleListener - Interface in org.osgi.framework
A synchronous BundleEvent listener.
SYSTEM_BUNDLE_ID - Static variable in interface org.osgi.framework.Constants
Identifier of the OSGi system bundle , which is defined to be 0.
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™ Core
Release 6
A B C D E F G H I L M N O P R S T U V W
Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0