|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.spec.ObjectSpec
net.esper.eql.spec.ViewSpec
public final class ViewSpec
Specification for a view object consists of a namespace, name and view object parameters.
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 |
---|
public ViewSpec(String namespace, String objectName, List<Object> objectParameters)
namespace
- if the namespace the object is inobjectName
- is the name of the objectobjectParameters
- is a list of values representing the object parameters
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |