public class RegionAttributesFactoryBean extends AttributesFactory implements FactoryBean<RegionAttributes>, InitializingBean
RegionAttributes
. Eliminates the need of using
a XML 'factory-method' tag.FactoryBean
,
InitializingBean
,
AttributesFactory
,
RegionAttributes
DEFAULT_DISK_SYNCHRONOUS
Constructor and Description |
---|
RegionAttributesFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
RegionAttributes |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
addAsyncEventQueueId, addCacheListener, addGatewaySenderId, create, createRegionAttributes, initCacheListeners, setBucketRegion, setCacheListener, setCacheLoader, setCacheWriter, setCloningEnabled, setCompressor, setConcurrencyChecksEnabled, setConcurrencyLevel, setCustomEntryIdleTimeout, setCustomEntryTimeToLive, setDataPolicy, setDiskDirs, setDiskDirsAndSizes, setDiskStoreName, setDiskSynchronous, setDiskWriteAttributes, setEarlyAck, setEnableAsyncConflation, setEnableBridgeConflation, setEnableConflation, setEnableGateway, setEnableSubscriptionConflation, setEnableWAN, setEntryIdleTimeout, setEntryTimeToLive, setEvictionAttributes, setGatewayHubId, setIgnoreJTA, setIndexMaintenanceSynchronous, setInitialCapacity, setKeyConstraint, setLoadFactor, setLockGrantor, setMembershipAttributes, setMirrorType, setMulticastEnabled, setPartitionAttributes, setPersistBackup, setPoolName, setPublisher, setRegionIdleTimeout, setRegionTimeToLive, setScope, setStatisticsEnabled, setSubscriptionAttributes, setValueConstraint, validateAttributes
public RegionAttributes getObject() throws Exception
getObject
in interface FactoryBean<RegionAttributes>
Exception
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<RegionAttributes>
public boolean isSingleton()
isSingleton
in interface FactoryBean<RegionAttributes>
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception