Uses of Interface
org.openspaces.admin.gateway.GatewayDelegator
Packages that use GatewayDelegator
-
Uses of GatewayDelegator in org.openspaces.admin.gateway
Methods in org.openspaces.admin.gateway that return GatewayDelegatorModifier and TypeMethodDescriptionGateway.getDelegator(String targetGatewayName) Returns a gateway delegator which has a target gateway with the given name.GatewayDelegatorTarget.getDelegator()Returns the delegator this delegation target is part of.GatewayProcessingUnit.getDelegator()Returns the delegator of this gateway ornullif no delegator exists in this gateway.Gateway.waitForDelegator(String targetGatewayName) Waits for the default timeout specified byAdmin.setDefaultTimeout(long, TimeUnit)till the gateway delegator with the given target gateway name is identified as deployed.Gateway.waitForDelegator(String targetGatewayName, long timeout, TimeUnit timeUnit) Waits for the specified timeout (in time interval) till the gateway delegator with the given target gateway name is identified as deployed. -
Uses of GatewayDelegator in org.openspaces.admin.internal.gateway
Classes in org.openspaces.admin.internal.gateway that implement GatewayDelegatorMethods in org.openspaces.admin.internal.gateway that return GatewayDelegatorModifier and TypeMethodDescriptionDefaultGateway.getDelegator(String targetGatewayName) DefaultGatewayDelegator.DefaultGatewayDelegatorTarget.getDelegator()DefaultGatewayProcessingUnit.getDelegator()DefaultGateway.waitForDelegator(String targetGatewayName) DefaultGateway.waitForDelegator(String targetGatewayName, long timeout, TimeUnit timeUnit)