package sonia.scm.lifecycle; public interface LifeCycle { void initialize(); void shutdown(); }