public class AgentInstanceScriptContext extends Object implements EPLScriptContext
Constructor and Description |
---|
AgentInstanceScriptContext(StatementContext statementContext) |
Modifier and Type | Method and Description |
---|---|
static AgentInstanceScriptContext |
from(StatementContext statementContext) |
EventBeanService |
getEventBeanService()
Returns event and event type services
|
Object |
getScriptAttribute(String attribute)
Return a script attribute value.
|
void |
setScriptAttribute(String attribute,
Object value)
Set a script attributed.
|
public AgentInstanceScriptContext(StatementContext statementContext)
public EventBeanService getEventBeanService()
EPLScriptContext
getEventBeanService
in interface EPLScriptContext
public void setScriptAttribute(String attribute, Object value)
EPLScriptContext
setScriptAttribute
in interface EPLScriptContext
attribute
- name to usevalue
- value to setpublic Object getScriptAttribute(String attribute)
EPLScriptContext
getScriptAttribute
in interface EPLScriptContext
attribute
- name to retrieve value forpublic static AgentInstanceScriptContext from(StatementContext statementContext)
Copyright © 2005–2018. All rights reserved.