Uses of Interface
org.openspaces.admin.gateway.Gateway
Packages that use Gateway
Package
Description
-
Uses of Gateway in org.openspaces.admin.gateway
Methods in org.openspaces.admin.gateway that return GatewayModifier and TypeMethodDescriptionGatewayProcessingUnit.getGateway()Returns theGatewaythis gateway processing unit belongs to.Gateways.getGateway(String gatewayName) Returns theGatewayfor the given gateway name.Gateway[]Gateways.getGateways()Returns all the currently discovered gateways.InternalGateways.removeGateway(String name) Waits for the default timeout specified byAdmin.setDefaultTimeout(long, TimeUnit)till the gateway is identified as deployed.Waits for the specified timeout (in time interval) till the gateway is identified as deployed.Methods in org.openspaces.admin.gateway that return types with arguments of type GatewayModifier and TypeMethodDescriptionGateways.getNames()Returns a map ofGatewaykeyed by their respective names.Methods in org.openspaces.admin.gateway with parameters of type Gateway -
Uses of Gateway in org.openspaces.admin.gateway.events
Methods in org.openspaces.admin.gateway.events with parameters of type GatewayModifier and TypeMethodDescriptionvoidClosureGatewayAddedEventListener.gatewayAdded(Gateway gateway) voidDefaultGatewayAddedEventManager.gatewayAdded(Gateway gateway) voidGatewayAddedEventListener.gatewayAdded(Gateway gateway) A callback indicating that a Gateway was added (deployed/discovered).voidClosureGatewayRemovedEventListener.gatewayRemoved(Gateway gateway) voidDefaultGatewayRemovedEventManager.gatewayRemoved(Gateway gateway) voidGatewayRemovedEventListener.gatewayRemoved(Gateway gateway) A callback indicating that a Gateway was removed (undeployed). -
Uses of Gateway in org.openspaces.admin.internal.gateway
Classes in org.openspaces.admin.internal.gateway that implement GatewayMethods in org.openspaces.admin.internal.gateway that return GatewayModifier and TypeMethodDescriptionDefaultGatewayProcessingUnit.getGateway()DefaultGateways.getGateway(String gatewayName) Gateway[]DefaultGateways.getGateways()DefaultGateways.removeGateway(String name) Methods in org.openspaces.admin.internal.gateway that return types with arguments of type GatewayMethods in org.openspaces.admin.internal.gateway with parameters of type GatewayConstructors in org.openspaces.admin.internal.gateway with parameters of type GatewayModifierConstructorDescriptionDefaultGatewayProcessingUnit(InternalAdmin admin, Gateway gateway, ProcessingUnitInstance processingUnitInstance, GatewayServiceDetails gatewayServiceDetails)