Modifier and Type | Field and Description |
---|---|
FabricAddress |
HTTPClientComponent.fabricAddress |
Modifier and Type | Method and Description |
---|---|
FabricAddress |
HTTPFabricConnection.getFabricAddress() |
Modifier and Type | Method and Description |
---|---|
FabricAddress |
FabricConnection.getFabricAddress()
Returns a Fabric address of the connection.
|
Modifier and Type | Method and Description |
---|---|
FabricAddress |
ReplicationTarget.getComponentAddress() |
FabricAddress |
ReplicationSource.getComponentAddress() |
Modifier and Type | Method and Description |
---|---|
FabricAddress |
ContextId.getFabricAddress()
Returns a Fabric address associated with the context.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextId.acquire(FabricAddress address)
Instructs the context to acquire a new address.
|
Constructor and Description |
---|
ContextId(FabricAddress address)
Constructs a new context id.
|
Modifier and Type | Method and Description |
---|---|
FabricAddress |
FabricComponent.getFabricAddress()
Returns the
Fabric Address for this fabric component. |
Modifier and Type | Method and Description |
---|---|
FabricAddress |
AbstractFabricAddress.getNodeAddress() |
Modifier and Type | Field and Description |
---|---|
static FabricAddress |
FabricAddress.NULL |
Modifier and Type | Method and Description |
---|---|
FabricAddress |
FabricAddress.clone() |
Constructor and Description |
---|
FabricAddress(FabricAddress nodeAddress,
short componentNumber) |
Modifier and Type | Method and Description |
---|---|
FabricAddress |
EndpointReference.getAddress()
Returns the Fabric address of the endpoint.
|
FabricAddress |
EntityReference.getComponentAddress()
Returns the Fabric address of a Fabric Component to which the entity belongs or in which the entity was created.
|
FabricAddress |
FabricNodeReference.getFabricAddress()
Returns the Fabric address of the node.
|
Modifier and Type | Method and Description |
---|---|
AccessorSessionReference |
Moderator.lookupAccessorSession(FabricAddress address)
Returns the accessor session with the specified Fabric address.
|
AccessorSessionReference |
FabricNodeReference.lookupAccessorSession(FabricAddress address)
Returns the accessor session with the specified Fabric address.
|
AccessorSessionReference |
ComponentReference.lookupAccessorSession(FabricAddress address)
Returns the accessor session with the specified Fabric address.
|
AsyncConsumerReference |
Moderator.lookupAsyncConsumer(FabricAddress address)
Returns the async consumer with the specified Fabric address.
|
AsyncConsumerReference |
FabricNodeReference.lookupAsyncConsumer(FabricAddress address)
Returns the async consumer with the specified Fabric address.
|
AsyncConsumerReference |
ComponentReference.lookupAsyncConsumer(FabricAddress address)
Returns the async consumer with the specified Fabric address.
|
ComponentReference |
Moderator.lookupComponent(FabricAddress address)
Returns the component with the specified Fabric address.
|
ComponentReference |
FabricNodeReference.lookupComponent(FabricAddress address)
Returns the component with the specified Fabric address.
|
ConsumerReference |
Moderator.lookupConsumer(FabricAddress address)
Returns the consumer with the specified Fabric address.
|
ConsumerReference |
FabricNodeReference.lookupConsumer(FabricAddress address)
Returns the consumer with the specified Fabric address.
|
ConsumerReference |
ComponentReference.lookupConsumer(FabricAddress address)
Returns the consumer with the specified Fabric address.
|
DirectConsumerReference |
Moderator.lookupDirectConsumer(FabricAddress address)
Returns the direct consumer with the specified Fabric address.
|
DirectConsumerReference |
FabricNodeReference.lookupDirectConsumer(FabricAddress address)
Returns the direct consumer with the specified Fabric address.
|
DirectConsumerReference |
ComponentReference.lookupDirectConsumer(FabricAddress address)
Returns the direct consumer with the specified Fabric address.
|
EventConsumerReference |
Moderator.lookupEventConsumer(FabricAddress address)
Returns the event consumer (direct or async consumer or receiver) with the specified Fabric address.
|
EventConsumerReference |
FabricNodeReference.lookupEventConsumer(FabricAddress address)
Returns the event consumer (direct or async consumer or receiver) with the specified Fabric address.
|
EventConsumerReference |
ComponentReference.lookupEventConsumer(FabricAddress address)
Returns the event consumer (direct or async consumer or receiver) with the specified Fabric address.
|
FabricNodeReference |
Moderator.lookupFabricNode(FabricAddress address)
Returns the Fabric node with the specified Fabric address.
|
ReceiverReference |
Moderator.lookupReceiver(FabricAddress address)
Returns the receiver with the specified Fabric address.
|
ReceiverReference |
FabricNodeReference.lookupReceiver(FabricAddress address)
Returns the receiver with the specified Fabric address.
|
ReceiverReference |
ComponentReference.lookupReceiver(FabricAddress address)
Returns the receiver with the specified Fabric address.
|
RequestConsumerReference |
Moderator.lookupRequestConsumer(FabricAddress address)
Returns the request consumer with the specified Fabric address.
|
RequestConsumerReference |
FabricNodeReference.lookupRequestConsumer(FabricAddress address)
Returns the request consumer with the specified Fabric address.
|
RequestConsumerReference |
ComponentReference.lookupRequestConsumer(FabricAddress address)
Returns the request consumer with the specified Fabric address.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.