public class DefaultGatewayDelegator extends Object implements GatewayDelegator
Modifier and Type | Class and Description |
---|---|
class |
DefaultGatewayDelegator.DefaultGatewayDelegatorTarget |
Constructor and Description |
---|
DefaultGatewayDelegator(DefaultGatewayProcessingUnit gatewayProcessingUnit,
GatewayDelegatorServiceDetails serviceDetails) |
Modifier and Type | Method and Description |
---|---|
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.
|
public DefaultGatewayDelegator(DefaultGatewayProcessingUnit gatewayProcessingUnit, GatewayDelegatorServiceDetails serviceDetails)
public GatewayProcessingUnit getGatewayProcessingUnit()
GatewayDelegator
getGatewayProcessingUnit
in interface GatewayDelegator
public GatewayDelegatorTarget[] getDelegationTargets()
GatewayDelegator
getDelegationTargets
in interface GatewayDelegator
public boolean containsTarget(String targetGatewayName)
GatewayDelegator
true
if this delegator has a target gateway with the specified name;
false
otherwise.containsTarget
in interface GatewayDelegator
Copyright © GigaSpaces.