All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.redhat.lightblue.migrator.MonitoredThread Maven / Gradle / Ivy

There is a newer version: 2.56.1
Show newest version
package com.redhat.lightblue.migrator;

/**
 * Interface for monitored threads
 */
public interface MonitoredThread {

    void registerThreadMonitor(ThreadMonitor monitor);

    void ping(String msg);

    void notifyEnd();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy