Package de.mhus.lib.core.jmx
Class JmxList
- 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.JmxList
-
- All Implemented Interfaces:
ILog,JmxListMBean,JmxObjectMBean,MNlsProvider,Nls
public class JmxList extends JmxObject implements JmxListMBean
-
-
Field Summary
-
Fields inherited from class de.mhus.lib.core.jmx.JmxObject
jmxFixName, jmxName, jmxPackage, jmxType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()String[]getEntries()intgetSize()voidremove(int key)-
Methods inherited from class de.mhus.lib.core.jmx.JmxObject
createJmxObjectName, getJmxName, getJmxObjectName, getJmxPackage, getJmxType, isJmxFixName, isJmxRegistered, setJmxName, setJmxPackage, setJmxProxy, setJmxRegistered
-
-
-
-
Method Detail
-
getSize
public int getSize()
- Specified by:
getSizein interfaceJmxListMBean
-
getEntries
public String[] getEntries()
- Specified by:
getEntriesin interfaceJmxListMBean
-
clear
public void clear()
- Specified by:
clearin interfaceJmxListMBean
-
remove
public void remove(int key)
- Specified by:
removein interfaceJmxListMBean
-
-