public class SubscriptionAttributesFactoryBean extends Object implements FactoryBean<com.gemstone.gemfire.cache.SubscriptionAttributes>, InitializingBean
FactoryBean
,
InitializingBean
,
InterestPolicy
,
SubscriptionAttributes
Constructor and Description |
---|
SubscriptionAttributesFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
com.gemstone.gemfire.cache.InterestPolicy |
getInterestPolicy()
Gets GemFire's InterestPolicy specified on the SubscriptionAttributes which defines data interests
and distribution of changes.
|
com.gemstone.gemfire.cache.SubscriptionAttributes |
getObject() |
Class<?> |
getObjectType() |
com.gemstone.gemfire.cache.InterestPolicy |
getPolicy()
Deprecated.
|
boolean |
isSingleton() |
void |
setInterestPolicy(com.gemstone.gemfire.cache.InterestPolicy interestPolicy)
Sets GemFire's InterestPolicy specified on the SubscriptionAttributes in order to define/declare
the data interests and distribution of changes.
|
void |
setPolicy(com.gemstone.gemfire.cache.InterestPolicy policy)
Deprecated.
|
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
public com.gemstone.gemfire.cache.SubscriptionAttributes getObject() throws Exception
getObject
in interface FactoryBean<com.gemstone.gemfire.cache.SubscriptionAttributes>
Exception
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<com.gemstone.gemfire.cache.SubscriptionAttributes>
public boolean isSingleton()
isSingleton
in interface FactoryBean<com.gemstone.gemfire.cache.SubscriptionAttributes>
public void setInterestPolicy(com.gemstone.gemfire.cache.InterestPolicy interestPolicy)
interestPolicy
- the GemFire InterestsPolicy to set for Subscription.InterestPolicy
,
SubscriptionAttributes.SubscriptionAttributes(com.gemstone.gemfire.cache.InterestPolicy)
public com.gemstone.gemfire.cache.InterestPolicy getInterestPolicy()
InterestPolicy
,
SubscriptionAttributes.getInterestPolicy()
@Deprecated public void setPolicy(com.gemstone.gemfire.cache.InterestPolicy policy)
@Deprecated public com.gemstone.gemfire.cache.InterestPolicy getPolicy()