public class LicenseEvent extends EventAdapter
| Constructor and Description |
|---|
LicenseEvent()
No-arg constructor.
|
LicenseEvent(ClusterNode node,
String msg,
int type)
Creates license event with given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
licenseId()
Gets license ID.
|
void |
licenseId(UUID licId)
Sets license ID.
|
String |
shortDisplay()
Gets a shortened version of
toString() result. |
String |
toString() |
public LicenseEvent()
public LicenseEvent(ClusterNode node, String msg, int type)
node - Node.msg - Optional message.type - Event type.public String shortDisplay()
toString() result. Suitable for humans to read.shortDisplay in interface EventshortDisplay in class EventAdaptertoString() result.public UUID licenseId()
public void licenseId(UUID licId)
licId - License ID to set.public String toString()
toString in class EventAdapter
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025