BEA WebLogic User Manual page 206

Mobility server
Hide thumbs Also See for WebLogic:
Table of Contents

Advertisement

Part VIII Appendixes
GenericLogMonitor Interface
The publish() method in the GenericLogMonitor interface is responsible for publishing
Exceptions, Warnings and Diagnostics to an external class:
void publish(String messageName, String message, boolean warnings, boolean
errors, long time, String requestURL, String webAppName, String sessionID,
String deviceName, String username, String localServerIP, String serverPort,
String localServerHostname, String requestRemoteHost, String
requestRemoteAddr);
A description of the information accessible via the parameters is provided in the following table.
Information Provided by the publish() Method
Parameter
messageName
message
warnings
errors
time
requestURL
webAppName
sessionID
deviceName
username
localServerIP
serverPort
localServerHostname
requestRemoteHost
requestRemoteAddr
202 - BEA WebLogic Mobility Server User Guide
Description
The message name or type - typically MIS.Warning,
MIS.FatalException or Diagnostic topic
The message associated with the Exception, Warning or Diagnostics
including the error/warning code if appropriate
True if the message is a warning, False otherwise
True if the message is an Error, False otherwise
Date & Time Stamp indicating when the message was generated
The URL being requested
The name of the Web App
The Session ID of the user's current session if applicable
The device making the request (null until the device is recognized)
N/A
Server IP
Server Port
Server Hostname
Remote Hostname
Remote IP Address

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WebLogic and is the answer not in the manual?

This manual is also suitable for:

Weblogic mobility server

Table of Contents