GigaSpaces XAP 9.0 API

org.openspaces.core.gateway
Class GatewayLookupsFactoryBean

java.lang.Object
  extended by org.openspaces.core.gateway.GatewayLookupsFactoryBean

public class GatewayLookupsFactoryBean
extends Object

A gateway lookups factory bean for constructing ReplicationLookupParameters using the asReplicationLookupParameters() method.

Since:
8.0.3
Author:
Idan Moyal

Constructor Summary
GatewayLookupsFactoryBean()
           
 
Method Summary
 com.gigaspaces.internal.cluster.node.impl.gateway.lus.ReplicationLookupParameters asReplicationLookupParameters()
           
 List<GatewayLookup> getGatewayLookups()
           
 String getLookupGroup()
           
 void setGatewayLookups(List<GatewayLookup> gatewayLookups)
          Sets the gateway's lookups configuration.
 void setLookupGroup(String lookupGroup)
          Sets the gateway's lookup group.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayLookupsFactoryBean

public GatewayLookupsFactoryBean()
Method Detail

getLookupGroup

public String getLookupGroup()
Returns:
The gateway's lookup group.

setLookupGroup

public void setLookupGroup(String lookupGroup)
Sets the gateway's lookup group.

Parameters:
lookupGroup - The lookup group.

getGatewayLookups

public List<GatewayLookup> getGatewayLookups()
Returns:
The gateway's associated lookups configuration as a GatewayLookups array.

setGatewayLookups

public void setGatewayLookups(List<GatewayLookup> gatewayLookups)
Sets the gateway's lookups configuration.

Parameters:
gatewayLookups - The lookups configuration.

asReplicationLookupParameters

public com.gigaspaces.internal.cluster.node.impl.gateway.lus.ReplicationLookupParameters asReplicationLookupParameters()
Returns:
A new ReplicationLookupParameters instance constructed of the bean's properties.

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.