|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface RequestContext.Logger
This interface provides access to the logger to append log information in the access, debug and error logs.
| Method Summary | |
|---|---|
void |
logAddRequest(AddRequest addRequest)Logs the provided add request in the access log. |
void |
logAddRequestIntermediateMessage(AddRequest addRequest, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided add request in the access log with the additional <key>=<value> pairs contained in the specified content. |
void |
logAddResult(AddRequest addRequest, Result result)Logs the provided add result in the access log. |
void |
logAddResultIntermediateMessage(AddRequest addRequest, Result result, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided add result in the access log with the additional <key>=<value> pairs contained in the specified content. |
void |
logBindRequest(BindRequest bindRequest)Logs the provided bind request in the access log. |
void |
logBindRequestIntermediateMessage(BindRequest bindRequest, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided bind request in the access log with the additional <key>=<value> pairs contained in the specified content. |
void |
logBindResult(BindRequest bindRequest, Result result)Logs the provided bind result in the access log. |
void |
logBindResultIntermediateMessage(BindRequest bindRequest, Result result, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided bind result in the access log with the additional <key>=<value> pairs contained in the specified content. |
void |
logCompareRequest(CompareRequest compareRequest)Logs the provided compare request in the access log. |
void |
logCompareRequestIntermediateMessage(CompareRequest compareRequest, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided compare request in the access log with the additional <key>=<value> pairs contained in the specified content. |
void |
logCompareResult(CompareRequest compareRequest, Result result)Logs the provided compare result in the access log. |
void |
logCompareResultIntermediateMessage(CompareRequest compareRequest, Result result, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided compare result in the access log with the additional <key>=<value> pairs contained in the specified content. |
void |
logDebug(Message message)Logs the provided message in the debug log. |
void |
logDeleteRequest(DeleteRequest deleteRequest)Logs the provided delete request in the access log. |
void |
logDeleteRequestIntermediateMessage(DeleteRequest deleteRequest, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided delete request in the access log with the additional <key>=<value> pairs contained in the specified content. |
void |
logDeleteResult(DeleteRequest deleteRequest, Result result)Logs the provided delete result in the access log. |
void |
logDeleteResultIntermediateMessage(DeleteRequest deleteRequest, Result result, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided delete result in the access log with the additional <key>=<value> pairs contained in the specified content. |
void |
logError(Message message)Logs the provided message in the error log. |
void |
logExtendedRequest(ExtendedRequest extendedRequest)Logs the provided extended request in the access log. |
void |
logExtendedRequestIntermediateMessage(ExtendedRequest extendedRequest, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided extended request in the access log with the additional <key>=<value> pairs contained in the specified content. |
void |
logExtendedResult(ExtendedRequest extendedRequest, Result result)Logs the provided extended result in the access log. |
void |
logExtendedResultIntermediateMessage(ExtendedRequest extendedRequest, Result result, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided extended result in the access log with the additional <key>=<value> pairs contained in the specified content. |
void |
logModifyDNRequest(ModifyDNRequest modifyDnRequest)Logs the provided modify DN request in the access log. |
void |
logModifyDNRequestIntermediateMessage(ModifyDNRequest modifyDnRequest, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided modify DN request in the access log with the additional <key>=<value> pairs contained in the specified content. |
void |
logModifyDNResult(ModifyDNRequest modifyDnRequest, Result result)Logs the provided modify DN result in the access log. |
void |
logModifyDNResultIntermediateMessage(ModifyDNRequest modifyDnRequest, Result result, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided modify DN result in the access log with the additional <key>=<value> pairs contained in the specified content. |
void |
logModifyRequest(ModifyRequest modifyRequest)Logs the provided modify request in the access log. |
void |
logModifyRequestIntermediateMessage(ModifyRequest modifyRequest, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided modify request in the access log with the additional <key>=<value> pairs contained in the specified content. |
void |
logModifyResult(ModifyRequest modifyRequest, Result result)Logs the provided modify result in the access log. |
void |
logModifyResultIntermediateMessage(ModifyRequest modifyRequest, Result result, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided modify result in the access log with the additional <key>=<value> pairs contained in the specified content. |
void |
logSearchRequest(SearchRequest searchRequest)Logs the provided search request in the access log. |
void |
logSearchRequestIntermediateMessage(SearchRequest searchRequest, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided search request in the access log with the additional <key>=<value> pairs contained in the specified content. |
void |
logSearchResult(SearchRequest searchRequest, Result result)Logs the provided search result in the access log. |
void |
logSearchResultIntermediateMessage(SearchRequest searchRequest, Result result, java.util.Map<java.lang.String,java.lang.String> content)Logs the provided search result in the access log with the additional <key>=<value> pairs contained in the specified content. |
| Method Detail |
|---|
void logAddRequest(AddRequest addRequest)
throws java.lang.IllegalArgumentException
addRequest - the add request to log in the access log.java.lang.IllegalArgumentException - if the provided request is invalid.
void logAddResult(AddRequest addRequest,
Result result)
throws java.lang.IllegalArgumentException
addRequest - the add request required to log information that relative to the request log (if any) of that result.result - the add result to log in the access log.java.lang.IllegalArgumentException - if the provided request or result is invalid.
void logAddRequestIntermediateMessage(AddRequest addRequest,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
addRequest - the add request to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request is invalid.
void logAddResultIntermediateMessage(AddRequest addRequest,
Result result,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
addRequest - the add request required to log information that relative to the request log (if any) of that result.result - the add result to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request or result is invalid.
void logBindRequest(BindRequest bindRequest)
throws java.lang.IllegalArgumentException
bindRequest - the bind request to log in the access log.java.lang.IllegalArgumentException - if the provided request is invalid.
void logBindResult(BindRequest bindRequest,
Result result)
throws java.lang.IllegalArgumentException
bindRequest - the bind request required to log information that relative to the request log (if any) of that result.result - the bind result to log in the access log.java.lang.IllegalArgumentException - if the provided request or result is invalid.
void logBindRequestIntermediateMessage(BindRequest bindRequest,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
bindRequest - the bind request to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request is invalid.
void logBindResultIntermediateMessage(BindRequest bindRequest,
Result result,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
bindRequest - the bind request required to log information that relative to the request log (if any) of that result.result - the bind result to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request or result is invalid.
void logCompareRequest(CompareRequest compareRequest)
throws java.lang.IllegalArgumentException
compareRequest - the compare request to log in the access log.java.lang.IllegalArgumentException - if the provided request is invalid.
void logCompareResult(CompareRequest compareRequest,
Result result)
throws java.lang.IllegalArgumentException
compareRequest - the compare request required to log information that relative to the request log (if any) of that result.result - the compare result to log in the access log.java.lang.IllegalArgumentException - if the provided request or result is invalid.
void logCompareRequestIntermediateMessage(CompareRequest compareRequest,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
compareRequest - the compare request to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request is invalid.
void logCompareResultIntermediateMessage(CompareRequest compareRequest,
Result result,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
compareRequest - the compare request required to log information that relative to the request log (if any) of that result.result - the compare result to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request or result is invalid.
void logDeleteRequest(DeleteRequest deleteRequest)
throws java.lang.IllegalArgumentException
deleteRequest - the delete request to log in the access log.java.lang.IllegalArgumentException - if the provided request is invalid.
void logDeleteResult(DeleteRequest deleteRequest,
Result result)
throws java.lang.IllegalArgumentException
deleteRequest - the delete request required to log information that relative to the request log (if any) of that result.result - the delete result to log in the access log.java.lang.IllegalArgumentException - if the provided request or result is invalid.
void logDeleteRequestIntermediateMessage(DeleteRequest deleteRequest,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
deleteRequest - the delete request to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request is invalid.
void logDeleteResultIntermediateMessage(DeleteRequest deleteRequest,
Result result,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
deleteRequest - the delete request required to log information that relative to the request log (if any) of that result.result - the delete result to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request or result is invalid.
void logExtendedRequest(ExtendedRequest extendedRequest)
throws java.lang.IllegalArgumentException
extendedRequest - the extended request to log in the access log.java.lang.IllegalArgumentException - if the provided request is invalid.
void logExtendedResult(ExtendedRequest extendedRequest,
Result result)
throws java.lang.IllegalArgumentException
extendedRequest - the extended request required to log information that relative to the request log (if any) of that result.result - the extended result to log in the access log.java.lang.IllegalArgumentException - if the provided request or result is invalid.
void logExtendedRequestIntermediateMessage(ExtendedRequest extendedRequest,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
extendedRequest - the extended request to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request is invalid.
void logExtendedResultIntermediateMessage(ExtendedRequest extendedRequest,
Result result,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
extendedRequest - the extended request required to log information that relative to the request log (if any) of that result.result - the extended result to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request or result is invalid.
void logModifyRequest(ModifyRequest modifyRequest)
throws java.lang.IllegalArgumentException
modifyRequest - the modify request to log in the access log.java.lang.IllegalArgumentException - if the provided request is invalid.
void logModifyResult(ModifyRequest modifyRequest,
Result result)
throws java.lang.IllegalArgumentException
modifyRequest - the modify request required to log information that relative to the request log (if any) of that result.result - the modify result to log in the access log.java.lang.IllegalArgumentException - if the provided request or result is invalid.
void logModifyRequestIntermediateMessage(ModifyRequest modifyRequest,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
modifyRequest - the modify request to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request is invalid.
void logModifyResultIntermediateMessage(ModifyRequest modifyRequest,
Result result,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
modifyRequest - the modify request required to log information that relative to the request log (if any) of that result.result - the modify result to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request or result is invalid.
void logModifyDNRequest(ModifyDNRequest modifyDnRequest)
throws java.lang.IllegalArgumentException
modifyDnRequest - the add request to log in the access log.java.lang.IllegalArgumentException - if the provided request is invalid.
void logModifyDNResult(ModifyDNRequest modifyDnRequest,
Result result)
throws java.lang.IllegalArgumentException
modifyDnRequest - the modify DN request required to log information that relative to the request log (if any) of that result.result - the modify DN result to log in the access log.java.lang.IllegalArgumentException - if the provided request or result is invalid.
void logModifyDNRequestIntermediateMessage(ModifyDNRequest modifyDnRequest,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
modifyDnRequest - the modify DN request to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request is invalid.
void logModifyDNResultIntermediateMessage(ModifyDNRequest modifyDnRequest,
Result result,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
modifyDnRequest - the modify DN request required to log information that relative to the request log (if any) of that result.result - the modify DN result to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request or result is invalid.
void logSearchRequest(SearchRequest searchRequest)
throws java.lang.IllegalArgumentException
searchRequest - the search request to log in the access log.java.lang.IllegalArgumentException - if the provided request is invalid.
void logSearchResult(SearchRequest searchRequest,
Result result)
throws java.lang.IllegalArgumentException
searchRequest - the search request required to log information that relative to the request log (if any) of that result.result - the search result to log in the access log.java.lang.IllegalArgumentException - if the provided request or result is invalid.
void logSearchRequestIntermediateMessage(SearchRequest searchRequest,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
searchRequest - the search request to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request is invalid.
void logSearchResultIntermediateMessage(SearchRequest searchRequest,
Result result,
java.util.Map<java.lang.String,java.lang.String> content)
throws java.lang.IllegalArgumentException
searchRequest - the search request required to log information that relative to the request log (if any) of that result.result - the search result to log in the access log.content - a list of <key>=<value> pairsjava.lang.IllegalArgumentException - if the provided request or result is invalid.void logError(Message message)
message - the message to log in the error log.void logDebug(Message message)
message - the message to log in the debug log.
|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||