Package com.tangosol.net
Interface ProxyService
- All Superinterfaces:
ClassLoaderAware
,Controllable
,Service
,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
Modifier and TypeInterfaceDescriptionstatic interface
ProxyAction represents a type of action taken by a ProxyService.Nested classes/interfaces inherited from interface com.tangosol.net.Service
Service.MemberJoinAction
-
Field Summary
-
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 Details
-
TYPE_DEFAULT
Proxy service type constant.- See Also:
-