public class AsyncOpMetaComputer
extends java.lang.Object
| Constructor and Description |
|---|
AsyncOpMetaComputer() |
| Modifier and Type | Method and Description |
|---|---|
org.appops.core.service.meta.ServiceOpMeta |
computeOpMeta(java.lang.reflect.Method method,
java.lang.Object[] args)
Creates sync service operation meta instance from method and arguments provided.
|
public org.appops.core.service.meta.ServiceOpMeta computeOpMeta(java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.NoSuchMethodException,
java.lang.SecurityException
method - method definition from which meta information is to be collected.args - Argument values passed to method while invocation.ServiceOpMeta.java.lang.NoSuchMethodException - Thrown when particular method not found.java.lang.SecurityException - Thrown by the security manager to indicate security violation.Copyright © 2022. All rights reserved.