|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.wildcat.hierarchy.attribute.QueryAttribute
public class QueryAttribute
An attribute holding the result of a query.
| Constructor Summary | |
|---|---|
QueryAttribute(java.lang.String queryString)
Construct a new query attribute whose generated events have the global scope. |
|
QueryAttribute(java.lang.String queryString,
WEventInterface.Scope scope)
Construct a new query attribute. |
|
| Method Summary | |
|---|---|
protected Context |
getContext()
|
protected Path |
getPath()
|
protected WEventInterface.Scope |
getScope()
|
java.lang.Object |
getValue()
|
boolean |
isMount()
|
void |
mount(Context context,
Path mountPoint)
Mount the Mountable. |
java.lang.Object |
setValue(java.lang.Object value)
Set attribute's value. |
void |
unMount()
Unmount the Mountable. |
void |
update(com.espertech.esper.event.EventBean[] newEvents,
com.espertech.esper.event.EventBean[] oldEvents)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryAttribute(java.lang.String queryString)
queryString - the associated query
public QueryAttribute(java.lang.String queryString,
WEventInterface.Scope scope)
queryString - the associated queryscope - the scope of generated events| Method Detail |
|---|
public java.lang.Object getValue()
getValue in interface Attributepublic java.lang.Object setValue(java.lang.Object value)
Attribute
setValue in interface Attributevalue - the new value
protected WEventInterface.Scope getScope()
protected Context getContext()
protected Path getPath()
public boolean isMount()
isMount in interface Mountable
public void mount(Context context,
Path mountPoint)
Mountable
mount in interface Mountablecontext - the context the Mountable is attachedmountPoint - the path to mount itpublic void unMount()
Mountable
unMount in interface Mountable
public void update(com.espertech.esper.event.EventBean[] newEvents,
com.espertech.esper.event.EventBean[] oldEvents)
update in interface com.espertech.esper.client.UpdateListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||