public class JPPFManagementInfo extends Object implements Serializable, Comparable<JPPFManagementInfo>
| Modifier and Type | Field and Description |
|---|---|
static byte |
LOCAL
Information that node is local on DRIVER or CLIENT.
|
protected static byte |
TYPE_MASK
Mask for elimination extended type attributes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(JPPFManagementInfo o) |
boolean |
equals(Object obj) |
String |
getHost()
Get the host on which the node is running.
|
int |
getPort()
Get the port on which the node's JMX server is listening.
|
JPPFSystemInformation |
getSystemInfo()
Get the system information associated with the node at the time of the initial connection.
|
String |
getUuid()
Get the unique id for the node's mbean server.
|
int |
hashCode() |
boolean |
isActive()
Determine whether the node is active or inactive.
|
boolean |
isDriver()
Determine whether this information represents a driver, connected as a peer to the
driver from which this information is obtained.
|
boolean |
isLocal()
Determine whether this information represents a local node on client or driver.
|
boolean |
isNode()
Determine whether this information represents a real node.
|
boolean |
isPeer()
Determine whether this information represents a connection to peer driver.
|
boolean |
isSecure()
Determine whether communication with the node or driver is be secure, i.e. via SSL/TLS.
|
String |
toString() |
public static final byte LOCAL
protected static final byte TYPE_MASK
public String getHost()
public int getPort()
public int compareTo(JPPFManagementInfo o)
compareTo in interface Comparable<JPPFManagementInfo>public JPPFSystemInformation getSystemInfo()
JPPFSystemInformation instance.public String getUuid()
public boolean isPeer()
true if this information represents a peer driver, false otherwise.public boolean isNode()
true if this information represents a node, false otherwise.public boolean isDriver()
true if this information represents a driver, false otherwise.public boolean isSecure()
true if the connection is secure, false otherwise.public boolean isLocal()
truepublic boolean isActive()
true if the node is active, false if it is inactve.Copyright © 2005-2012 JPPF Team.