public class JIWinRegFactory extends Object
IJIWinReg.
This interface uses "Windows Remote Registry" and "Server" services and these must be running on target workstation.
| Modifier and Type | Method and Description |
|---|---|
static JIWinRegFactory |
getSingleTon()
Instantiates the Factory.
|
IJIWinReg |
getWinreg(IJIAuthInfo authInfo,
String serverName,
boolean smbTransport)
Gets an Implementation of WinReg interface, currently only SMB transport is supported.
|
IJIWinReg |
getWinreg(String serverName,
boolean smbTransport)
Gets an Implementation of WinReg interface, currently only SMB transport is supported.
|
public static JIWinRegFactory getSingleTon()
public IJIWinReg getWinreg(IJIAuthInfo authInfo, String serverName, boolean smbTransport) throws UnknownHostException
authInfo - credentials for access to Windows Remote Registry serviceserverName - target serversmbTransport - true if SMB transport is required , false will return null.UnknownHostExceptionpublic IJIWinReg getWinreg(String serverName, boolean smbTransport) throws UnknownHostException
smbTransport - true if SMB transport is required , false will return null.UnknownHostExceptionCopyright © 2017 LSST. All rights reserved.