blob: 13860c53b06787787ee3aa7f66dc2dcced08ae13 [file] [log] [blame]
package brooklyn.management;
public interface TaskStub {
String getId();
// Object getJvm(); //pointer to jvm where something is running, for distributed tasks
}