Class SyncAlarms

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.action.Action

    public class SyncAlarms
    extends Object
    implements org.apache.karaf.shell.api.action.Action
    • Constructor Detail

      • SyncAlarms

        public SyncAlarms()
    • Method Detail

      • execute

        public Object execute()
                       throws IOException
        Specified by:
        execute in interface org.apache.karaf.shell.api.action.Action
        Throws:
        IOException
      • waitForAlarmDataStore

        protected static boolean waitForAlarmDataStore​(AlarmDataStore alarmDataStore,
                                                       long timeout,
                                                       TimeUnit unit)