| |
|
| java.lang.Object com.sun.jbi.management.system.ModelSystemService com.sun.jbi.management.system.LoggingService
LoggingService | public class LoggingService extends ModelSystemService implements LoggingServiceMBean(Code) | | This is the JBI Framework Logging Service, which manages the loggers
for all components and system services.
author: Sun Microsystems, Inc. |
LoggingService | public LoggingService(ManagementContext anEnv)(Code) | | Constructs a LoggingService.
Parameters: anEnv - is the ManagementContext. |
getComponentLoggerMBeanById | public ObjectName getComponentLoggerMBeanById(String aComponentId)(Code) | | lookup a JBI Installable Component by its unique ID.
Parameters: aComponentId - is the unique ID of the BC or SE. the JMX object name of the LifeCycle MBean for the component |
getSystemLoggerMBean | public ObjectName getSystemLoggerMBean(String aSvcName)(Code) | | Lookup a system LoggerMBean by system service name.
Parameters: aSvcName - is the name of the system service the JMX object name of the service LoggerMBean or null |
getSystemLoggerMBeans | public ObjectName[] getSystemLoggerMBeans()(Code) | | Looks up LoggerMBeans for all JBI Framework
System Services currently installed.
array of object names for all system service LoggerMBeans. zero-length array if no services registered. |
|
|
|