Class InitParamProcessor.CollectionRefExpression

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

public static class InitParamProcessor.CollectionRefExpression extends InitParamProcessor.DataStructureRefExpression<NamedCollection>
An Expression implementation that represents the use of a {collection-ref} macro in a Configuration File.
  • Constructor Details

    • CollectionRefExpression

      public CollectionRefExpression(Expression<?> exprCacheName, ClassLoader classLoader, ResourceMappingRegistry registry)
      Constructs a CollectionRefExpression.
      Parameters:
      exprCacheName - the Expression representing the collection name
      classLoader - the ClassLoader to use when loading the collection
      registry - the ResourceMappingRegistry to locate QueueMapping definitions
  • Method Details