Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


oracle.stellent.ridc.convenience.usersecurity
Interface ITrace

All Known Implementing Classes:
Trace

public interface ITrace

Nested Class Summary
static class ITrace.Indent
           
static class ITrace.Kind
           

 

Method Summary
 void addTrace(ITrace.Kind kind, java.lang.String message)
          Add general trace information message
 void addTraceEndSection()
          End tracing section
 void addTraceEndSection(boolean isAdmin, IUserSecurityCache.AdminType type)
          End tracing section replacing Kind field with flag information
 void addTraceEndSection(int access)
          End tracing section replacing Kind field with access information
 void addTraceStartSection(ITrace.Kind kind, java.lang.String message)
          Add information and indent.
 void clear()
          clear all messages
 java.lang.String formatTrace()
          Format the trace information in this object into a string, then clear the information

 

Method Detail

addTrace

void addTrace(ITrace.Kind kind,
              java.lang.String message)
Add general trace information message
Parameters:
kind -
message -

addTraceEndSection

void addTraceEndSection()
End tracing section

addTraceStartSection

void addTraceStartSection(ITrace.Kind kind,
                          java.lang.String message)
Add information and indent. Message is placed in an internal stack for use during unindent. Usually used at beginning of method, or larger logical block of code.
Parameters:
kind -
message -

addTraceEndSection

void addTraceEndSection(int access)
End tracing section replacing Kind field with access information
Parameters:
access - value of access level

addTraceEndSection

void addTraceEndSection(boolean isAdmin,
                        IUserSecurityCache.AdminType type)
End tracing section replacing Kind field with flag information
Parameters:
isAdmin - value of flag
type - type of admin flag

clear

void clear()
clear all messages

formatTrace

java.lang.String formatTrace()
Format the trace information in this object into a string, then clear the information
Returns:
formatted trace information

Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.