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

org.distributeme.core.ServerSideCallContext Maven / Gradle / Ivy

The newest version!
package org.distributeme.core;

import java.util.Map;

/**
 * Contains all required infromation in the context of the current call on the server side.
 * @author lrosenberg
 */
public class ServerSideCallContext extends AbstractCallContext{
	public ServerSideCallContext(String aMethodName, Map transportableCallContext){
		super(aMethodName);
		setIncomingTransportableCallContext(transportableCallContext);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy