Class InitParamProcessor.SchemeRefExpression

java.lang.Object
com.tangosol.coherence.config.xml.processor.InitParamProcessor.SchemeRefExpression
All Implemented Interfaces:
Expression<Object>
Enclosing class:
InitParamProcessor

public static class InitParamProcessor.SchemeRefExpression extends Object implements Expression<Object>
An Expression implementation that represents the use of a {scheme-ref} macro in a Cache Configuration File.
  • Constructor Details

    • SchemeRefExpression

      public SchemeRefExpression(Expression<?> exprSchemeName, ServiceSchemeRegistry registry)
      Constructs a SchemeRefExpression.
      Parameters:
      exprSchemeName - the name of the ServiceScheme to resolve
      registry - the ServiceSchemeRegistry to lookup ServiceSchemes
  • Method Details