Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.net
Interface ProxyService

All Superinterfaces:
ClassLoaderAware, Controllable, Service

public interface ProxyService
extends Service

A ProxyService is a clustered service that accepts connections from external clients (e.g. Coherence*Extend) and proxies requests to clustered services.

Since:
Coherence 3.6
Author:
rhl 2009.10.07

Nested Class Summary
static interface ProxyService.ProxyAction
          ProxyAction represents a type of action taken by a ProxyService.

 

Field Summary
static java.lang.String TYPE_DEFAULT
          Proxy service type constant.

 

Method Summary

 

Methods inherited from interface com.tangosol.net.Service
addMemberListener, getCluster, getInfo, getSerializer, getUserContext, removeMemberListener, setUserContext

 

Methods inherited from interface com.tangosol.util.Service
addServiceListener, removeServiceListener

 

Methods inherited from interface com.tangosol.util.Controllable
configure, isRunning, shutdown, start, stop

 

Methods inherited from interface com.tangosol.io.ClassLoaderAware
getContextClassLoader, setContextClassLoader

 

Field Detail

TYPE_DEFAULT

static final java.lang.String TYPE_DEFAULT
Proxy service type constant.
See Also:
Cluster.ensureService(String, String), Constant Field Values

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.