public class SubscriptionAttributesFactoryBean extends Object implements FactoryBean<org.apache.geode.cache.SubscriptionAttributes>, InitializingBean
FactoryBean
,
InitializingBean
,
InterestPolicy
,
SubscriptionAttributes
OBJECT_TYPE_ATTRIBUTE
Constructor and Description |
---|
SubscriptionAttributesFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
org.apache.geode.cache.InterestPolicy |
getInterestPolicy()
Gets GemFire's InterestPolicy specified on the SubscriptionAttributes which defines data interests
and distribution of changes.
|
org.apache.geode.cache.SubscriptionAttributes |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setInterestPolicy(org.apache.geode.cache.InterestPolicy interestPolicy)
Sets GemFire's InterestPolicy specified on the SubscriptionAttributes in order to define/declare
the data interests and distribution of changes.
|
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
public org.apache.geode.cache.SubscriptionAttributes getObject() throws Exception
getObject
in interface FactoryBean<org.apache.geode.cache.SubscriptionAttributes>
Exception
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<org.apache.geode.cache.SubscriptionAttributes>
public boolean isSingleton()
isSingleton
in interface FactoryBean<org.apache.geode.cache.SubscriptionAttributes>
public void setInterestPolicy(org.apache.geode.cache.InterestPolicy interestPolicy)
interestPolicy
- the GemFire InterestsPolicy to set for Subscription.InterestPolicy
,
SubscriptionAttributes(org.apache.geode.cache.InterestPolicy)
public org.apache.geode.cache.InterestPolicy getInterestPolicy()
InterestPolicy
,
SubscriptionAttributes.getInterestPolicy()
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.