Skip navigation links
C E I J R S 

C

com.microsoft.windowsazure.core.tracing.util - package com.microsoft.windowsazure.core.tracing.util
This package contains the classes for a java tracing interceptor.
configuration(String, String, String) - Method in class com.microsoft.windowsazure.core.tracing.util.JavaTracingInterceptor
Probe configuration for the value of a setting.

E

enter(String, Object, String, HashMap<String, Object>) - Method in class com.microsoft.windowsazure.core.tracing.util.JavaTracingInterceptor
Enter a method.
error(String, Exception) - Method in class com.microsoft.windowsazure.core.tracing.util.JavaTracingInterceptor
Raise an error.
exit(String, Object) - Method in class com.microsoft.windowsazure.core.tracing.util.JavaTracingInterceptor
Exit a method.

I

information(String) - Method in class com.microsoft.windowsazure.core.tracing.util.JavaTracingInterceptor
Trace information.

J

JavaTracingInterceptor - Class in com.microsoft.windowsazure.core.tracing.util
 
JavaTracingInterceptor() - Constructor for class com.microsoft.windowsazure.core.tracing.util.JavaTracingInterceptor
Initializes a new instance of the JavaTracingInterceptor.

R

receiveResponse(String, HttpResponse) - Method in class com.microsoft.windowsazure.core.tracing.util.JavaTracingInterceptor
Receive an HTTP response.

S

sendRequest(String, HttpRequest) - Method in class com.microsoft.windowsazure.core.tracing.util.JavaTracingInterceptor
Send an HTTP request.
C E I J R S 
Skip navigation links

/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/