Java EE 5 SDK

Package com.sun.appserv.management.ext.logging

Contains AMX interfaces for accessing log files, querying log files, etc.

See:
          Description

Interface Summary
LogAnalyzer Provides summary information about important logging events.
LogFileAccess Provides access to log files.
Logging Supports accessing logging information in multiple ways.
LogQuery Provides access to log messages already present in the log file.
LogQueryEntry An individual result representing a log entry found by LogQuery.queryServerLog(java.lang.String, long, boolean, int, java.lang.Long, java.lang.Long, java.lang.String, java.util.Set, java.util.List).
LogQueryResult Interface which can be applied over the CompositeData returned from LogQuery.queryServerLog(java.lang.String, long, boolean, int, java.lang.Long, java.lang.Long, java.lang.String, java.util.Set, java.util.List).
LogRecordEmitter Emits LogRecord as JMX Notification.
 

Class Summary
LogModuleNames Names of log level modules.
LogQueryEntryImpl INTERNAL USE ONLY--not part of the API
LogQueryResultImpl INTERNAL USE ONLY--not part of the API
LogRecordFields Indices into log record fields as returned by LogQuery.queryServerLog(java.lang.String, long, boolean, int, java.lang.Long, java.lang.Long, java.lang.String, java.util.Set, java.util.List).
LogUtil  
 

Package com.sun.appserv.management.ext.logging Description

Contains AMX interfaces for accessing log files, querying log files, etc.

 

Package Specification

Related Documentation


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.