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

com.bonitasoft.engine.service.BroadCastedTask Maven / Gradle / Ivy

There is a newer version: 10.2.0
Show newest version
/*******************************************************************************
 * Copyright (C) 2015 BonitaSoft S.A.
 * BonitaSoft is a trademark of BonitaSoft SA.
 * This software file is BONITASOFT CONFIDENTIAL. Not For Distribution.
 * For commercial licensing information, contact:
 * BonitaSoft, 32 rue Gustave Eiffel – 38000 Grenoble
 * or BonitaSoft US, 51 Federal Street, Suite 305, San Francisco, CA 94107
 *******************************************************************************/
package com.bonitasoft.engine.service;

import java.util.concurrent.Callable;

/**
 * @author Baptiste Mesta
 * 
 */
public interface BroadCastedTask extends Callable {

    void setName(String nodeName);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy