public class TimerDesc extends Object implements TimerDesc, Serializable
Constructor and Description |
---|
TimerDesc() |
TimerDesc(long id,
long nodeId,
String uniqueId,
String nodeName) |
Modifier and Type | Method and Description |
---|---|
Long |
getId()
Returns the timer description id.
|
Long |
getNodeId()
Returns the timer description node id.
|
String |
getNodeName()
Returns the timer description node name.
|
String |
getUniqueId()
Returns the timer description unique id.
|
String |
toString() |
public Long getId()
TimerDesc
public Long getNodeId()
TimerDesc
public String getNodeName()
TimerDesc
getNodeName
in interface TimerDesc
public String getUniqueId()
TimerDesc
getUniqueId
in interface TimerDesc
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.