Uses of Interface
com.tangosol.util.Service
Packages that use Service
Package
Description
Contains basic cluster interfaces and factories.
Contains various generic utilities.
- 
Uses of Service in com.oracle.coherence.grpc.proxy.common.cache
Classes in com.oracle.coherence.grpc.proxy.common.cache that implement ServiceModifier and TypeClassDescriptionprotected static classA stub for aConnectionManager. - 
Uses of Service in com.tangosol.coherence.component.util.daemon.queueProcessor
Classes in com.tangosol.coherence.component.util.daemon.queueProcessor that implement ServiceModifier and TypeClassDescriptionclasscom.tangosol.coherence.component.util.daemon.queueProcessor.Service - 
Uses of Service in com.tangosol.coherence.component.util.daemon.queueProcessor.service
Classes in com.tangosol.coherence.component.util.daemon.queueProcessor.service that implement ServiceModifier and TypeClassDescriptionclasscom.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer - 
Uses of Service in com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer
Classes in com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer that implement ServiceModifier and TypeClassDescriptionclasscom.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.Acceptor - 
Uses of Service in com.tangosol.net
Subinterfaces of Service in com.tangosol.netModifier and TypeInterfaceDescriptioninterfaceA CacheService is a clustered service providing a collection of named Maps that hold resources shared among members of a cluster.interfaceA DistributedCacheService is a clustered cache service that partitions its data across cluster members that provide backing storage.interfaceThe InvocationService is a Service for delivering executable objects to cluster members for distributed invocation.interfaceA NameService is a service that accepts connections from external clients (e.g.interfaceATopicServicewhich provides globally ordered topics.interfaceA PartitionedService is aware of a mapping of keys to partitions and of partitions to cluster members.interfaceA ProxyService is a clustered service that accepts connections from external clients (e.g.interfaceinterfaceThis Service interface represents a controllable service that operates in a clustered network environment.interfaceA TopicService is a service providing Topics that can be used for publish/subscribe functionality and message queue processing.Classes in com.tangosol.net that implement ServiceModifier and TypeClassDescriptionclassCacheService implementation that delegates to a wrapped CacheService instance.classInvocationService implementation that delegates to a wrapped InvocationService instance.classService implementation that delegates to a wrapped Service instance. - 
Uses of Service in com.tangosol.util
Methods in com.tangosol.util that return ServiceModifier and TypeMethodDescriptionServiceEvent.getService()Return the Service that fired the event.Constructors in com.tangosol.util with parameters of type ServiceModifierConstructorDescriptionServiceEvent(Service service, int nId) Constructs a new ServiceEvent.