org.jasig.portal.spring.locator
Class ChannelPublishingServiceLocator

java.lang.Object
  extended by org.jasig.portal.spring.locator.AbstractBeanLocator<IChannelPublishingService>
      extended by org.jasig.portal.spring.locator.ChannelPublishingServiceLocator
All Implemented Interfaces:
DisposableBean, InitializingBean

public class ChannelPublishingServiceLocator
extends AbstractBeanLocator<IChannelPublishingService>


Field Summary
static String BEAN_NAME
           
 
Fields inherited from class org.jasig.portal.spring.locator.AbstractBeanLocator
logger
 
Constructor Summary
ChannelPublishingServiceLocator(IChannelPublishingService instance)
           
 
Method Summary
static IChannelPublishingService getIChannelPublishingService()
           
protected  AbstractBeanLocator<IChannelPublishingService> getLocator()
           
protected  void setLocator(AbstractBeanLocator<IChannelPublishingService> locator)
           
 
Methods inherited from class org.jasig.portal.spring.locator.AbstractBeanLocator
afterPropertiesSet, destroy, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEAN_NAME

public static final String BEAN_NAME
See Also:
Constant Field Values
Constructor Detail

ChannelPublishingServiceLocator

public ChannelPublishingServiceLocator(IChannelPublishingService instance)
Method Detail

getIChannelPublishingService

public static IChannelPublishingService getIChannelPublishingService()

getLocator

protected AbstractBeanLocator<IChannelPublishingService> getLocator()
Specified by:
getLocator in class AbstractBeanLocator<IChannelPublishingService>

setLocator

protected void setLocator(AbstractBeanLocator<IChannelPublishingService> locator)
Specified by:
setLocator in class AbstractBeanLocator<IChannelPublishingService>


Copyright © 2010 Jasig. All Rights Reserved.