public interface IJLConnection
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APP_PROE |
| Modifier and Type | Method and Description |
|---|---|
JLStatus |
connect(java.lang.String system) |
void |
disconnect(AbstractJLISession sess) |
void |
disconnect(java.lang.String sessionId) |
AbstractJLISession |
getSession(java.lang.String sessionId) |
boolean |
isProeRunning() |
boolean |
isProeRunning(AbstractJLISession sess) |
boolean |
isProeRunning(java.lang.String sessionId) |
void |
killProe() |
AbstractJLISession |
startProe(java.lang.String startDir,
java.lang.String startCommand,
int retries,
boolean useDesktop,
AbstractJLISession sess) |
AbstractJLISession |
startProe(java.lang.String startDir,
java.lang.String startCommand,
int retries,
boolean useDesktop,
java.lang.String sessionId) |
void |
stopProe(AbstractJLISession sess) |
void |
stopProe(java.lang.String sessionId) |
static final java.lang.String APP_PROE
JLStatus connect(java.lang.String system) throws JLIException
JLIExceptionvoid disconnect(AbstractJLISession sess) throws JLIException
JLIExceptionvoid disconnect(java.lang.String sessionId)
throws JLIException
JLIExceptionAbstractJLISession startProe(java.lang.String startDir, java.lang.String startCommand, int retries, boolean useDesktop, AbstractJLISession sess) throws JLIException
JLIExceptionAbstractJLISession startProe(java.lang.String startDir, java.lang.String startCommand, int retries, boolean useDesktop, java.lang.String sessionId) throws JLIException
JLIExceptionvoid stopProe(AbstractJLISession sess) throws JLIException
JLIExceptionvoid stopProe(java.lang.String sessionId)
throws JLIException
JLIExceptionboolean isProeRunning()
throws JLIException
JLIExceptionboolean isProeRunning(AbstractJLISession sess) throws JLIException
JLIExceptionboolean isProeRunning(java.lang.String sessionId)
throws JLIException
JLIExceptionvoid killProe()
throws JLIException
JLIExceptionAbstractJLISession getSession(java.lang.String sessionId)