import "NicAccess.idl";
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. |
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.
[in] | featureType | Feature type provided. |
[in] | name | Name of the requested interface module. |
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.
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.
[in] | name | Name of the locator module. |
FeatureNotFound | Raised if the requested interface module is not installed. |