|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.yarn.integration.IntegrationAppmasterServiceFactoryBean
public class IntegrationAppmasterServiceFactoryBean
Bean factory for building AppmasterService instances
supported by this module.
| Constructor Summary | |
|---|---|
IntegrationAppmasterServiceFactoryBean()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
org.springframework.yarn.am.AppmasterService |
getObject()
|
Class<org.springframework.yarn.am.AppmasterService> |
getObjectType()
|
boolean |
isSingleton()
|
void |
setBeanFactory(BeanFactory beanFactory)
|
void |
setChannel(SubscribableChannel messageChannel)
Sets the message channel for service dispatching. |
void |
setServiceImpl(Class<org.springframework.yarn.am.AppmasterService> serviceImpl)
Set the class implementing appmaster service. |
void |
setServiceRef(IntegrationAppmasterService<?> serviceRef)
Sets the appmaster service as an instance. |
void |
setSocketSupport(PortExposingTcpSocketSupport socketSupport)
Sets the socket support to be used to get port info from a server socket. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegrationAppmasterServiceFactoryBean()
| Method Detail |
|---|
public org.springframework.yarn.am.AppmasterService getObject()
throws Exception
getObject in interface FactoryBean<org.springframework.yarn.am.AppmasterService>Exceptionpublic Class<org.springframework.yarn.am.AppmasterService> getObjectType()
getObjectType in interface FactoryBean<org.springframework.yarn.am.AppmasterService>public boolean isSingleton()
isSingleton in interface FactoryBean<org.springframework.yarn.am.AppmasterService>
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface InitializingBeanException
public void destroy()
throws Exception
destroy in interface DisposableBeanException
public void setBeanFactory(BeanFactory beanFactory)
throws BeansException
setBeanFactory in interface BeanFactoryAwareBeansExceptionpublic void setChannel(SubscribableChannel messageChannel)
messageChannel - the message channelpublic void setSocketSupport(PortExposingTcpSocketSupport socketSupport)
socketSupport - the socket supportpublic void setServiceImpl(Class<org.springframework.yarn.am.AppmasterService> serviceImpl)
serviceImpl - the implementing classpublic void setServiceRef(IntegrationAppmasterService<?> serviceRef)
serviceRef - the service instance
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||