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 Event
shortDisplay
in class EventAdapter
toString()
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.14 Release Date : November 5 2024