Package com.tangosol.net
Interface ProxyService
-
- All Superinterfaces:
ClassLoaderAware
,Controllable
,Service
,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
Nested Classes Modifier and Type Interface Description 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
Fields Modifier and Type Field Description static String
TYPE_DEFAULT
Proxy service type constant.
-
Method Summary
-
Methods inherited from interface com.tangosol.io.ClassLoaderAware
getContextClassLoader, setContextClassLoader
-
Methods inherited from interface com.tangosol.util.Controllable
configure, isRunning, shutdown, start, stop
-
Methods inherited from interface com.tangosol.net.Service
addMemberListener, getCluster, getDependencies, getInfo, getMinimumServiceVersion, getResourceRegistry, getSerializer, getUserContext, isSuspended, isVersionCompatible, isVersionCompatible, isVersionCompatible, isVersionCompatible, removeMemberListener, setDependencies, setUserContext
-
Methods inherited from interface com.tangosol.util.Service
addServiceListener, removeServiceListener
-
-
-
-
Field Detail
-
TYPE_DEFAULT
static final String TYPE_DEFAULT
Proxy service type constant.
-
-