Package org.apache.ignite.lifecycle
Interface LifecycleAware
- 
- All Known Implementing Classes:
- CacheAbstractJdbcStore,- CacheJdbcPojoStore,- CacheJdbcStoreSessionListener,- PlatformDotNetAffinityFunction
 
 public interface LifecycleAware
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()Starts grid component, called on grid start.voidstop()Stops grid component, called on grid shutdown.
 
- 
- 
- 
Method Detail- 
startvoid start() throws IgniteExceptionStarts grid component, called on grid start.- Throws:
- IgniteException- If failed.
 
 - 
stopvoid stop() throws IgniteException Stops grid component, called on grid shutdown.- Throws:
- IgniteException- If failed.
 
 
- 
 
-