Package de.mhus.lib.core.system
Class SingleMLogInstanceFactory
- java.lang.Object
-
- de.mhus.lib.core.MLog
-
- de.mhus.lib.core.lang.MObject
-
- de.mhus.lib.core.jmx.JmxObject
-
- de.mhus.lib.core.jmx.MJmx
-
- de.mhus.lib.core.system.SingleMLogInstanceFactory
-
- All Implemented Interfaces:
ILog,JmxObjectMBean,MLogFactory,MNlsProvider,Nls
public class SingleMLogInstanceFactory extends MJmx implements MLogFactory
-
-
Field Summary
-
Fields inherited from class de.mhus.lib.core.jmx.JmxObject
jmxFixName, jmxName, jmxPackage, jmxType
-
-
Constructor Summary
Constructors Constructor Description SingleMLogInstanceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCacheSize()Loglookup(Object owner)voidupdate()-
Methods inherited from class de.mhus.lib.core.jmx.MJmx
jmxRegister
-
Methods inherited from class de.mhus.lib.core.jmx.JmxObject
createJmxObjectName, getJmxName, getJmxObjectName, getJmxPackage, getJmxType, isJmxFixName, isJmxRegistered, setJmxName, setJmxPackage, setJmxProxy, setJmxRegistered
-
-
-
-
Method Detail
-
lookup
public Log lookup(Object owner)
- Specified by:
lookupin interfaceMLogFactory
-
getCacheSize
public int getCacheSize()
-
update
public void update()
- Specified by:
updatein interfaceMLogFactory
-
-