public class SerializingGoToSource extends java.lang.Object implements GoToSource
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT |
| Constructor and Description |
|---|
SerializingGoToSource() |
SerializingGoToSource(int port) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPort() |
void |
goToSource(java.lang.StackTraceElement ste) |
void |
setPort(int port) |
void |
stop()
Called upon shutdown of Lilith.
|
public static final int DEFAULT_PORT
public SerializingGoToSource(int port)
public SerializingGoToSource()
public int getPort()
public void setPort(int port)
public void goToSource(java.lang.StackTraceElement ste)
goToSource in interface GoToSourcepublic void stop()
GoToSourcestop in interface GoToSource