Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Fields
  • Methods
  • Annotation Type Elements
  • Deprecated Interfaces
    Interface
    Description
    org.osgi.service.remoteserviceadmin.EndpointListener
    As of 1.1. Replaced by EndpointEventListener.
  • Deprecated Fields
    Field
    Description
    org.osgi.service.event.EventConstants.EXECPTION_CLASS
    As of 1.1. Replaced by EventConstants.EXCEPTION_CLASS.
    org.osgi.service.log.LogService.LOG_DEBUG
    Since 1.4. Replaced by LogLevel.DEBUG.
    org.osgi.service.log.LogService.LOG_ERROR
    Since 1.4. Replaced by LogLevel.ERROR.
    org.osgi.service.log.LogService.LOG_INFO
    Since 1.4. Replaced by LogLevel.INFO.
    org.osgi.service.log.LogService.LOG_WARNING
    Since 1.4. Replaced by LogLevel.WARN.
    org.osgi.service.metatype.AttributeDefinition.BIGDECIMAL
    As of 1.1.
    org.osgi.service.metatype.AttributeDefinition.BIGINTEGER
    As of 1.1.
  • Deprecated Methods
    Method
    Description
    org.osgi.service.component.annotations.Component.servicefactory()
    Since 1.3. Replaced by Component.scope().
    org.osgi.service.log.LogEntry.getLevel()
    Since 1.4. Replaced by LogEntry.getLogLevel().
    org.osgi.service.log.LogService.log(int, String)
    Since 1.4. Replaced by Logger. See LoggerFactory.
    org.osgi.service.log.LogService.log(int, String, Throwable)
    Since 1.4. Replaced by Logger. See LoggerFactory.
    org.osgi.service.log.LogService.log(ServiceReference<?>, int, String)
    Since 1.4. Replaced by Logger. See LoggerFactory.
    org.osgi.service.log.LogService.log(ServiceReference<?>, int, String, Throwable)
    Since 1.4. Replaced by Logger. See LoggerFactory.
    org.osgi.service.upnp.UPnPException.getUPnPError_Code()
    As of 1.2. Replaced by UPnPException.getUPnPErrorCode().
  • Deprecated Annotation Type Elements
    Annotation Type Element
    Description
    org.osgi.service.component.annotations.Component.servicefactory()
    Since 1.3. Replaced by Component.scope().