public class GatewayLookupsFactoryBean extends Object
ReplicationLookupParameters
using the
asReplicationLookupParameters()
method.Constructor and Description |
---|
GatewayLookupsFactoryBean() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getLookupGroup()
public void setLookupGroup(String lookupGroup)
lookupGroup
- The lookup group.public List<GatewayLookup> getGatewayLookups()
GatewayLookup
s array.public void setGatewayLookups(List<GatewayLookup> gatewayLookups)
gatewayLookups
- The lookups configuration.public ReplicationLookupParameters asReplicationLookupParameters()
ReplicationLookupParameters
instance constructed of the bean's
properties.Copyright © GigaSpaces.