|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.script.AgentInstanceScriptContext
public class AgentInstanceScriptContext
Context-partition local script context.
Constructor Summary | |
---|---|
AgentInstanceScriptContext()
|
Method Summary | |
---|---|
java.lang.Object |
getScriptAttribute(java.lang.String attribute)
Return a script attribute value. |
void |
setScriptAttribute(java.lang.String attribute,
java.lang.Object value)
Set a script attributed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgentInstanceScriptContext()
Method Detail |
---|
public void setScriptAttribute(java.lang.String attribute, java.lang.Object value)
EPLScriptContext
setScriptAttribute
in interface EPLScriptContext
attribute
- name to usevalue
- value to setpublic java.lang.Object getScriptAttribute(java.lang.String attribute)
EPLScriptContext
getScriptAttribute
in interface EPLScriptContext
attribute
- name to retrieve value for
|
© 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 |