|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.ObjectSpec
com.espertech.esper.epl.spec.PatternGuardSpec
public final class PatternGuardSpec
Specification for a pattern guard object consists of a namespace, name and guard object parameters.
Constructor Summary | |
---|---|
PatternGuardSpec(java.lang.String namespace,
java.lang.String objectName,
java.util.List<ExprNode> objectParameters)
Constructor. |
Method Summary |
---|
Methods inherited from class com.espertech.esper.epl.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 PatternGuardSpec(java.lang.String namespace, java.lang.String objectName, java.util.List<ExprNode> objectParameters)
namespace
- if the namespace the object is inobjectName
- is the name of the objectobjectParameters
- is a list of values representing the object parameters
|
© 2006-2015 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 |