public class SynapseDebugInterface
extends java.lang.Object
Constructor and Description |
---|
SynapseDebugInterface() |
Modifier and Type | Method and Description |
---|---|
void |
closeConnection()
Closes the communication and event channels
|
void |
createDebugChannels(int listenPortParam,
int sendPortParam) |
static SynapseDebugInterface |
getInstance() |
java.net.ServerSocket |
getOpenedPortListen() |
java.net.ServerSocket |
getOpenedPortSend() |
java.io.BufferedReader |
getPortListenReader() |
java.io.PrintWriter |
getPortListenWriter() |
java.io.PrintWriter |
getPortSendWriter() |
void |
init(int listenPortParam,
int sendPortParam)
Initializes the communication command and event channels asynchronously.
|
void |
setUncaughtException(java.lang.Exception ex) |
public void init(int listenPortParam, int sendPortParam) throws java.lang.InterruptedException, java.io.IOException
listenPortParam
- command port numbersendPortParam
- event port numberjava.lang.InterruptedException
java.io.IOException
public void createDebugChannels(int listenPortParam, int sendPortParam) throws java.io.IOException
java.io.IOException
public static SynapseDebugInterface getInstance()
public void closeConnection()
public java.net.ServerSocket getOpenedPortListen()
public java.net.ServerSocket getOpenedPortSend()
public java.io.PrintWriter getPortSendWriter()
public java.io.BufferedReader getPortListenReader()
public java.io.PrintWriter getPortListenWriter()
public void setUncaughtException(java.lang.Exception ex)
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.