edu.rice.cs.hpc.traceviewer.db.local.LocalDBOpener Class Reference

Inheritance diagram for edu.rice.cs.hpc.traceviewer.db.local.LocalDBOpener:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.traceviewer.db.local.LocalDBOpener:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LocalDBOpener (String directory)
SpaceTimeDataController openDBAndCreateSTDC (IWorkbenchWindow window, final IStatusLineManager statusMgr) throws InvalExperimentException, Exception
void end ()
abstract SpaceTimeDataController openDBAndCreateSTDC (IWorkbenchWindow window, IStatusLineManager statusMgr) throws IOException, InvalExperimentException, Exception
 This prepares the database for retrieving data and creates a SpaceTimeDataController from that data.

Private Attributes

final String directory

Detailed Description

Definition at line 18 of file LocalDBOpener.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.traceviewer.db.local.LocalDBOpener.LocalDBOpener ( String  directory  ) 

Definition at line 27 of file LocalDBOpener.java.


Member Function Documentation

void edu.rice.cs.hpc.traceviewer.db.local.LocalDBOpener.end (  )  [virtual]
abstract SpaceTimeDataController edu.rice.cs.hpc.traceviewer.db.AbstractDBOpener.openDBAndCreateSTDC ( IWorkbenchWindow  window,
IStatusLineManager  statusMgr 
) throws IOException, InvalExperimentException, Exception [pure virtual, inherited]

This prepares the database for retrieving data and creates a SpaceTimeDataController from that data.

The local implementation (LocalDBOpener) should return a SpaceTimeDataControllerLocal while the remote implementation (RemoteDBOpener) should return a SpaceTimeDataControllerRemote.

Parameters:
window 
args The command line arguments used to start the application
statusMgr 
Returns:
Exceptions:
IOException 
Exception 
InvalExperimentException 

Implemented in edu.rice.cs.hpc.traceviewer.db.remote.RemoteDBOpener.

Referenced by edu.rice.cs.hpc.traceviewer.db.TraceDatabase.openDatabase().

SpaceTimeDataController edu.rice.cs.hpc.traceviewer.db.local.LocalDBOpener.openDBAndCreateSTDC ( IWorkbenchWindow  window,
final IStatusLineManager  statusMgr 
) throws InvalExperimentException, Exception

Member Data Documentation


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1