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()
Closable
public void waitForCompletion() throws java.lang.InterruptedException
java.lang.InterruptedException