Class GatewayLookupsFactoryBean

java.lang.Object
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 Details

    • GatewayLookupsFactoryBean

      public GatewayLookupsFactoryBean()
  • Method Details

    • 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 ReplicationLookupParameters asReplicationLookupParameters()
      Returns:
      A new ReplicationLookupParameters instance constructed of the bean's properties.