GigaSpaces XAP 9.7.2 API

org.openspaces.admin.gateway
Interface GatewayDelegatorTarget


public interface GatewayDelegatorTarget

Represents a single delegation target

Since:
8.0.4
Author:
eitany

Method Summary
 String getDelegateThroughGatewayName()
          Returns the name of the gateway delegator this delegator is connected to which routes communication to the target gateway.
 GatewayDelegator getDelegator()
          Returns the delegator this delegation target is part of.
 String getTargetGatewayName()
          Returns the delegated target gateway name.
 boolean isDelegateThroughOtherGateway()
          Returns true if the delegation is done via another delegator or false if this delegator is connected directly to the target gateway.
 

Method Detail

getDelegator

GatewayDelegator getDelegator()
Returns the delegator this delegation target is part of.


getTargetGatewayName

String getTargetGatewayName()
Returns the delegated target gateway name.


isDelegateThroughOtherGateway

boolean isDelegateThroughOtherGateway()
Returns true if the delegation is done via another delegator or false if this delegator is connected directly to the target gateway.


getDelegateThroughGatewayName

String getDelegateThroughGatewayName()
Returns the name of the gateway delegator this delegator is connected to which routes communication to the target gateway. If this delegator is connected directly to the target gateway it will return null.

See Also:
isDelegateThroughOtherGateway()

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.