com.espertech.esper.epl.script
Class AgentInstanceScriptContext

java.lang.Object
  extended by com.espertech.esper.epl.script.AgentInstanceScriptContext
All Implemented Interfaces:
EPLScriptContext

public class AgentInstanceScriptContext
extends java.lang.Object
implements EPLScriptContext

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

AgentInstanceScriptContext

public AgentInstanceScriptContext()
Method Detail

setScriptAttribute

public void setScriptAttribute(java.lang.String attribute,
                               java.lang.Object value)
Description copied from interface: EPLScriptContext
Set a script attributed.

Specified by:
setScriptAttribute in interface EPLScriptContext
Parameters:
attribute - name to use
value - value to set

getScriptAttribute

public java.lang.Object getScriptAttribute(java.lang.String attribute)
Description copied from interface: EPLScriptContext
Return a script attribute value.

Specified by:
getScriptAttribute in interface EPLScriptContext
Parameters:
attribute - name to retrieve value for
Returns:
attribute value or null if undefined

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com