com.espertech.esper.view
Interface ViewResolutionService

All Known Implementing Classes:
ViewResolutionServiceImpl

public interface ViewResolutionService

Factory service for resolving view names and for creating view instances based on a view specification including view name and namespace.


Method Summary
 ViewFactory create(java.lang.String namespace, java.lang.String name)
          Instantiates a ViewFactory based on the view namespace and name stored in the view spec.
 

Method Detail

create

ViewFactory create(java.lang.String namespace,
                   java.lang.String name)
                   throws ViewProcessingException
Instantiates a ViewFactory based on the view namespace and name stored in the view spec.

Does not actually use the view factory object created.

Parameters:
namespace - is the view namespace
name - is the view name
Returns:
ViewFactory instance
Throws:
ViewProcessingException - if the view namespace or name cannot resolve

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com