org.gwe.persistence.model
Class DaemonInstallation

java.lang.Object
  extended by org.gwe.persistence.model.DaemonInstallation
All Implemented Interfaces:
java.io.Serializable

public class DaemonInstallation
extends java.lang.Object
implements java.io.Serializable

Since:
Oct 29, 2008
Author:
Marco Ruiz
See Also:
Serialized Form

Field Summary
static java.lang.String CONFIGURATION_FILE
           
static java.lang.String PORT_FILE
           
 
Constructor Summary
DaemonInstallation()
           
DaemonInstallation(java.lang.String installPath)
           
 
Method Summary
 void cleanupDisposedAllocFolder()
           
 void createDirectories()
           
static void createIfNonExistent(java.lang.String dirPathStr)
           
 void disposeAllocFolder(int id)
           
 java.lang.String getAllocsDisposedWorkspacePath()
           
 java.lang.String getAllocsWorkspacePath()
           
 java.lang.String getAllocsWorkspacePath(int id)
           
 java.lang.String getConfigurationFilePath()
           
 java.lang.String getDBFilePath(java.lang.String fileName)
           
 java.lang.String getInstallationWorkspacePath()
           
 java.lang.String getInstallPath()
           
 java.lang.String getOrdersWorkspacePath()
           
 java.lang.String getOrdersWorkspacePath(int id)
           
 java.lang.String getPortFilePath()
           
 java.lang.String getWorkspacePath()
           
 void setInstallPath(java.lang.String installPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIGURATION_FILE

public static final java.lang.String CONFIGURATION_FILE
See Also:
Constant Field Values

PORT_FILE

public static final java.lang.String PORT_FILE
See Also:
Constant Field Values
Constructor Detail

DaemonInstallation

public DaemonInstallation()

DaemonInstallation

public DaemonInstallation(java.lang.String installPath)
Method Detail

createIfNonExistent

public static void createIfNonExistent(java.lang.String dirPathStr)

getInstallPath

public java.lang.String getInstallPath()

setInstallPath

public void setInstallPath(java.lang.String installPath)

getWorkspacePath

public java.lang.String getWorkspacePath()

getAllocsWorkspacePath

public java.lang.String getAllocsWorkspacePath()

getAllocsDisposedWorkspacePath

public java.lang.String getAllocsDisposedWorkspacePath()

getOrdersWorkspacePath

public java.lang.String getOrdersWorkspacePath()

getInstallationWorkspacePath

public java.lang.String getInstallationWorkspacePath()

getAllocsWorkspacePath

public java.lang.String getAllocsWorkspacePath(int id)

getOrdersWorkspacePath

public java.lang.String getOrdersWorkspacePath(int id)

disposeAllocFolder

public void disposeAllocFolder(int id)

cleanupDisposedAllocFolder

public void cleanupDisposedAllocFolder()

getConfigurationFilePath

public java.lang.String getConfigurationFilePath()

getPortFilePath

public java.lang.String getPortFilePath()

getDBFilePath

public java.lang.String getDBFilePath(java.lang.String fileName)

createDirectories

public void createDirectories()


Copyright © 2007-2009. All Rights Reserved.