class SshInteractiveProcessFactory extends java.lang.Object implements InteractiveProcessFactory
Modifier and Type | Field and Description |
---|---|
private SshMultiplexedSession |
session |
Constructor and Description |
---|
SshInteractiveProcessFactory(SshMultiplexedSession session) |
Modifier and Type | Method and Description |
---|---|
InteractiveProcess |
createInteractiveProcess(JobImplementation job) |
private final SshMultiplexedSession session
SshInteractiveProcessFactory(SshMultiplexedSession session)
public InteractiveProcess createInteractiveProcess(JobImplementation job) throws XenonException
createInteractiveProcess
in interface InteractiveProcessFactory
XenonException