public class TopicMBean extends HazelcastMBean<ITopic>
ITopic
attributeMap, operationMap
Modifier | Constructor and Description |
---|---|
protected |
TopicMBean(ITopic managedObject,
ManagementService service) |
Modifier and Type | Method and Description |
---|---|
String |
getConfig() |
long |
getLocalCreationTime() |
long |
getLocalPublishOperationCount() |
long |
getLocalReceiveOperationCount() |
String |
getName() |
long |
getTotalMessageCount() |
void |
preDeregister() |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preRegister, register, setAttribute, setAttributes, setObjectName
protected TopicMBean(ITopic managedObject, ManagementService service)
public long getLocalCreationTime()
public long getLocalPublishOperationCount()
public long getLocalReceiveOperationCount()
public String getName()
public long getTotalMessageCount()
public String getConfig()
public void preDeregister() throws Exception
preDeregister
in interface MBeanRegistration
preDeregister
in class HazelcastMBean<ITopic>
Exception
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.