Uses of Interface
org.tquadrat.foundation.perflog.PerfLogMBean
Packages that use PerfLogMBean
Package
Description
The classes that defines the API for a client for the Foundation
Performance Logging and Monitoring library.
The internal classes that for the Foundation Performance Logging and
Monitoring library.
-
Uses of PerfLogMBean in org.tquadrat.foundation.perflog.client
Methods in org.tquadrat.foundation.perflog.client that return PerfLogMBeanModifier and TypeMethodDescriptionprivate static final PerfLogMBeanPerfLogClientBase.connectToMBean(MBeanServer mbeanServer, ObjectName objectName, boolean forceFlag) Establishes the connection with thePerfLogMBeanon the given MBean server and returns a proxy for it. -
Uses of PerfLogMBean in org.tquadrat.foundation.perflog.internal
Classes in org.tquadrat.foundation.perflog.internal that implement PerfLogMBeanFields in org.tquadrat.foundation.perflog.internal declared as PerfLogMBeanModifier and TypeFieldDescriptionprivate final PerfLogMBeanPerfLogManagerImpl.m_MBeanThe proxy for thePerfLogMBean.Methods in org.tquadrat.foundation.perflog.internal that return PerfLogMBeanModifier and TypeMethodDescriptionprivate static final PerfLogMBeanPerfLogManagerImpl.connectToMBean(MBeanServer mbeanServer, ObjectName objectName) Establishes the connection with thePerfLogMBeanon the given MBean server and returns a proxy for it.final PerfLogMBeanPerfLogManagerImpl.getMBean()Provides a reference to the internal instance ofPerfLogMBean.
