Instantiating the NIC Proxy
To enable the application to instantiate a NIC proxy:
- Call the following method:
Alternatively, if the expected data value (specified for the property nic.value in the NIC proxy configuration) is an SAE reference, you can call the following method:
- nicFactory—Instance of the NIC factory
- nicNameSpace—String that specifies the configuration
namespace where you defined the properties for the NIC proxy
- If you define the NIC properties in the bootstrap file, specify the root namespace, “ /” .
- If you define the properties in the directory, specify the namespace relative to the property Config.net.juniper.smgt.lib.config.staticConfigDN, which you specified in the bootstrap file.
- configMgr—Instance of the configuration manager, the value returned from the getConfigMgr() method
