|
||||||||||
| 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)
Constructor. |
|
| Method Summary | |
|---|---|
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(net.esper.event.EventBean[] arg0,
net.esper.event.EventBean[] arg1)
|
| 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| 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
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(net.esper.event.EventBean[] arg0,
net.esper.event.EventBean[] arg1)
update in interface net.esper.client.UpdateListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||