Class DefaultGatewayDelegator
java.lang.Object
org.openspaces.admin.internal.gateway.DefaultGatewayDelegator
- All Implemented Interfaces:
GatewayDelegator
- Since:
- 8.0.4
- Author:
- eitany
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDefaultGatewayDelegator(DefaultGatewayProcessingUnit gatewayProcessingUnit, GatewayDelegatorServiceDetails serviceDetails) -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsTarget(String targetGatewayName) Returnstrueif this delegator has a target gateway with the specified name;falseotherwise.Returns all the delegation targets of this delegator.Returns the gateway this sink is part of.
-
Constructor Details
-
DefaultGatewayDelegator
public DefaultGatewayDelegator(DefaultGatewayProcessingUnit gatewayProcessingUnit, GatewayDelegatorServiceDetails serviceDetails)
-
-
Method Details
-
getGatewayProcessingUnit
Description copied from interface:GatewayDelegatorReturns the gateway this sink is part of.- Specified by:
getGatewayProcessingUnitin interfaceGatewayDelegator
-
getDelegationTargets
Description copied from interface:GatewayDelegatorReturns all the delegation targets of this delegator.- Specified by:
getDelegationTargetsin interfaceGatewayDelegator
-
containsTarget
Description copied from interface:GatewayDelegatorReturnstrueif this delegator has a target gateway with the specified name;falseotherwise.- Specified by:
containsTargetin interfaceGatewayDelegator
-