Uses of Class
com.sun.grid.util.expect.Expect
-
Packages that use Expect Package Description com.sun.grid.ca This provides a java binding to the gridengine CA infrastructurecom.sun.grid.util.expect This package contains classes for handling stdout, stderr and stin of a process (similar to tcl expect). -
-
Uses of Expect in com.sun.grid.ca
Methods in com.sun.grid.ca that return Expect Modifier and Type Method Description protected ExpectGridCAImpl. createProcess()Methods in com.sun.grid.ca with parameters of type Expect Modifier and Type Method Description protected voidGridCAImpl. execute(Expect pb)protected voidGridCAImpl. execute(Expect pb, boolean setLock) -
Uses of Expect in com.sun.grid.util.expect
Methods in com.sun.grid.util.expect with parameters of type Expect Modifier and Type Method Description voidExpectHandler. handle(Expect expect, ExpectBuffer buffer)Handle new output of the process and be send a reply.voidExpectPasswordHandler. handle(Expect expect, ExpectBuffer buffer)voidExpectStringHandler. handle(Expect expect, ExpectBuffer buffer)
-