Uses of Interface
org.eclipse.ecf.remoteservice.IRemoteServiceContainerAdapter
Packages that use IRemoteServiceContainerAdapter
Package
Description
-
Uses of IRemoteServiceContainerAdapter in org.eclipse.ecf.osgi.services.remoteserviceadmin
Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin that return IRemoteServiceContainerAdapterModifier and TypeMethodDescriptionprotected IRemoteServiceContainerAdapter
AbstractContainerSelector.hasRemoteServiceContainerAdapter
(IContainer container) Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type IRemoteServiceContainerAdapterModifier 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
Classes in org.eclipse.ecf.provider.remoteservice.generic that implement IRemoteServiceContainerAdapterFields in org.eclipse.ecf.provider.remoteservice.generic declared as IRemoteServiceContainerAdapterModifier and TypeFieldDescriptionprotected IRemoteServiceContainerAdapter
RemoteServiceContainer.registry
-
Uses of IRemoteServiceContainerAdapter in org.eclipse.ecf.remoteservice
Subinterfaces of IRemoteServiceContainerAdapter in org.eclipse.ecf.remoteserviceClasses in org.eclipse.ecf.remoteservice that implement IRemoteServiceContainerAdapterModifier and TypeClassDescriptionclass
class
A container adapter intended for use by remote service host containers.Methods in org.eclipse.ecf.remoteservice that return IRemoteServiceContainerAdapterModifier and TypeMethodDescriptionIRemoteServiceContainer.getContainerAdapter()
Get the container adapter for this remote service container.RemoteServiceContainer.getContainerAdapter()
Constructors in org.eclipse.ecf.remoteservice with parameters of type IRemoteServiceContainerAdapterModifierConstructorDescriptionRemoteServiceContainer
(IContainer container, IRemoteServiceContainerAdapter containerAdapter) -
Uses of IRemoteServiceContainerAdapter in org.eclipse.ecf.remoteservice.client
Subinterfaces of IRemoteServiceContainerAdapter in org.eclipse.ecf.remoteservice.clientModifier and TypeInterfaceDescriptioninterface
Remote service client container adapter.Classes in org.eclipse.ecf.remoteservice.client that implement IRemoteServiceContainerAdapterModifier 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
Classes in org.eclipse.ecf.remoteservice.rest.client that implement IRemoteServiceContainerAdapterModifier and TypeClassDescriptionclass
class
A container for REST services. -
Uses of IRemoteServiceContainerAdapter in org.eclipse.ecf.remoteservice.servlet
Classes in org.eclipse.ecf.remoteservice.servlet that implement IRemoteServiceContainerAdapter -
Uses of IRemoteServiceContainerAdapter in org.eclipse.ecf.remoteservice.util.tracker
Fields in org.eclipse.ecf.remoteservice.util.tracker declared as IRemoteServiceContainerAdapterModifier and TypeFieldDescriptionprotected final IRemoteServiceContainerAdapter
RemoteServiceTracker.containerAdapter
IRemoteServiceContainerAdapter containerAdapter against which thisRemoteServiceTracker
is tracking.Constructors in org.eclipse.ecf.remoteservice.util.tracker with parameters of type IRemoteServiceContainerAdapterModifierConstructorDescriptionRemoteServiceTracker
(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
.