net.esper.eql.spec
Class ViewSpec
java.lang.Object
net.esper.eql.spec.ObjectSpec
net.esper.eql.spec.ViewSpec
- All Implemented Interfaces:
- Serializable, MetaDefItem
public final class ViewSpec
- extends ObjectSpec
Specification for a view object consists of a namespace, name and view object parameters.
- See Also:
- Serialized Form
ViewSpec
public ViewSpec(String namespace,
String objectName,
List<Object> objectParameters)
- Constructor.
- Parameters:
namespace
- if the namespace the object is inobjectName
- is the name of the objectobjectParameters
- is a list of values representing the object parameters