Class DefaultGatewayDelegator.DefaultGatewayDelegatorTarget
java.lang.Object
org.openspaces.admin.internal.gateway.DefaultGatewayDelegator.DefaultGatewayDelegatorTarget
- All Implemented Interfaces:
GatewayDelegatorTarget
- Enclosing class:
- DefaultGatewayDelegator
public class DefaultGatewayDelegator.DefaultGatewayDelegatorTarget
extends Object
implements GatewayDelegatorTarget
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
DefaultGatewayDelegatorTarget
-
-
Method Details
-
getDelegator
Description copied from interface:GatewayDelegatorTargetReturns the delegator this delegation target is part of.- Specified by:
getDelegatorin interfaceGatewayDelegatorTarget
-
getTargetGatewayName
Description copied from interface:GatewayDelegatorTargetReturns the delegated target gateway name.- Specified by:
getTargetGatewayNamein interfaceGatewayDelegatorTarget
-
isDelegateThroughOtherGateway
public boolean isDelegateThroughOtherGateway()Description copied from interface:GatewayDelegatorTargetReturnstrueif the delegation is done via another delegator orfalseif this delegator is connected directly to the target gateway.- Specified by:
isDelegateThroughOtherGatewayin interfaceGatewayDelegatorTarget
-
getDelegateThroughGatewayName
Description copied from interface:GatewayDelegatorTargetReturns 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.- Specified by:
getDelegateThroughGatewayNamein interfaceGatewayDelegatorTarget- See Also:
-