net.esper.eql.spec
Class ViewSpec

java.lang.Object
  extended by net.esper.eql.spec.ObjectSpec
      extended by 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

Constructor Summary
ViewSpec(String namespace, String objectName, List<Object> objectParameters)
          Constructor.
 
Method Summary
 
Methods inherited from class net.esper.eql.spec.ObjectSpec
equals, getObjectName, getObjectNamespace, getObjectParameters, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewSpec

public ViewSpec(String namespace,
                String objectName,
                List<Object> objectParameters)
Constructor.

Parameters:
namespace - if the namespace the object is in
objectName - is the name of the object
objectParameters - is a list of values representing the object parameters

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com