public class GigaSpaceSynchronizationEndpointBeanFactory extends Object implements org.springframework.beans.factory.FactoryBean<GigaSpaceSynchronizationEndpoint>, org.springframework.beans.factory.InitializingBean
| Constructor and Description | 
|---|
| GigaSpaceSynchronizationEndpointBeanFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesSet() | 
| protected GigaSpaceSynchronizationEndpointConfigurer | getConfigurer() | 
| GigaSpaceSynchronizationEndpoint | getObject() | 
| Class<?> | getObjectType() | 
| boolean | isSingleton() | 
| void | setLookupGroups(String lookupGroups) | 
| void | setLookupLocators(String lookupLocators) | 
| void | setSpaceTypeSchemaAdapters(Collection<SpaceTypeSchemaAdapter> spaceTypeSchemaAdapters) | 
| void | setTargetSpaceName(String targetSpaceName) | 
public GigaSpaceSynchronizationEndpointBeanFactory()
protected GigaSpaceSynchronizationEndpointConfigurer getConfigurer()
public void setSpaceTypeSchemaAdapters(Collection<SpaceTypeSchemaAdapter> spaceTypeSchemaAdapters)
public void setTargetSpaceName(String targetSpaceName)
public void setLookupGroups(String lookupGroups)
public void setLookupLocators(String lookupLocators)
public GigaSpaceSynchronizationEndpoint getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<GigaSpaceSynchronizationEndpoint>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<GigaSpaceSynchronizationEndpoint>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<GigaSpaceSynchronizationEndpoint>Copyright © GigaSpaces.