public class SpaceProxyFactoryBean extends AbstractSpaceFactoryBean implements BeanLevelMergedPropertiesAware
logger
Constructor and Description |
---|
SpaceProxyFactoryBean() |
SpaceProxyFactoryBean(String name) |
Modifier and Type | Method and Description |
---|---|
protected IJSpace |
doCreateSpace()
Responsible for creating/finding the actual
IJSpace implementation. |
void |
setInstanceId(String instanceId) |
void |
setLookupGroups(String lookupGroups) |
void |
setLookupLocators(String lookupLocators) |
void |
setLookupTimeout(int lookupTimeout) |
void |
setMergedBeanLevelProperties(Properties beanLevelProperties)
Sets the merged properties using
mergedProperties and the bean name that the bean implementing this interface is associated
with. |
void |
setName(String name) |
void |
setProperties(Properties properties) |
void |
setSecurityConfig(SecurityConfig securityConfig)
Sets security configuration for the Space.
|
void |
setSpaceName(String name) |
void |
setSpaceSqlFunction(SpaceSqlFunctionBean[] spaceSqlFunctionBeans) |
void |
setVersioned(boolean versioned) |
addServiceDetails, afterPropertiesSet, close, destroy, fireSpaceAfterBackupEvent, fireSpaceAfterPrimaryEvent, fireSpaceBeforeBackupEvent, fireSpaceBeforePrimaryEvent, getApplicationContext, getName, getObject, getObjectType, getSecurityConfig, getServicesDetails, isAlive, isMemberAliveEnabled, isRegisterForSpaceModeNotifications, isSingleton, onApplicationEvent, process, setApplicationContext, setBeanName, setCredentialsProvider, setEnableMemberAliveIndicator, setPrimaryBackupListener, setRegisterForSpaceModeNotifications, setUserDetails, toString
public SpaceProxyFactoryBean()
public SpaceProxyFactoryBean(String name)
protected IJSpace doCreateSpace() throws org.springframework.dao.DataAccessException
AbstractSpaceFactoryBean
IJSpace
implementation.doCreateSpace
in class AbstractSpaceFactoryBean
org.springframework.dao.DataAccessException
public void setName(String name)
public void setSpaceName(String name)
public void setInstanceId(String instanceId)
public void setSecurityConfig(SecurityConfig securityConfig)
AbstractSpaceFactoryBean
setSecurityConfig
in class AbstractSpaceFactoryBean
public void setProperties(Properties properties)
public void setLookupGroups(String lookupGroups)
public void setLookupLocators(String lookupLocators)
public void setLookupTimeout(int lookupTimeout)
public void setVersioned(boolean versioned)
public void setSpaceSqlFunction(SpaceSqlFunctionBean[] spaceSqlFunctionBeans)
public void setMergedBeanLevelProperties(Properties beanLevelProperties)
BeanLevelMergedPropertiesAware
mergedProperties
and the bean name that the bean implementing this interface is associated
with.setMergedBeanLevelProperties
in interface BeanLevelMergedPropertiesAware
Copyright © GigaSpaces.