public interface EPContext
Modifier and Type | Method and Description |
---|---|
Object |
getParameter(String name)
This method returns the named parameter if available.
|
Service |
getService(String name)
This method returns the named service if available.
|
void |
handle(Object result)
This method is used to pass a result, obtained
from processing an event, back to the environment
managing the event processing.
|
void |
logDebug(String debug)
This method logs debug information.
|
void |
logError(String error)
This method logs an error.
|
void |
logInfo(String info)
This method logs information.
|
void |
logWarning(String warning)
This method logs the warning.
|
void handle(Object result)
result
- The resultvoid logInfo(String info)
info
- The informationvoid logWarning(String warning)
warning
- The warningvoid logError(String error)
error
- The errorvoid logDebug(String debug)
debug
- The debug informationService getService(String name)
name
- The service nameCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.