public class LicenseInfoMBean extends com.hazelcast.internal.jmx.HazelcastMBean<LicenseInfo>
| Constructor and Description |
|---|
LicenseInfoMBean(LicenseInfo licenseInfo,
com.hazelcast.instance.Node node,
com.hazelcast.internal.jmx.ManagementService service) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyName() |
String |
getExpiryDate() |
String |
getKeyHash() |
String |
getMaxNodeCountAllowed() |
String |
getOwnerEmail() |
String |
getType() |
String |
getTypeCode() |
public LicenseInfoMBean(LicenseInfo licenseInfo, com.hazelcast.instance.Node node, com.hazelcast.internal.jmx.ManagementService service)
public String getMaxNodeCountAllowed()
public String getExpiryDate()
public String getTypeCode()
public String getType()
public String getOwnerEmail()
public String getCompanyName()
public String getKeyHash()
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.