Object invokeVRFImplByName (String vrfURI, String implName, Object[] args)
Object invokeVRFImplByName (String vrfURI, String implName, Object[] args)
Name | Type | Description |
---|---|---|
vrfURI | String | The URI of the virtual rule function. |
implName | String | The name of the virtual rule function implementation. |
args | Object[] | The input arguments. |
Type | Description |
---|---|
Object | The result object. Null if function returns void. |