Package | Description |
---|---|
com.sun.grid.ca |
This provides a java binding to the gridengine CA infrastructure
|
com.sun.grid.util.expect |
This package contains classes for handling stdout, stderr and stin
of a process (similar to tcl expect).
|
Modifier and Type | Method and Description |
---|---|
protected Expect |
GridCAImpl.createProcess() |
Modifier and Type | Method and Description |
---|---|
protected void |
GridCAImpl.execute(Expect pb) |
protected void |
GridCAImpl.execute(Expect pb,
boolean setLock) |
Modifier and Type | Method and Description |
---|---|
void |
ExpectStringHandler.handle(Expect expect,
ExpectBuffer buffer) |
void |
ExpectPasswordHandler.handle(Expect expect,
ExpectBuffer buffer) |
void |
ExpectHandler.handle(Expect expect,
ExpectBuffer buffer)
Handle new output of the process and be send a reply.
|