Uses of Class
org.odpi.openmetadata.commonservices.ffdc.RESTCallToken
-
Packages that use RESTCallToken Package Description org.odpi.openmetadata.commonservices.ffdc The FFDC Services provide common exceptions and error handling for service running in OMAG Servers. -
-
Uses of RESTCallToken in org.odpi.openmetadata.commonservices.ffdc
Methods in org.odpi.openmetadata.commonservices.ffdc that return RESTCallToken Modifier and Type Method Description RESTCallTokenRESTCallLogger. logRESTCall(String serverName, String userId, String methodName)Log the start of an inbound REST Call.Methods in org.odpi.openmetadata.commonservices.ffdc with parameters of type RESTCallToken Modifier and Type Method Description voidRESTCallLogger. logRESTCallReturn(RESTCallToken token, String response)Log the return of an inbound REST Call.
-