package org.ourgrid.acceptance.util.broker; public enum States { SCHEDULED_STATE, INIT_STATE, REMOTE_STATE, FINAL_STATE; }