blob: 6388efd99aae9bc00ce0c0eb6796943a4e70a956 [file] [log] [blame]
package brooklyn.management;
/**
* @deprecated since 0.5; May be deleted (still up for discussion); one can use {@link Task} directly
*/
public interface TaskStub {
String getId();
// Object getJvm(); //pointer to jvm where something is running, for distributed tasks
}