public class AppEngineFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<AppEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected AppEngine |
appEngine |
protected AppEngineConfiguration |
appEngineConfiguration |
protected org.springframework.context.ApplicationContext |
applicationContext |
| Constructor and Description |
|---|
AppEngineFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureExpressionManager() |
protected void |
configureExternallyManagedTransactions() |
void |
destroy() |
AppEngineConfiguration |
getAppEngineConfiguration() |
AppEngine |
getObject() |
Class<AppEngine> |
getObjectType() |
boolean |
isSingleton() |
void |
setAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
protected AppEngineConfiguration appEngineConfiguration
protected org.springframework.context.ApplicationContext applicationContext
protected AppEngine appEngine
public void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionprotected void configureExpressionManager()
protected void configureExternallyManagedTransactions()
public Class<AppEngine> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<AppEngine>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<AppEngine>public AppEngineConfiguration getAppEngineConfiguration()
public void setAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration)
Copyright © 2019. All rights reserved.