public class FabricAddress extends AbstractFabricAddress
Title: Service Event Fabric Core
Description: Defines a Fabric address.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static FabricAddress |
NULL |
BINARY_SIZE
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
FabricAddress() |
FabricAddress(byte[] binaryForm) |
FabricAddress(byte domainNumber,
byte clusterNumber,
short nodeNumber,
short componentNumber) |
FabricAddress(FabricAddress nodeAddress,
short componentNumber) |
Modifier and Type | Method and Description |
---|---|
FabricAddress |
clone()
Clones the object.
|
belongsToSameNode, compareTo, equals, getClusterNumber, getComponentNumber, getDomainNumber, getNodeAddress, getNodeNumber, hashCode, isNull, matchesCluster, matchesCluster
toBinary, toString
getSerialVersionUID
public static final FabricAddress NULL
public FabricAddress()
public FabricAddress(byte domainNumber, byte clusterNumber, short nodeNumber, short componentNumber)
public FabricAddress(FabricAddress nodeAddress, short componentNumber)
public FabricAddress(byte[] binaryForm)
public FabricAddress clone()
CloneableDataObject
clone
in interface CloneableObject
clone
in class OptimizedObject
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.