public abstract class EntryPoint extends java.lang.Object implements Closable
| Constructor and Description |
|---|
EntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close method for cleaning up the resources
|
void |
waitForCompletion()
This wait should be released only when python process has disconnected
|
public void close()
Closablepublic void waitForCompletion()
throws java.lang.InterruptedException
java.lang.InterruptedException