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

org.distributeme.support.eventservice.generated.RemoteEventServiceRMIBridgeService Maven / Gradle / Ivy

package org.distributeme.support.eventservice.generated;
//BEGIN GENERATED CODE

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

public interface RemoteEventServiceRMIBridgeService extends Remote, ServiceAdapter{
	List deliverEvent(net.anotheria.anoprise.eventservice.EventTransportShell shell, Map __transportableCallContext) throws org.distributeme.support.eventservice.EventServiceRMIBridgeServiceException, RemoteException;

	List registerRemoteConsumer(java.lang.String channelName, org.distributeme.core.ServiceDescriptor myReference, Map __transportableCallContext) throws org.distributeme.support.eventservice.EventServiceRMIBridgeServiceException, RemoteException;

	List registerRemoteSupplier(java.lang.String channelName, org.distributeme.core.ServiceDescriptor myReference, Map __transportableCallContext) throws org.distributeme.support.eventservice.EventServiceRMIBridgeServiceException, RemoteException;

	List getInstanceId(Map __transportableCallContext) throws org.distributeme.support.eventservice.EventServiceRMIBridgeServiceException, RemoteException;

}
//END GENERATED CODE




© 2015 - 2025 Weber Informatics LLC | Privacy Policy