net.juniper.smgt.gateway.nic.protocol.NicAccess Interface Reference

NIC Access Interface. More...

import "NicAccess.idl";

List of all members.

Public Member Functions

NicFeature getFeature (in string featureType, in string name) raises (FeatureNotFound)
 The getFeature() method retrieves a reference to an interface module that is installed.
NicLocatorFeature getLocatorFeature (in string name) raises (FeatureNotFound)
 The getLocatorFeature() method retrieves a reference to an installed locator module.
StringSeq getFeatureNames (in string featureType)
 The getFeatureNames() method retrieves the list of names of installed interface modules.

Detailed Description

NIC Access Interface.


Member Function Documentation

NicFeature net.juniper.smgt.gateway.nic.protocol.NicAccess.getFeature ( in string  featureType,
in string  name 
) raises (FeatureNotFound)

The getFeature() method retrieves a reference to an interface module that is installed.

Parameters:
[in] featureType Feature type provided.
[in] name Name of the requested interface module.
Returns:
Reference to the interface module.
Exceptions:
FeatureNotFound Raised if the requested interface module is not installed.
StringSeq net.juniper.smgt.gateway.nic.protocol.NicAccess.getFeatureNames ( in string  featureType  ) 

The getFeatureNames() method retrieves the list of names of installed interface modules.

Returns:
list List of interface module names.
NicLocatorFeature net.juniper.smgt.gateway.nic.protocol.NicAccess.getLocatorFeature ( in string  name  )  raises (FeatureNotFound)

The getLocatorFeature() method retrieves a reference to an installed locator module.

This method is included as a convenience to application developer.

Parameters:
[in] name Name of the locator module.
Returns:
Reference to the locator module.
Exceptions:
FeatureNotFound Raised if the requested interface module is not installed.

The documentation for this interface was generated from the following file:

Generated on 30 Jul 2015 for NIC Access API by  doxygen 1.6.1