com.hazelcast.jmx
public class ListMBean extends HazelcastMBean<IList<?>>
IListattributeMap, 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, setObjectNameprotected 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 MBeanRegistrationpreDeregister in class HazelcastMBean<IList<?>>ExceptionCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.