Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-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.

 

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

 


Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


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