Framework Professional Edition Package


Deprecated API


Contents
Deprecated Interfaces
org.osgi.framework.Configurable
          As of 1.2. Please use Configuration Admin service. 
com.prosyst.util.security.PrivilegedAction
          java.security package API should be used in order to execute appropriately doPrivileged blocks. The provided implementation is fake and is left only for backward compatibility. 
 

Deprecated Classes
com.prosyst.util.security.AccessController
          java.security package API should be used in order to execute appropriately doPrivileged blocks. The provided implementation is fake and is left only for backward compatibility. 
 

Deprecated Fields
org.osgi.framework.Constants.EXPORT_SERVICE
          As of 1.2. 
org.osgi.framework.Constants.IMPORT_SERVICE
          As of 1.2. 
org.osgi.framework.Constants.PACKAGE_SPECIFICATION_VERSION
          As of 1.3. This has been replaced by Constants.VERSION_ATTRIBUTE. 
 

Deprecated Methods
com.prosyst.util.security.AccessController.checkPermission(Object)
            
com.prosyst.util.security.AccessController.doPrivileged(PrivilegedAction, Object, boolean)
            
org.osgi.framework.Configurable.getConfigurationObject()
          As of 1.2. Please use Configuration Admin service. 
com.prosyst.util.security.AccessController.getContext()
            
org.osgi.service.packageadmin.ExportedPackage.getSpecificationVersion()
          As of 1.2, replaced by ExportedPackage.getVersion(). 
org.osgi.service.url.URLStreamHandlerSetter.setURL(URL, String, String, int, String, String)
          This method is only for compatibility with handlers written for JDK 1.1. 
org.osgi.service.url.AbstractURLStreamHandlerService.setURL(URL, String, String, int, String, String)
          This method is only for compatibility with handlers written for JDK 1.1. 
 

Deprecated Constructors
org.osgi.framework.FrameworkEvent(int, Object)
          As of 1.2. This constructor is deprecated in favor of using the other constructor with the System Bundle as the event source. 
 


Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved