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 Summary
ConstructorsConstructorDescriptionSchemeRefExpression(Expression<?> exprSchemeName, ServiceSchemeRegistry registry) Constructs a SchemeRefExpression. - 
Method Summary
Modifier and TypeMethodDescriptionevaluate(ParameterResolver resolver) Evaluates theExpressionto produce a value of type T.toString() 
- 
Constructor Details
- 
SchemeRefExpression
Constructs a SchemeRefExpression.- Parameters:
 exprSchemeName- the name of the ServiceScheme to resolveregistry- the ServiceSchemeRegistry to lookup ServiceSchemes
 
 - 
 - 
Method Details
- 
evaluate
Evaluates theExpressionto produce a value of type T.- Specified by:
 evaluatein interfaceExpression<Object>- Parameters:
 resolver- theParameterResolverfor resolving any parameters used by theExpression- Returns:
 - The result of evaluating the expression
 
 - 
toString
 
 -