public interface ProcessNode extends Serializable
Modifier and Type | Method and Description |
---|---|
long |
getNodeId()
Returns unique id of the node
|
String |
getNodeName()
Returns name of the node
|
String |
getNodeType()
Returns type of the node
|
String |
getProcessId()
Returns process id node belongs to
|
String getNodeName()
long getNodeId()
String getNodeType()
String getProcessId()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.