|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.yarn.integration.IntegrationAppmasterServiceClientFactoryBean
public class IntegrationAppmasterServiceClientFactoryBean
Factory which creates appmaster service clients.
Constructor Summary | |
---|---|
IntegrationAppmasterServiceClientFactoryBean()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
AppmasterServiceClient |
getObject()
|
java.lang.Class<AppmasterServiceClient> |
getObjectType()
|
boolean |
isSingleton()
|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
|
void |
setRequestChannel(org.springframework.messaging.MessageChannel requestChannel)
Sets the outbount request channel. |
void |
setResponseChannel(org.springframework.messaging.PollableChannel responseChannel)
Sets the inbound response channel. |
void |
setServiceImpl(java.lang.Class<AppmasterServiceClient> serviceImpl)
Set the class implementing appmaster service client. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntegrationAppmasterServiceClientFactoryBean()
Method Detail |
---|
public AppmasterServiceClient getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<AppmasterServiceClient>
java.lang.Exception
public java.lang.Class<AppmasterServiceClient> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<AppmasterServiceClient>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<AppmasterServiceClient>
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
org.springframework.beans.BeansException
public void setServiceImpl(java.lang.Class<AppmasterServiceClient> serviceImpl)
serviceImpl
- the implementing classpublic void setRequestChannel(org.springframework.messaging.MessageChannel requestChannel)
requestChannel
- the request channelpublic void setResponseChannel(org.springframework.messaging.PollableChannel responseChannel)
responseChannel
- the response channel
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |