Class ClusterConfigurationConfiguration.ClusterSchemaObjectInitializer
java.lang.Object
org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.ClusterSchemaObjectInitializer
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
,org.springframework.context.Lifecycle
,org.springframework.context.Phased
,org.springframework.context.SmartLifecycle
- Enclosing class:
- ClusterConfigurationConfiguration
public static class ClusterConfigurationConfiguration.ClusterSchemaObjectInitializer
extends AbstractSmartLifecycle
-
Field Summary
Fields inherited from class org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
DEFAULT_PHASE
-
Constructor Summary
ModifierConstructorDescriptionprotected
ClusterSchemaObjectInitializer
(ClusterConfigurationConfiguration.SchemaObjectContext schemaObjectContext) -
Method Summary
Methods inherited from class org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
getApplicationContext, isRunning, requireApplicationContext, setApplicationContext, setRunning
-
Constructor Details
-
ClusterSchemaObjectInitializer
protected ClusterSchemaObjectInitializer(ClusterConfigurationConfiguration.SchemaObjectContext schemaObjectContext)
-
-
Method Details
-
isAutoStartup
public boolean isAutoStartup()- Specified by:
isAutoStartup
in interfaceorg.springframework.context.SmartLifecycle
- Overrides:
isAutoStartup
in classAbstractSmartLifecycle
-
getPhase
public int getPhase()- Specified by:
getPhase
in interfaceorg.springframework.context.Phased
- Specified by:
getPhase
in interfaceorg.springframework.context.SmartLifecycle
- Overrides:
getPhase
in classAbstractSmartLifecycle
-
getSchemaObjectContext
-
start
public void start()- Specified by:
start
in interfaceorg.springframework.context.Lifecycle
- Overrides:
start
in classAbstractSmartLifecycle
-
stop
public void stop()- Specified by:
stop
in interfaceorg.springframework.context.Lifecycle
- Overrides:
stop
in classAbstractSmartLifecycle
-
stop
- Specified by:
stop
in interfaceorg.springframework.context.SmartLifecycle
- Overrides:
stop
in classAbstractSmartLifecycle
-