GigaSpaces XAP 9.5 API

org.openspaces.admin.gateway
Interface GatewayDelegator


public interface GatewayDelegator

A gateway delegator is used to delegate outgoing replication packets to other gateways. Acts as a communication connector such that a local space and relevant components need only to find the delegator locally in order to communicate with a remote gateway. Delegators can be chained together to create a multi-hop delegation between gateways.

Since:
8.0.4
Author:
eitany
See Also:
Gateway

Method Summary
 boolean containsTarget(String targetGatewayName)
          Returns true if this delegator has a target gateway with the specified name; false otherwise.
 GatewayDelegatorTarget[] getDelegationTargets()
          Returns all the delegation targets of this delegator.
 GatewayProcessingUnit getGatewayProcessingUnit()
          Returns the gateway this sink is part of.
 

Method Detail

getGatewayProcessingUnit

GatewayProcessingUnit getGatewayProcessingUnit()
Returns the gateway this sink is part of.


getDelegationTargets

GatewayDelegatorTarget[] getDelegationTargets()
Returns all the delegation targets of this delegator.


containsTarget

boolean containsTarget(String targetGatewayName)
Returns true if this delegator has a target gateway with the specified name; false otherwise.


GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.