Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


com.tangosol.run.xml
Interface XmlHelper.ParameterResolver

Enclosing class:
XmlHelper

public static interface XmlHelper.ParameterResolver

An interface that describes a callback to resolve a substitutable parameter value.


Field Summary
static Object UNRESOLVED
          A constant that indicates that the parameter cannot be resolved.

 

Method Summary
 Object resolveParameter(String sType, String sValue)
          Resolve the passed substitutable parameter.

 

Field Detail

UNRESOLVED

static final Object UNRESOLVED
A constant that indicates that the parameter cannot be resolved.

Method Detail

resolveParameter

Object resolveParameter(String sType,
                        String sValue)
Resolve the passed substitutable parameter.
Parameters:
sType - the value of the "param-type" element
sValue - the value of the "param-value" element, which is enclosed by curly braces, indicating its substitutability
Returns:
the object value to use or the UNRESOLVED constant

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.