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> AnExpressionimplementation that represents the use of a {scheme-ref} macro in a Cache Configuration File.
- 
- 
Constructor SummaryConstructors Constructor Description SchemeRefExpression(Expression<?> exprSchemeName, ServiceSchemeRegistry registry)Constructs a SchemeRefExpression.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectevaluate(ParameterResolver resolver)Evaluates theExpressionto produce a value of type T.StringtoString()
 
- 
- 
- 
Constructor Detail- 
SchemeRefExpressionpublic SchemeRefExpression(Expression<?> exprSchemeName, ServiceSchemeRegistry registry) Constructs a SchemeRefExpression.- Parameters:
- exprSchemeName- the name of the ServiceScheme to resolve
- registry- the ServiceSchemeRegistry to lookup ServiceSchemes
 
 
- 
 - 
Method Detail- 
evaluatepublic Object evaluate(ParameterResolver resolver) Evaluates theExpressionto produce a value of type T.- Specified by:
- evaluatein interface- Expression<Object>
- Parameters:
- resolver- the- ParameterResolverfor resolving any parameters used by the- Expression
- Returns:
- The result of evaluating the expression
 
 
- 
 
-