public interface IBackwardCompatibilityService
Modifier and Type | Method and Description |
---|---|
void |
afterServerStart(com.sitewhere.spi.server.lifecycle.ILifecycleProgressMonitor monitor)
Actions executed after server is started.
|
void |
beforeServerInitialize(com.sitewhere.spi.server.lifecycle.ILifecycleProgressMonitor monitor)
Actions executed before server is initialized.
|
void |
beforeServerStart(com.sitewhere.spi.server.lifecycle.ILifecycleProgressMonitor monitor)
Actions executed before server is started.
|
void beforeServerInitialize(com.sitewhere.spi.server.lifecycle.ILifecycleProgressMonitor monitor) throws com.sitewhere.spi.SiteWhereException
monitor
- com.sitewhere.spi.SiteWhereException
void beforeServerStart(com.sitewhere.spi.server.lifecycle.ILifecycleProgressMonitor monitor) throws com.sitewhere.spi.SiteWhereException
monitor
- com.sitewhere.spi.SiteWhereException
void afterServerStart(com.sitewhere.spi.server.lifecycle.ILifecycleProgressMonitor monitor) throws com.sitewhere.spi.SiteWhereException
monitor
- com.sitewhere.spi.SiteWhereException