com.dynatrace.oneagent.sdk.api
Interface OutgoingRemoteCallTracer

All Superinterfaces:
OutgoingTaggable, Tracer

public interface OutgoingRemoteCallTracer
extends Tracer, OutgoingTaggable

Represents the client side of a remote call. This Interface extends Tracer - it is important to respect the mentioned requirements when working with OutgoingRemoteCallTracer.


Method Summary
 void setProtocolName(java.lang.String protocolName)
          Sets the name of the used remoting protocol.
 
Methods inherited from interface com.dynatrace.oneagent.sdk.api.Tracer
end, error, error, start
 
Methods inherited from interface com.dynatrace.oneagent.sdk.api.OutgoingTaggable
getDynatraceByteTag, getDynatraceStringTag
 

Method Detail

setProtocolName

void setProtocolName(java.lang.String protocolName)
Sets the name of the used remoting protocol. Setting the protocol name is optional.

Parameters:
protocolName - protocol name. null value is ignored.
Since:
1.0