Class InvocationScheme
java.lang.Object
com.tangosol.coherence.config.scheme.AbstractScheme
com.tangosol.coherence.config.scheme.AbstractServiceScheme<com.tangosol.internal.net.service.grid.InvocationServiceDependencies>
com.tangosol.coherence.config.scheme.InvocationScheme
- All Implemented Interfaces:
ServiceBuilder,Scheme,ServiceScheme
public class InvocationScheme
extends AbstractServiceScheme<com.tangosol.internal.net.service.grid.InvocationServiceDependencies>
The
InvocationScheme class builds an Invocation service.- Since:
- Coherence 12.1.2
- Author:
- pfm 2011.12.06
-
Field Summary
Fields inherited from class com.tangosol.coherence.config.scheme.AbstractServiceScheme
m_serviceDependenciesFields inherited from interface com.tangosol.coherence.config.scheme.ServiceScheme
DELIM_APPLICATION_SCOPE, DELIM_DOMAIN_PARTITION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the service type.booleanReturn true if a running cluster is needed before using a service.Methods inherited from class com.tangosol.coherence.config.scheme.AbstractServiceScheme
ensureService, getDefaultServiceName, getEventInterceptorBuilders, getScopedServiceName, getScopeName, getServiceBuilder, getServiceDependencies, getServiceName, getXml, injectScopeNameIntoService, isAutoStart, realizeService, setAutoStart, setScopeName, setServiceDependencies, setServiceName, setXmlMethods inherited from class com.tangosol.coherence.config.scheme.AbstractScheme
getSchemeName, isAnonymous, setSchemeName, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tangosol.coherence.config.scheme.Scheme
getSchemeName, isAnonymous
-
Constructor Details
-
InvocationScheme
public InvocationScheme()Constructs aInvocationScheme.
-
-
Method Details
-
getServiceType
Return the service type.- Returns:
- the service type
-
isRunningClusterNeeded
public boolean isRunningClusterNeeded()Return true if a running cluster is needed before using a service.- Specified by:
isRunningClusterNeededin interfaceServiceBuilder- Specified by:
isRunningClusterNeededin classAbstractServiceScheme<com.tangosol.internal.net.service.grid.InvocationServiceDependencies>- Returns:
trueif a running cluster is needed before using a service
-