Uses of Interface
org.eclipse.ecf.remoteservice.IRemoteServiceContainerAdapter
Package
Description
-
Uses of IRemoteServiceContainerAdapter in org.eclipse.ecf.osgi.services.remoteserviceadmin
Modifier and TypeMethodDescriptionprotected IRemoteServiceContainerAdapter
AbstractContainerSelector.hasRemoteServiceContainerAdapter
(IContainer container) Modifier and TypeMethodDescriptionprotected boolean
AbstractHostContainerSelector.matchExistingHostContainer
(ServiceReference serviceReference, Map<String, Object> properties, IContainer container, IRemoteServiceContainerAdapter adapter, ContainerTypeDescription description, String[] requiredConfigTypes, String[] requiredServiceIntents) -
Uses of IRemoteServiceContainerAdapter in org.eclipse.ecf.provider.remoteservice.generic
Modifier and TypeFieldDescriptionprotected IRemoteServiceContainerAdapter
RemoteServiceContainer.registry
-
Uses of IRemoteServiceContainerAdapter in org.eclipse.ecf.remoteservice
Modifier and TypeClassDescriptionclass
class
A container adapter intended for use by remote service host containers.Modifier and TypeMethodDescriptionIRemoteServiceContainer.getContainerAdapter()
Get the container adapter for this remote service container.RemoteServiceContainer.getContainerAdapter()
ModifierConstructorDescriptionRemoteServiceContainer
(IContainer container, IRemoteServiceContainerAdapter containerAdapter) -
Uses of IRemoteServiceContainerAdapter in org.eclipse.ecf.remoteservice.client
Modifier and TypeInterfaceDescriptioninterface
Remote service client container adapter.Modifier and TypeClassDescriptionclass
Remote service client abstract superclass.class
Abstract client container for use by RSA distribution providers. -
Uses of IRemoteServiceContainerAdapter in org.eclipse.ecf.remoteservice.rest.client
Modifier and TypeClassDescriptionclass
class
A container for REST services. -
Uses of IRemoteServiceContainerAdapter in org.eclipse.ecf.remoteservice.servlet
-
Uses of IRemoteServiceContainerAdapter in org.eclipse.ecf.remoteservice.util.tracker
Modifier and TypeFieldDescriptionprotected final IRemoteServiceContainerAdapter
RemoteServiceTracker.containerAdapter
IRemoteServiceContainerAdapter containerAdapter against which thisRemoteServiceTracker
is tracking.ModifierConstructorDescriptionRemoteServiceTracker
(IRemoteServiceContainerAdapter containerAdapter, ID[] containerIDs, String clazz, IRemoteServiceTrackerCustomizer customizer) Create aRemoteServiceTracker
object on the specified class name.RemoteServiceTracker
(IRemoteServiceContainerAdapter containerAdapter, ID[] containerIDs, IRemoteServiceReference reference, IRemoteServiceTrackerCustomizer customizer) Create aRemoteServiceTracker
on the specifiedIRemoteServiceReference
.