Skip navigation links
A B C D E F G I J L M N O P R S V 

A

addDebugPoints(List<BreakPointDTO>) - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugSession
Sets debug points.
addDebugSession(Channel) - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugManager
Set debug channel.
addMessage(String) - Method in exception org.wso2.siddhi.sdk.launcher.exception.SLauncherException
 

B

BreakPointDTO - Class in org.wso2.siddhi.sdk.launcher.debug.dto
Break point DTO class.
BreakPointDTO() - Constructor for class org.wso2.siddhi.sdk.launcher.debug.dto.BreakPointDTO
 
BreakPointDTO(String, int, String) - Constructor for class org.wso2.siddhi.sdk.launcher.debug.dto.BreakPointDTO
 
BreakPointInfo - Class in org.wso2.siddhi.sdk.launcher.debug
BreakPointInfo represents information about current BreakPoint.
BreakPointInfo(String, int, String) - Constructor for class org.wso2.siddhi.sdk.launcher.debug.BreakPointInfo
 

C

channelRead0(ChannelHandlerContext, Object) - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugServerHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugServerHandler
 
clearSession() - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugSession
Method to clear the channel so that another debug session can connect.
CMD_REMOVE_BREAKPOINT - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
CMD_RESUME - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
CMD_SEND_EVENT - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
CMD_SET_POINTS - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
CMD_START - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
CMD_STEP_OVER - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
CMD_STOP - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
CODE_ACK - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
CODE_COMPLETE - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
CODE_EXIT - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
CODE_HIT - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
CODE_INVALID - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
CommandDTO - Class in org.wso2.siddhi.sdk.launcher.debug.dto
DTO class representing commands send to debugger from the client.
CommandDTO() - Constructor for class org.wso2.siddhi.sdk.launcher.debug.dto.CommandDTO
 
Constants - Class in org.wso2.siddhi.sdk.launcher.util
Constants related to Siddhi runtime.
Constants() - Constructor for class org.wso2.siddhi.sdk.launcher.util.Constants
 
createUsageException(String) - Static method in class org.wso2.siddhi.sdk.launcher.LauncherUtils
 

D

debug() - Method in class org.wso2.siddhi.sdk.launcher.debug.internal.DebugRuntime
 
DEBUG_MESSAGE - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
DEBUG_SERVER_ERROR - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
DEBUG_WEBSOCKET_PATH - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
DebugConstants - Class in org.wso2.siddhi.sdk.launcher.debug
DebugConstants define debugger constants.
DebugConstants() - Constructor for class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
DebugException - Exception in org.wso2.siddhi.sdk.launcher.exception
Debugger exception to wrap all debug errors.
DebugException(String) - Constructor for exception org.wso2.siddhi.sdk.launcher.exception.DebugException
 
DebugException(String, Throwable) - Constructor for exception org.wso2.siddhi.sdk.launcher.exception.DebugException
 
DebuggerEventStreamService - Class in org.wso2.siddhi.sdk.launcher.debug.internal
Class which provides necessary apis for event stream related operations.
DebuggerEventStreamService() - Constructor for class org.wso2.siddhi.sdk.launcher.debug.internal.DebuggerEventStreamService
 
DebugRuntime - Class in org.wso2.siddhi.sdk.launcher.debug.internal
The DebugRuntime which handles the siddhi debugger for each siddhi app.
DebugRuntime(String, String) - Constructor for class org.wso2.siddhi.sdk.launcher.debug.internal.DebugRuntime
 
DEFAULT_DEBUG_PORT - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 

E

ERROR_JSON - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
EventStreamService - Interface in org.wso2.siddhi.sdk.launcher.debug.internal
Interface which define apis for stream related operations.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugServerHandler
 
execute() - Method in interface org.wso2.siddhi.sdk.launcher.SLauncherCmd
 

F

FileReadException - Exception in org.wso2.siddhi.sdk.launcher.exception
FileReadException exception to wrap all file read errors.
FileReadException(String) - Constructor for exception org.wso2.siddhi.sdk.launcher.exception.FileReadException
 
FileReadException(Exception) - Constructor for exception org.wso2.siddhi.sdk.launcher.exception.FileReadException
 
FileReadException(String, Exception) - Constructor for exception org.wso2.siddhi.sdk.launcher.exception.FileReadException
 

G

getChannel() - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugSession
Gets channel.
getCode() - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.MessageDTO
 
getCommand() - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.CommandDTO
 
getDebugger() - Method in class org.wso2.siddhi.sdk.launcher.debug.internal.DebugRuntime
 
getDebugRuntime() - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugSession
 
getDebugSession() - Method in class org.wso2.siddhi.sdk.launcher.debug.internal.DebuggerEventStreamService
 
getDebugSession() - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugManager
 
getEventInfo() - Method in class org.wso2.siddhi.sdk.launcher.debug.BreakPointInfo
 
getEventInfo() - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.MessageDTO
 
getFileName() - Method in class org.wso2.siddhi.sdk.launcher.debug.BreakPointInfo
 
getFileName() - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.BreakPointDTO
 
getInputHandler(String) - Method in class org.wso2.siddhi.sdk.launcher.debug.internal.DebugRuntime
 
getInstance() - Static method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugManager
Debug manager singleton.
getLocation() - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.MessageDTO
 
getMessage() - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.MessageDTO
 
getMessages() - Method in exception org.wso2.siddhi.sdk.launcher.exception.SLauncherException
 
getPoints() - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.CommandDTO
 
getQueries() - Method in class org.wso2.siddhi.sdk.launcher.debug.internal.DebugRuntime
 
getQueryIndex() - Method in class org.wso2.siddhi.sdk.launcher.debug.BreakPointInfo
 
getQueryIndex() - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.BreakPointDTO
 
getQueryName() - Method in class org.wso2.siddhi.sdk.launcher.debug.BreakPointInfo
 
getQueryName() - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.MessageDTO
 
getQueryState() - Method in class org.wso2.siddhi.sdk.launcher.debug.BreakPointInfo
 
getQueryState() - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.MessageDTO
 
getQueryTerminal() - Method in class org.wso2.siddhi.sdk.launcher.debug.BreakPointInfo
 
getQueryTerminal() - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.BreakPointDTO
 
getResourceName() - Method in exception org.wso2.siddhi.sdk.launcher.exception.ResourceNotFoundException
 
getResourceType() - Method in exception org.wso2.siddhi.sdk.launcher.exception.ResourceNotFoundException
 
getResourceTypeString() - Method in exception org.wso2.siddhi.sdk.launcher.exception.ResourceNotFoundException
 
getSiddhiAppFileName() - Method in class org.wso2.siddhi.sdk.launcher.debug.internal.DebugRuntime
 
getSiddhiAppRuntime() - Method in class org.wso2.siddhi.sdk.launcher.debug.internal.DebugRuntime
 
getSiddhiManager() - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugManager
 
getStreamAttributes(String, String) - Method in class org.wso2.siddhi.sdk.launcher.debug.internal.DebuggerEventStreamService
 
getStreamAttributes(String) - Method in class org.wso2.siddhi.sdk.launcher.debug.internal.DebugRuntime
 
getStreamAttributes(String, String) - Method in interface org.wso2.siddhi.sdk.launcher.debug.internal.EventStreamService
 
getStreamNames(String) - Method in class org.wso2.siddhi.sdk.launcher.debug.internal.DebuggerEventStreamService
 
getStreamNames(String) - Method in interface org.wso2.siddhi.sdk.launcher.debug.internal.EventStreamService
 
getStreams() - Method in class org.wso2.siddhi.sdk.launcher.debug.internal.DebugRuntime
 

I

InputFeeder - Class in org.wso2.siddhi.sdk.launcher.util
A runnable class to feed the input to the Siddhi runtime.
InputFeeder(SiddhiAppRuntime, String) - Constructor for class org.wso2.siddhi.sdk.launcher.util.InputFeeder
 
InvalidExecutionStateException - Exception in org.wso2.siddhi.sdk.launcher.exception
This exception will be thrown in case a where it tries to run or debug a faulty Siddhi app.
InvalidExecutionStateException(String) - Constructor for exception org.wso2.siddhi.sdk.launcher.exception.InvalidExecutionStateException
 
InvalidExecutionStateException(Exception) - Constructor for exception org.wso2.siddhi.sdk.launcher.exception.InvalidExecutionStateException
 
InvalidExecutionStateException(String, Exception) - Constructor for exception org.wso2.siddhi.sdk.launcher.exception.InvalidExecutionStateException
 
isRunning() - Method in class org.wso2.siddhi.sdk.launcher.util.InputFeeder
Check whether the input feeder is running or not.

J

join() - Method in class org.wso2.siddhi.sdk.launcher.util.InputFeeder
Join the current thread behind the thread used to execute the input feeder.

L

LauncherUtils - Class in org.wso2.siddhi.sdk.launcher
Contains utility methods for executing a Siddhi program.
LauncherUtils() - Constructor for class org.wso2.siddhi.sdk.launcher.LauncherUtils
 

M

Main - Class in org.wso2.siddhi.sdk.launcher
This class executes a siddhi program.
Main() - Constructor for class org.wso2.siddhi.sdk.launcher.Main
 
main(String...) - Static method in class org.wso2.siddhi.sdk.launcher.Main
 
mainInit(String, String, String) - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugManager
Initializes the debug manager single instance.
MessageDTO - Class in org.wso2.siddhi.sdk.launcher.debug.dto
DTO class representing the messages sent to client from the debugger.
MessageDTO() - Constructor for class org.wso2.siddhi.sdk.launcher.debug.dto.MessageDTO
 
MSG_COMPLETE - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
MSG_EXIT - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
MSG_HIT - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 
MSG_INVALID - Static variable in class org.wso2.siddhi.sdk.launcher.debug.DebugConstants
 

N

NoSuchStreamException - Exception in org.wso2.siddhi.sdk.launcher.exception
This exception will be thrown in case a where it tries to run or debug an un deployed siddhi app.
NoSuchStreamException(String) - Constructor for exception org.wso2.siddhi.sdk.launcher.exception.NoSuchStreamException
 
NoSuchStreamException(Exception) - Constructor for exception org.wso2.siddhi.sdk.launcher.exception.NoSuchStreamException
 
NoSuchStreamException(String, Exception) - Constructor for exception org.wso2.siddhi.sdk.launcher.exception.NoSuchStreamException
 
notifyComplete(VMDebugSession) - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugManager
Notify client when debugger has finish execution.
notifyComplete() - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugSession
 
notifyDebugHit(VMDebugSession, BreakPointInfo) - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugManager
Send a message to the debug client when a breakpoint is hit.
notifyExit(VMDebugSession) - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugManager
Notify client when the debugger is exiting.
notifyExit() - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugSession
 
notifyHalt(BreakPointInfo) - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugSession
 

O

org.wso2.siddhi.sdk.launcher - package org.wso2.siddhi.sdk.launcher
 
org.wso2.siddhi.sdk.launcher.debug - package org.wso2.siddhi.sdk.launcher.debug
 
org.wso2.siddhi.sdk.launcher.debug.dto - package org.wso2.siddhi.sdk.launcher.debug.dto
 
org.wso2.siddhi.sdk.launcher.debug.internal - package org.wso2.siddhi.sdk.launcher.debug.internal
 
org.wso2.siddhi.sdk.launcher.exception - package org.wso2.siddhi.sdk.launcher.exception
 
org.wso2.siddhi.sdk.launcher.run - package org.wso2.siddhi.sdk.launcher.run
 
org.wso2.siddhi.sdk.launcher.util - package org.wso2.siddhi.sdk.launcher.util
 

P

processDebugCommand(String) - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugManager
Process debug command.
pushEvent(String, String, Event) - Method in class org.wso2.siddhi.sdk.launcher.debug.internal.DebuggerEventStreamService
 
pushEvent(String, String, Event) - Method in interface org.wso2.siddhi.sdk.launcher.debug.internal.EventStreamService
 
pushMessageToClient(VMDebugSession, MessageDTO) - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugServer
Push message to client.

R

removeDebugPoints(List<BreakPointDTO>) - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugSession
Sets debug points.
ResourceNotFoundException - Exception in org.wso2.siddhi.sdk.launcher.exception
ResourceNotFoundException is used when a resource required is not found.
ResourceNotFoundException(String, ResourceNotFoundException.ResourceType, String) - Constructor for exception org.wso2.siddhi.sdk.launcher.exception.ResourceNotFoundException
 
ResourceNotFoundException(String, ResourceNotFoundException.ResourceType, String, Throwable) - Constructor for exception org.wso2.siddhi.sdk.launcher.exception.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable) - Constructor for exception org.wso2.siddhi.sdk.launcher.exception.ResourceNotFoundException
 
ResourceNotFoundException.ResourceType - Enum in org.wso2.siddhi.sdk.launcher.exception
ResourceType specifies types of resources.
run() - Method in class org.wso2.siddhi.sdk.launcher.util.InputFeeder
 
runProgram(boolean, String[]) - Static method in class org.wso2.siddhi.sdk.launcher.LauncherUtils
 
runSiddhi(String, String) - Method in class org.wso2.siddhi.sdk.launcher.run.SiddhiRun
 

S

setChannel(Channel) - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugSession
 
setCode(String) - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.MessageDTO
 
setCommand(String) - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.CommandDTO
 
setDebugRuntime(DebugRuntime) - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugSession
 
setDebugSession(VMDebugSession) - Method in class org.wso2.siddhi.sdk.launcher.debug.internal.DebuggerEventStreamService
 
setEventInfo(Object) - Method in class org.wso2.siddhi.sdk.launcher.debug.BreakPointInfo
 
setEventInfo(Object) - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.MessageDTO
 
setFileName(String) - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.BreakPointDTO
 
setLocation(String, int, String) - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.MessageDTO
 
setMessage(String) - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.MessageDTO
 
setPoints(List<BreakPointDTO>) - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.CommandDTO
 
setQueryIndex(Integer) - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.BreakPointDTO
 
setQueryName(String) - Method in class org.wso2.siddhi.sdk.launcher.debug.BreakPointInfo
 
setQueryName(String) - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.MessageDTO
 
setQueryState(Map<String, Object>) - Method in class org.wso2.siddhi.sdk.launcher.debug.BreakPointInfo
 
setQueryState(Map<String, Object>) - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.MessageDTO
 
setQueryTerminal(String) - Method in class org.wso2.siddhi.sdk.launcher.debug.dto.BreakPointDTO
 
SiddhiRun - Class in org.wso2.siddhi.sdk.launcher.run
Handles the run mode for a siddhi app.
SiddhiRun() - Constructor for class org.wso2.siddhi.sdk.launcher.run.SiddhiRun
 
SLauncherCmd - Interface in org.wso2.siddhi.sdk.launcher
SLauncherCmd represents a Siddhi launcher command.
SLauncherException - Exception in org.wso2.siddhi.sdk.launcher.exception
Thrown to indicate that an exception occurred in Siddhi program launcher.
SLauncherException() - Constructor for exception org.wso2.siddhi.sdk.launcher.exception.SLauncherException
 
start() - Method in class org.wso2.siddhi.sdk.launcher.util.InputFeeder
Start the input feeder.
startDebug() - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugSession
Method to start debugging process in all the threads.
startServer() - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugServer
Start the web socket server.
stop() - Method in class org.wso2.siddhi.sdk.launcher.debug.internal.DebugRuntime
 
stop() - Method in class org.wso2.siddhi.sdk.launcher.util.InputFeeder
Stop the input feeder.
stopDebug() - Method in class org.wso2.siddhi.sdk.launcher.debug.VMDebugSession
Method to stop debugging process in all the threads.
SYSTEM_PROP_SIDDHI_DEBUG - Static variable in class org.wso2.siddhi.sdk.launcher.util.Constants
 

V

valueOf(String) - Static method in enum org.wso2.siddhi.sdk.launcher.exception.ResourceNotFoundException.ResourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wso2.siddhi.sdk.launcher.exception.ResourceNotFoundException.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
VMDebugManager - Class in org.wso2.siddhi.sdk.launcher.debug
VMDebugManager Manages debug sessions and handle debug related actions.
VMDebugServer - Class in org.wso2.siddhi.sdk.launcher.debug
VMDebugServer will open a websocket server for external clients to connect.
VMDebugServer() - Constructor for class org.wso2.siddhi.sdk.launcher.debug.VMDebugServer
 
VMDebugServerHandler - Class in org.wso2.siddhi.sdk.launcher.debug
DebugServerHandler Handle client connections and messaging with debug clients.
VMDebugServerHandler() - Constructor for class org.wso2.siddhi.sdk.launcher.debug.VMDebugServerHandler
 
VMDebugSession - Class in org.wso2.siddhi.sdk.launcher.debug
VMDebugSession The Debug Session class will be used to hold context for each client.
VMDebugSession() - Constructor for class org.wso2.siddhi.sdk.launcher.debug.VMDebugSession
 
A B C D E F G I J L M N O P R S V 
Skip navigation links

Copyright © 2017 WSO2. All rights reserved.