GigaSpaces XAP 9.7.2 API

Uses of Interface
org.openspaces.admin.gateway.Gateway

Packages that use Gateway
org.openspaces.admin.gateway   
org.openspaces.admin.gateway.events   
 

Uses of Gateway in org.openspaces.admin.gateway
 

Methods in org.openspaces.admin.gateway that return Gateway
 Gateway GatewayProcessingUnit.getGateway()
          Returns the Gateway this gateway processing unit belongs to.
 Gateway Gateways.getGateway(String gatewayName)
          Returns the Gateway for the given gateway name.
 Gateway[] Gateways.getGateways()
          Returns all the currently discovered gateways.
 Gateway InternalGateways.removeGateway(String name)
           
 Gateway Gateways.waitFor(String gatewayName)
          Waits for the default timeout specified by Admin.setDefaultTimeout(long, TimeUnit) till the gateway is identified as deployed.
 Gateway Gateways.waitFor(String gatewayName, long timeout, TimeUnit timeUnit)
          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 Gateway
 Map<String,Gateway> Gateways.getNames()
          Returns a map of Gateway keyed by their respective names.
 

Methods in org.openspaces.admin.gateway with parameters of type Gateway
 void InternalGateways.addGateway(Gateway gateway)
           
 

Uses of Gateway in org.openspaces.admin.gateway.events
 

Methods in org.openspaces.admin.gateway.events with parameters of type Gateway
 void DefaultGatewayAddedEventManager.gatewayAdded(Gateway gateway)
           
 void ClosureGatewayAddedEventListener.gatewayAdded(Gateway gateway)
           
 void GatewayAddedEventListener.gatewayAdded(Gateway gateway)
          A callback indicating that a Gateway was added (deployed/discovered).
 void DefaultGatewayRemovedEventManager.gatewayRemoved(Gateway gateway)
           
 void ClosureGatewayRemovedEventListener.gatewayRemoved(Gateway gateway)
           
 void GatewayRemovedEventListener.gatewayRemoved(Gateway gateway)
          A callback indicating that a Gateway was removed (undeployed).
 


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.