com.ibm.tivoli.maximo.report.birt.admin

Class AdminServiceTempLocation

  • java.lang.Object
    • com.ibm.tivoli.maximo.report.birt.admin.AdminServiceTempLocation


  • public class AdminServiceTempLocation
    extends java.lang.Object
    A class used for maintaining information about a temporary folder used for admin functions like (importing). NOTE: The way how the location is determined is based on a new Servlet2.4 spec feature that gives a servlet a temporary location to store (anything) for the lifetime of the servlet. The location needed for the Admin functions is given to us by a servlet in the maximoui webmodule.
    • Constructor Detail

      • AdminServiceTempLocation

        public AdminServiceTempLocation()
    • Method Detail

      • setAdminServiceTempLocation

        public static void setAdminServiceTempLocation(java.lang.String loc)
        Sets the temporary location to be used for admin functions. for example, used during import process.
        Parameters:
        loc -
      • getAdminServiceTempLocation

        public static java.lang.String getAdminServiceTempLocation()
      • getTemporaryImportLocation

        public static java.lang.String getTemporaryImportLocation()
      • getTemporaryCreateReportLocation

        public static java.lang.String getTemporaryCreateReportLocation()