/*
 * Created on 11 ��.�. 2550
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
package com.csc.library.session;

import java.rmi.RemoteException;

import com.csc.library.utilities.UProfile;

/**
 * @author Administrator
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public interface keepLog {
    public String getTableName() ;
	public String getDataBaseName();
    public UProfile getUProfile();
}