public interface IOSGiRemoteServiceContainerAdapter extends IRemoteServiceContainerAdapter
Modifier and Type | Method and Description |
---|---|
IRemoteServiceRegistration |
registerRemoteService(String[] clazzes,
org.osgi.framework.ServiceReference aServiceReference,
Dictionary properties)
Register a new remote service.
|
addRemoteServiceListener, asyncGetRemoteServiceReferences, asyncGetRemoteServiceReferences, asyncGetRemoteServiceReferences, createRemoteFilter, getAllRemoteServiceReferences, getRemoteService, getRemoteServiceID, getRemoteServiceNamespace, getRemoteServiceReference, getRemoteServiceReferences, getRemoteServiceReferences, getRemoteServiceReferences, registerRemoteService, removeRemoteServiceListener, setConnectContextForAuthentication, setRemoteServiceCallPolicy, ungetRemoteService
IRemoteServiceRegistration registerRemoteService(String[] clazzes, org.osgi.framework.ServiceReference aServiceReference, Dictionary properties)
clazzes
- The class names under which the service will be remoted.
The array must match or be a subset of the service's
properties under the key Constants.OBJECTCLASS.
Must not be null
and must not be an
empty array.aServiceReference
- a ServiceRefenrence
. This object must
null
properties
- to be associated with the service reference (replaces
servicereference's properties)null
.Copyright © 2017. All rights reserved.