|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.client.soda.EPBaseNamedObject
public abstract class EPBaseNamedObject
Base class for named engine objects such as views, patterns guards and observers.
Constructor Summary | |
---|---|
protected |
EPBaseNamedObject(String namespace,
String name,
List<Object> parameters)
Ctor. |
Method Summary | |
---|---|
String |
getName()
Returns the object name. |
String |
getNamespace()
Returns the object namespace name. |
List<Object> |
getParameters()
Returns the object parameters. |
void |
setName(String name)
Sets the object name. |
void |
setNamespace(String namespace)
Sets the object namespace name |
void |
setParameters(List<Object> parameters)
Sets the parameters for the object. |
void |
toEQL(StringWriter writer)
Writes the object in EQL-syntax in the format "namespace:name(parameter, parameter, ..., parameter)" |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected EPBaseNamedObject(String namespace, String name, List<Object> parameters)
namespace
- is the namespace of the object, i.e. view namespace or pattern object namespacename
- is the name of the object, such as the view nameparameters
- is the optional parameters to the view or pattern object, or empty list for no parametersMethod Detail |
---|
public String getNamespace()
public void setNamespace(String namespace)
namespace
- to setpublic String getName()
public void setName(String name)
name
- is the object name to setpublic List<Object> getParameters()
public void setParameters(List<Object> parameters)
parameters
- parameters for object, empty list for no parameterspublic void toEQL(StringWriter writer)
writer
- to output to
|
© 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 |