Uses of Class
com.oracle.bedrock.runtime.remote.windows.winrm.WindowsSession
-
Packages that use WindowsSession Package Description com.oracle.bedrock.runtime.remote.windows.winrm -
-
Uses of WindowsSession in com.oracle.bedrock.runtime.remote.windows.winrm
Methods in com.oracle.bedrock.runtime.remote.windows.winrm that return WindowsSession Modifier and Type Method Description protected WindowsSessionWindowsRemoteTerminal. createSession()Create aWindowsSessionthat can be used to communicate with the WinRM server on the remote host.WindowsSessionInputStreamConnector. getSession()Obtain theWindowsSessionrunning the remote process.WindowsSessionOutputStreamConnector. getSession()Obtain theWindowsSessionrunning the remote process.Constructors in com.oracle.bedrock.runtime.remote.windows.winrm with parameters of type WindowsSession Constructor Description InputStreamConnector(WindowsSession session, InputStream inputStream)Create anInputStreamConnectorthat listens to the specifiedInputStreamand pipes lines read from it to the stdin stream of the current command.OutputStreamConnector(WindowsSession session, OutputStream stdOut, OutputStream stdErr)Create anOutputStreamConnectorto link the output streams of the remote process controlled by theWindowsSession.WindowsRemoteApplicationProcess(WindowsSession session)Create aWindowsRemoteApplicationProcesswrapping the specifiedWindowsSessionrunning the remote process.
-