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
  • Constructor Details

  • Method Details

    • getServiceType

      public String 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:
      isRunningClusterNeeded in interface ServiceBuilder
      Specified by:
      isRunningClusterNeeded in class AbstractServiceScheme<com.tangosol.internal.net.service.grid.InvocationServiceDependencies>
      Returns:
      true if a running cluster is needed before using a service