public abstract class AbstractFabricAddress extends OptimizedObject implements java.lang.Comparable
Title: Service Event Fabric Core
Description: Base class for the FabricAddress
.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static int |
BINARY_SIZE |
DEFAULT_SERIAL_VERSION_ID
Modifier and Type | Method and Description |
---|---|
boolean |
belongsToSameNode(AbstractFabricAddress other) |
int |
compareTo(AbstractFabricAddress other) |
boolean |
equals(java.lang.Object other) |
byte |
getClusterNumber() |
short |
getComponentNumber() |
byte |
getDomainNumber() |
FabricAddress |
getNodeAddress() |
short |
getNodeNumber() |
int |
hashCode() |
boolean |
isNull() |
boolean |
matchesCluster(AbstractFabricAddress other) |
boolean |
matchesCluster(byte clusterNumber) |
clone, toBinary, toString
getSerialVersionUID
public static final int BINARY_SIZE
public byte getDomainNumber()
public byte getClusterNumber()
public short getNodeNumber()
public short getComponentNumber()
public int compareTo(AbstractFabricAddress other)
compareTo
in interface java.lang.Comparable
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean isNull()
public boolean belongsToSameNode(AbstractFabricAddress other)
public boolean matchesCluster(AbstractFabricAddress other)
public boolean matchesCluster(byte clusterNumber)
public FabricAddress getNodeAddress()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.