com.hazelcast.jmx
public class ListMBean extends HazelcastMBean<IList<?>>
IList
attributeMap, operationMap
Modifier | Constructor and Description |
---|---|
protected |
ListMBean(IList<?> managedObject,
ManagementService service) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
String |
getName() |
long |
getTotalAddedItemCount() |
long |
getTotalRemovedItemCount() |
void |
preDeregister() |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preRegister, register, setAttribute, setAttributes, setObjectName
protected ListMBean(IList<?> managedObject, ManagementService service)
public void clear()
public String getName()
public long getTotalAddedItemCount()
public long getTotalRemovedItemCount()
public void preDeregister() throws Exception
preDeregister
in interface MBeanRegistration
preDeregister
in class HazelcastMBean<IList<?>>
Exception
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.