public interface ServiceProviding
| Modifier and Type | Method and Description |
|---|---|
<S> org.osgi.framework.ServiceRegistration<S> |
providesService(S service)
Registers the service under it's own specified type and without service
properties.
|
<S> org.osgi.framework.ServiceRegistration<S> |
providesService(S service,
java.lang.Class<? super S> type)
Registers the service under the specified type and without service
properties.
|
<S> org.osgi.framework.ServiceRegistration<S> |
providesService(S service,
java.lang.Class<? super S> type1,
java.lang.Class<? super S> type2)
Registers the service under the specified types and without service
properties.
|
<S> org.osgi.framework.ServiceRegistration<S> |
providesService(S service,
java.lang.Class<? super S> type1,
java.lang.Class<? super S> type2,
java.lang.Class<? super S> type3)
Registers the service under the specified types and without service
properties.
|
<S> org.osgi.framework.ServiceRegistration<S> |
providesService(S service,
java.lang.Class<? super S> type1,
java.lang.Class<? super S> type2,
java.lang.Class<? super S> type3,
java.lang.Class<? super S> type4)
Registers the service under the specified types and without service
properties.
|
<S> org.osgi.framework.ServiceRegistration<S> |
providesService(S service,
java.lang.Class<? super S> type1,
java.lang.Class<? super S> type2,
java.lang.Class<? super S> type3,
java.lang.Class<? super S> type4,
java.util.Map<java.lang.String,java.lang.Object> properties)
Registers the service under the specified types with the given service
properties.
|
<S> org.osgi.framework.ServiceRegistration<S> |
providesService(S service,
java.lang.Class<? super S> type1,
java.lang.Class<? super S> type2,
java.lang.Class<? super S> type3,
java.util.Map<java.lang.String,java.lang.Object> properties)
Registers the service under the specified types with the given service
properties.
|
<S> org.osgi.framework.ServiceRegistration<S> |
providesService(S service,
java.lang.Class<? super S> type1,
java.lang.Class<? super S> type2,
java.util.Map<java.lang.String,java.lang.Object> properties)
Registers the service under the specified types with the given service
properties.
|
<S> org.osgi.framework.ServiceRegistration<S> |
providesService(S service,
java.lang.Class<? super S> type,
java.util.Map<java.lang.String,java.lang.Object> properties)
Registers the service under the specified type with the given service
properties.
|
<S> org.osgi.framework.ServiceRegistration<S> |
providesService(S service,
java.util.Map<java.lang.String,java.lang.Object> properties)
Registers the service under it's own specified type with the given service
properties.
|
<S> org.osgi.framework.ServiceRegistration<S> providesService(S service)
<S> org.osgi.framework.ServiceRegistration<S> providesService(S service,
java.lang.Class<? super S> type)
<S> org.osgi.framework.ServiceRegistration<S> providesService(S service,
java.lang.Class<? super S> type1,
java.lang.Class<? super S> type2)
<S> org.osgi.framework.ServiceRegistration<S> providesService(S service,
java.lang.Class<? super S> type1,
java.lang.Class<? super S> type2,
java.lang.Class<? super S> type3)
service - The service.to easily create a map in-place.<S> org.osgi.framework.ServiceRegistration<S> providesService(S service,
java.lang.Class<? super S> type1,
java.lang.Class<? super S> type2,
java.lang.Class<? super S> type3,
java.lang.Class<? super S> type4)
service - The service.to easily create a map in-place.<S> org.osgi.framework.ServiceRegistration<S> providesService(S service,
java.util.Map<java.lang.String,java.lang.Object> properties)
service - The service.properties - The service properties.to easily create a map in-place.<S> org.osgi.framework.ServiceRegistration<S> providesService(S service,
java.lang.Class<? super S> type,
java.util.Map<java.lang.String,java.lang.Object> properties)
service - The service.properties - The service properties.to easily create a map in-place.<S> org.osgi.framework.ServiceRegistration<S> providesService(S service,
java.lang.Class<? super S> type1,
java.lang.Class<? super S> type2,
java.util.Map<java.lang.String,java.lang.Object> properties)
service - The service.properties - The service properties.to easily create a map in-place.<S> org.osgi.framework.ServiceRegistration<S> providesService(S service,
java.lang.Class<? super S> type1,
java.lang.Class<? super S> type2,
java.lang.Class<? super S> type3,
java.util.Map<java.lang.String,java.lang.Object> properties)
service - The service.properties - The service properties.to easily create a map in-place.<S> org.osgi.framework.ServiceRegistration<S> providesService(S service,
java.lang.Class<? super S> type1,
java.lang.Class<? super S> type2,
java.lang.Class<? super S> type3,
java.lang.Class<? super S> type4,
java.util.Map<java.lang.String,java.lang.Object> properties)
service - The service.properties - The service properties.to easily create a map in-place.