To enable the application to instantiate a NIC proxy:
- NIC nicProxy = nicFactory.getNicComponent(nicNameSpace,
configMgr)
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:
- SaeLocator nicProxy = nicFactory.getSaeLocator(nicNameSpace,
configMgr);
- NIC nicProxy = nicFactory.getNicComponent("/", configMgr)
- NIC nicProxy = nicFactory.getNicComponent("/Applications/Quota",
configMgr)