Name | Signature and Synopsis |
---|---|
getVRFImplByName | Object getVRFImplByName (String vrfURI, String implName) Get an implementation of a virtual rule function. |
getVRFImplNames | String[] getVRFImplNames (String vrfURI) Get the names of all available implementations of a virtual rule function. |
getVRFImpls | Object[] getVRFImpls (String vrfURI) Get all the available implementations of a virtual rule function. |
invokeAllVRFImpls | Object invokeAllVRFImpls (String vrfURI, Object[] args) Invoke all implementations of a virtual rule function. |
invokeVRFImpl | int[] invokeVRFImpl (Object vrfImpl, Object[] args) Invoke a virtual rule function implementation. |
invokeVRFImplByName | int[] invokeVRFImplByName (String vrfURI, String implName, Object[] args) Invoke a virtual rule function implementation by name. |
invokeVRFImpls | Object invokeVRFImpls (Object[] vrfImpls, Object[] args, Object[] returnValues) Invoke an array of virtual rule function implementations. |