Package org.openspaces.admin.gateway
Interface GatewayDelegatorTarget
- All Known Implementing Classes:
DefaultGatewayDelegator.DefaultGatewayDelegatorTarget
public interface GatewayDelegatorTarget
Represents a single delegation target
- Since:
- 8.0.4
- Author:
- eitany
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the gateway delegator this delegator is connected to which routes communication to the target gateway.Returns the delegator this delegation target is part of.Returns the delegated target gateway name.booleanReturnstrueif the delegation is done via another delegator orfalseif this delegator is connected directly to the target gateway.
-
Method Details
-
getDelegator
GatewayDelegator getDelegator()Returns the delegator this delegation target is part of. -
getTargetGatewayName
String getTargetGatewayName()Returns the delegated target gateway name. -
isDelegateThroughOtherGateway
boolean isDelegateThroughOtherGateway()Returnstrueif the delegation is done via another delegator orfalseif 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 returnnull.- See Also:
-