1 package org.kuali.common.deploy; 2 3 public interface Monitoring { 4 5 void stop(); 6 7 void prepare(); 8 9 void start(); 10 11 }