Package de.mhus.lib.core.console
Class JmxConsoleProxy
- 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.console.JmxConsoleProxy
-
- All Implemented Interfaces:
ILog,JmxObjectMBean,MNlsProvider,Nls
public class JmxConsoleProxy extends MJmx
-
-
Field Summary
-
Fields inherited from class de.mhus.lib.core.jmx.JmxObject
jmxFixName, jmxName, jmxPackage, jmxType
-
-
Constructor Summary
Constructors Constructor Description JmxConsoleProxy(JmxConsole jmxConsole)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplay()voidprint(String in)voidprintln(String in)voidresize(int width, int height)-
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
-
-
-
-
Constructor Detail
-
JmxConsoleProxy
public JmxConsoleProxy(JmxConsole jmxConsole)
-
-