int[] invokeVRFImplByName (String vrfURI, String implName, Object[] args)
int[] 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 |
---|---|
int[] | Integer array containing the matched rule Ids. |