Modifier and Type | Method and Description |
---|---|
protected IRemoteServiceContainerAdapter |
AbstractContainerSelector.hasRemoteServiceContainerAdapter(IContainer container) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractHostContainerSelector.matchExistingHostContainer(ServiceReference serviceReference,
Map<String,Object> properties,
IContainer container,
IRemoteServiceContainerAdapter adapter,
ContainerTypeDescription description,
String[] requiredConfigTypes,
String[] requiredServiceIntents) |
Modifier and Type | Class and Description |
---|---|
class |
RegistrySharedObject |
class |
RemoteServiceContainer |
Modifier and Type | Field and Description |
---|---|
protected IRemoteServiceContainerAdapter |
RemoteServiceContainer.registry |
Modifier and Type | Interface and Description |
---|---|
interface |
IOSGiRemoteServiceContainerAdapter |
Modifier and Type | Class and Description |
---|---|
class |
RemoteServiceContainerAdapterImpl |
class |
RSARemoteServiceContainerAdapter
A container adapter intended for use by remote service host containers.
|
Modifier and Type | Method and Description |
---|---|
IRemoteServiceContainerAdapter |
IRemoteServiceContainer.getContainerAdapter()
Get the container adapter for this remote service container.
|
IRemoteServiceContainerAdapter |
RemoteServiceContainer.getContainerAdapter() |
Constructor and Description |
---|
RemoteServiceContainer(IContainer container,
IRemoteServiceContainerAdapter containerAdapter) |
Modifier and Type | Interface and Description |
---|---|
interface |
IRemoteServiceClientContainerAdapter
Remote service client container adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientContainer
Remote service client abstract superclass.
|
class |
AbstractRSAClientContainer
Abstract client container for use by RSA distribution providers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRestClientContainer |
class |
RestClientContainer
A container for REST services.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletServerContainer |
Modifier and Type | Field and Description |
---|---|
protected IRemoteServiceContainerAdapter |
RemoteServiceTracker.containerAdapter
IRemoteServiceContainerAdapter containerAdapter against which
this
RemoteServiceTracker is tracking. |
Constructor and Description |
---|
RemoteServiceTracker(IRemoteServiceContainerAdapter containerAdapter,
ID[] containerIDs,
IRemoteServiceReference reference,
IRemoteServiceTrackerCustomizer customizer)
Create a
RemoteServiceTracker on the specified
IRemoteServiceReference . |
RemoteServiceTracker(IRemoteServiceContainerAdapter containerAdapter,
ID[] containerIDs,
String clazz,
IRemoteServiceTrackerCustomizer customizer)
Create a
RemoteServiceTracker object on the specified class
name. |
Copyright © 2017 Eclipse Foundation. All rights reserved.