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

org.distributeme.agents.transporter.generated.RemoteTransporterService Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package org.distributeme.agents.transporter.generated;
//CHECKSTYLE:OFF

import java.rmi.Remote;
import java.rmi.RemoteException;
import org.distributeme.core.lifecycle.ServiceAdapter;
import java.util.List;
import java.util.Map;

public interface RemoteTransporterService extends Remote, ServiceAdapter{
	List receiveAndAwakeAgent(org.distributeme.agents.AgentPackage agent, Map __transportableCallContext) throws org.distributeme.agents.transporter.TransporterServiceException, RemoteException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy