Uses of Interface
com.tangosol.net.ServiceDependencies
Packages that use ServiceDependencies
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains basic cluster interfaces and factories.
-
Uses of ServiceDependencies in com.tangosol.coherence.config.scheme
Classes in com.tangosol.coherence.config.scheme with type parameters of type ServiceDependenciesModifier and TypeClassDescriptionclass
AbstractCachingScheme<D extends ServiceDependencies>
AnAbstractCachingScheme
is a base implementation for anCachingScheme
.class
AbstractServiceScheme<D extends ServiceDependencies>
TheAbstractServiceScheme
provides functionality common to all schemes that use services.Fields in com.tangosol.coherence.config.scheme declared as ServiceDependenciesModifier and TypeFieldDescriptionprotected D
AbstractServiceScheme.m_serviceDependencies
TheServiceDependencies
to be used to configure the services produced by this scheme. -
Uses of ServiceDependencies in com.tangosol.net
Methods in com.tangosol.net that return ServiceDependenciesModifier and TypeMethodDescriptionService.getDependencies()
Return the service's dependencies.WrapperService.getDependencies()
Return the service's dependencies.Methods in com.tangosol.net with parameters of type ServiceDependenciesModifier and TypeMethodDescriptionvoid
Service.setDependencies
(ServiceDependencies deps) Configure the Service.void
WrapperCacheService.setDependencies
(ServiceDependencies deps) Configure the Service.void
WrapperService.setDependencies
(ServiceDependencies deps) Configure the Service.