| Package | Description | 
|---|---|
| org.openspaces.admin.gateway | |
| org.openspaces.admin.gateway.events | |
| org.openspaces.admin.internal.gateway | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Gateway> | 
Gateways.getNames()
Returns a map of  
Gateway keyed by their respective names. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InternalGateways.addGateway(Gateway gateway)  | 
| Modifier and Type | Method and Description | 
|---|---|
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 | 
GatewayRemovedEventListener.gatewayRemoved(Gateway gateway)
A callback indicating that a Gateway was removed (undeployed). 
 | 
void | 
ClosureGatewayRemovedEventListener.gatewayRemoved(Gateway gateway)  | 
void | 
DefaultGatewayRemovedEventManager.gatewayRemoved(Gateway gateway)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultGateway  | 
| Modifier and Type | Method and Description | 
|---|---|
Gateway | 
DefaultGatewayProcessingUnit.getGateway()  | 
Gateway | 
DefaultGateways.getGateway(String gatewayName)  | 
Gateway[] | 
DefaultGateways.getGateways()  | 
Gateway | 
DefaultGateways.removeGateway(String name)  | 
Gateway | 
DefaultGateways.waitFor(String gatewayName)  | 
Gateway | 
DefaultGateways.waitFor(String gatewayName,
       long timeout,
       TimeUnit timeUnit)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Gateway> | 
DefaultGateways.getNames()  | 
Iterator<Gateway> | 
DefaultGateways.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultGateways.addGateway(Gateway gateway)  | 
| Constructor and Description | 
|---|
DefaultGatewayProcessingUnit(InternalAdmin admin,
                            Gateway gateway,
                            ProcessingUnitInstance processingUnitInstance,
                            GatewayServiceDetails gatewayServiceDetails)  | 
Copyright © GigaSpaces.