Style Intelligence v12.0

inetsoft.sree.store
Class ArchiveEngine

java.lang.Object
  extended by inetsoft.sree.store.ArchiveEngine

public class ArchiveEngine
extends Object

This is a server side archive engine for handling archive.


Constructor Summary
ArchiveEngine()
          Create an ArchiveEngine object.
 
Method Summary
static void clear()
          Clear the archive engine.
static ReportArchive getReportArchive()
          Get a ReportArchive object based on the storaged type defined in Enterprise Manager.
static ReportArchive getReportArchive(String userName)
          Get a ReportArchive object based on the storaged type defined in Enterprise Manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveEngine

public ArchiveEngine()
Create an ArchiveEngine object.

Method Detail

getReportArchive

public static ReportArchive getReportArchive()
                                      throws Exception
Get a ReportArchive object based on the storaged type defined in Enterprise Manager.

Throws:
Exception

getReportArchive

public static ReportArchive getReportArchive(String userName)
                                      throws Exception
Get a ReportArchive object based on the storaged type defined in Enterprise Manager.

Parameters:
userName - the user name.
Throws:
Exception

clear

public static void clear()
Clear the archive engine.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.