package eu.dnetlib.dlms.jdbc.server;

import eu.dnetlib.dlms.jdbc.ContextInterface;

/**
 * An instance of this class represents the context of an AbstractDOLEngine instance, that is the context of a
 * Connection since each Connection has its own Engine. The EngineContext holds info about the client who's using the
 * connection. TODO: what do we need in the context?
 * 
 * @author lexis
 */
public class EngineContext implements ContextInterface {

}
