Uses of Interface
com.tangosol.net.ServiceFailurePolicy
Packages that use ServiceFailurePolicy
Package
Description
Defines the typical runtime configuration builders for the Coherence
configuration object model.
-
Uses of ServiceFailurePolicy in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder that return ServiceFailurePolicyModifier and TypeMethodDescriptionServiceFailurePolicyBuilder.realize
(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolver
to resolve values any referencedParameter
s.Constructor parameters in com.tangosol.coherence.config.builder with type arguments of type ServiceFailurePolicyModifierConstructorDescriptionServiceFailurePolicyBuilder
(ParameterizedBuilder<ServiceFailurePolicy> builder, XmlElement xmlConfig) ServiceFailurePolicy
constructor for customized builder.