org.kuali.rice.ksb.messaging
Class RiceCacheExporterFactoryBean
java.lang.Object
org.kuali.rice.ksb.messaging.RiceCacheExporterFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<org.kuali.rice.ksb.api.cache.RiceCacheAdministrator>, org.springframework.beans.factory.InitializingBean
public class RiceCacheExporterFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean<org.kuali.rice.ksb.api.cache.RiceCacheAdministrator>, org.springframework.beans.factory.InitializingBean
Returns a RiceCacheAdministrator
. Starts and registers this
cache with the bus.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Field Summary |
protected org.kuali.rice.ksb.api.bus.ServiceBus |
serviceBus
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceBus
protected org.kuali.rice.ksb.api.bus.ServiceBus serviceBus
RiceCacheExporterFactoryBean
public RiceCacheExporterFactoryBean()
getObject
public org.kuali.rice.ksb.api.cache.RiceCacheAdministrator getObject()
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean<org.kuali.rice.ksb.api.cache.RiceCacheAdministrator>
getObjectType
public Class<org.kuali.rice.ksb.api.cache.RiceCacheAdministrator> getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean<org.kuali.rice.ksb.api.cache.RiceCacheAdministrator>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean<org.kuali.rice.ksb.api.cache.RiceCacheAdministrator>
getServiceName
public String getServiceName()
setServiceName
public void setServiceName(String serviceName)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
setServiceBus
public void setServiceBus(org.kuali.rice.ksb.api.bus.ServiceBus serviceBus)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.