Spring for Apache Hadoop

org.springframework.yarn.integration.support
Class IntegrationObjectSupport

java.lang.Object
  extended by org.springframework.yarn.support.LifecycleObjectSupport
      extended by org.springframework.yarn.integration.support.IntegrationObjectSupport
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle
Direct Known Subclasses:
IntegrationAppmasterService, IntegrationAppmasterServiceClient

public abstract class IntegrationObjectSupport
extends LifecycleObjectSupport

Extension of LifecycleObjectSupport adding common ConversionService for all implementors of this class.

Author:
Janne Valkealahti

Constructor Summary
IntegrationObjectSupport()
           
 
Method Summary
protected  org.springframework.core.convert.ConversionService getConversionService()
          Gets the spring conversion service.
protected  void setConversionService(org.springframework.core.convert.ConversionService conversionService)
          Sets the ConversionService.
 
Methods inherited from class org.springframework.yarn.support.LifecycleObjectSupport
afterPropertiesSet, doStart, doStop, getBeanFactory, getPhase, getTaskExecutor, getTaskScheduler, getYarnEventPublisher, isAutoStartup, isRunning, onInit, setAutoStartup, setBeanFactory, setPhase, setTaskExecutor, setTaskScheduler, setYarnEventPublisher, start, stop, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrationObjectSupport

public IntegrationObjectSupport()
Method Detail

getConversionService

protected final org.springframework.core.convert.ConversionService getConversionService()
Gets the spring conversion service.

Returns:
the conversion service

setConversionService

protected void setConversionService(org.springframework.core.convert.ConversionService conversionService)
Sets the ConversionService.

Parameters:
conversionService - the conversion service

Spring for Apache Hadoop