Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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.

 

Nested classes/interfaces inherited from interface com.tangosol.net.Service
Service.MemberJoinAction

 

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, setDependencies, 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® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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