IlsMvEndPoint::TraceType
 
IlsMvEndPoint::TraceType
Category 
Dynamic view-related, nested enumerated type (component and server)
Description 
This enumerated type, nested in the class IlsMvEndPoint, specifies the type of trace attached to interactions between an object server and its components. See the trace functions of the class IlsMvEndPoint for more information.
Libraries 
<mvserver> and <mvcomp>
Header File 
#include <ilserver/mvendpt.h>
Synopsis 
class IlsMvEndPoint {
enum TraceType{
NO_TRACE
TRACE_TRANS
TRACE_MSG
TRACE_TAG_ERR
TRACE_TAG_PRINT
};
};
The value of this enumerated type are the following:
Enumerated Types
Attribute Types
NO_TRACE
No trace required
TRACE_TRANS
Tracing input and output transaction
TRACE_MSG
Tracing Server protocol messages
TRACE_TAG_ERR
Tagging the user-type values exchanged
Tracing type mismatches between encoding and decoding (see the class IlsMvUserType)
TRACE_TAG_PRINT
Same as TRACE_TAG_ERR and printing the name of the type for the exchanged data that make up those values.
See Also 
IlsMvEndPoint

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.