public class IntegrationAppmasterServiceFactoryBean extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<AppmasterService>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.BeanFactoryAware
AppmasterService インスタンスを構築するための Bean ファクトリ。| コンストラクターと説明 |
|---|
IntegrationAppmasterServiceFactoryBean() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPropertiesSet() |
void | destroy() |
AppmasterService | getObject() |
java.lang.Class<AppmasterService> | getObjectType() |
boolean | isSingleton() |
void | setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void | setChannel(org.springframework.messaging.SubscribableChannel messageChannel) サービスディスパッチ用のメッセージチャネルを設定します。 |
void | setServiceImpl(java.lang.Class<AppmasterService> serviceImpl)appmaster サービスを実装するクラスを設定します。 |
void | setServiceRef(IntegrationAppmasterService<?> serviceRef)appmaster サービスをインスタンスとして設定します。 |
void | setSocketSupport(PortExposingTcpSocketSupport socketSupport) サーバーソケットからポート情報を取得するために使用するソケットサポートを設定します。 |
public AppmasterService getObject() throws java.lang.Exception
org.springframework.beans.factory.FactoryBean<AppmasterService> の getObject java.lang.Exceptionpublic java.lang.Class<AppmasterService> getObjectType()
org.springframework.beans.factory.FactoryBean<AppmasterService> の getObjectType public boolean isSingleton()
org.springframework.beans.factory.FactoryBean<AppmasterService> の isSingleton public void afterPropertiesSet()
throws java.lang.Exceptionorg.springframework.beans.factory.InitializingBean の afterPropertiesSet java.lang.Exceptionpublic void destroy()
throws java.lang.Exceptionorg.springframework.beans.factory.DisposableBean の destroy java.lang.Exceptionpublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansExceptionorg.springframework.beans.factory.BeanFactoryAware の setBeanFactory org.springframework.beans.BeansExceptionpublic void setChannel(org.springframework.messaging.SubscribableChannel messageChannel)
messageChannel - メッセージチャンネル public void setSocketSupport(PortExposingTcpSocketSupport socketSupport)
socketSupport - ソケットサポート public void setServiceImpl(java.lang.Class<AppmasterService> serviceImpl)
serviceImpl - 実装クラス public void setServiceRef(IntegrationAppmasterService<?> serviceRef)
serviceRef - サービスインスタンス