/*
 * Generated file - Do not edit!
 */
package tspace.jmx.config;

import java.lang.*;
import java.io.File;
import java.io.FileInputStream;
import java.util.Properties;
import javax.mail.internet.InternetAddress;
import org.apache.log4j.Category;

/**
 * MBean interface.
 * @author Herve Tchepannou

 * @version $Revision$

 * @xdoclet-generated at Sep 8, 2002 7:39:14 PM
 */
public interface TeamSpaceConfigMBean {

   /**
    * Initialize the MBean.
    * This function loads the TeamSpace configuration file.
    * @throws Exception    if any error occurs
    */
  void init() throws java.lang.Exception;

  java.lang.String getHomeDir() throws java.lang.Exception;

  java.lang.String getFilesDir() throws java.lang.Exception;

  java.lang.String getConfigDir() throws java.lang.Exception;

  java.lang.String getTemplatesDir() throws java.lang.Exception;

  java.lang.String getMailFrom() throws java.lang.Exception;

}
