perfsonar-dev - r2057 - trunk/perfsonar/src/org/perfsonar/service/measurementPoint/flowType
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: r2057 - trunk/perfsonar/src/org/perfsonar/service/measurementPoint/flowType
- Date: Mon, 12 Feb 2007 10:32:38 -0500
Author: joost
Date: 2007-02-12 10:32:37 -0500 (Mon, 12 Feb 2007)
New Revision: 2057
Modified:
trunk/perfsonar/src/org/perfsonar/service/measurementPoint/flowType/FlowTypeMPServiceEngine.java
trunk/perfsonar/src/org/perfsonar/service/measurementPoint/flowType/ZebedeeControl.java
Log:
again some minor issues (it's monday guys)
Modified:
trunk/perfsonar/src/org/perfsonar/service/measurementPoint/flowType/FlowTypeMPServiceEngine.java
===================================================================
---
trunk/perfsonar/src/org/perfsonar/service/measurementPoint/flowType/FlowTypeMPServiceEngine.java
2007-02-12 15:24:49 UTC (rev 2056)
+++
trunk/perfsonar/src/org/perfsonar/service/measurementPoint/flowType/FlowTypeMPServiceEngine.java
2007-02-12 15:32:37 UTC (rev 2057)
@@ -63,16 +63,8 @@
this.configuration = (ConfigurationComponent)
AuxiliaryComponentManager
.getInstance().getComponent(ComponentNames.CONFIG);
-
- // Clean up the configuration directory on service startup
- ConfigFileWriter.cleanUp();
}
- public void finalize() throws Throwable {
- // Clean up the configuration directory on service shutdown
- ConfigFileWriter.cleanUp();
- }
-
// ---------------------------- Public Methods
/**
* Returns a string containing the type of the ServiceEngine.
Modified:
trunk/perfsonar/src/org/perfsonar/service/measurementPoint/flowType/ZebedeeControl.java
===================================================================
---
trunk/perfsonar/src/org/perfsonar/service/measurementPoint/flowType/ZebedeeControl.java
2007-02-12 15:24:49 UTC (rev 2056)
+++
trunk/perfsonar/src/org/perfsonar/service/measurementPoint/flowType/ZebedeeControl.java
2007-02-12 15:32:37 UTC (rev 2057)
@@ -102,8 +102,16 @@
.getProperty("service.mp.flow.betweenPort"));
maxConn = Integer.parseInt(configuration
.getProperty("service.mp.flow.max_conn"));
+ // Clean up the configuration directory on service startup
+ ConfigFileWriter.cleanUp();
}
+
+ public void finalize() throws Throwable {
+ // Clean up the configuration directory on service shutdown
+ ConfigFileWriter.cleanUp();
+ }
+
/**
* Singleton static access method. Creates an instance of this class
if
* there is none, and returns it. Returns a running thread.
- r2057 - trunk/perfsonar/src/org/perfsonar/service/measurementPoint/flowType, svnlog, 02/12/2007
Archive powered by MHonArc 2.6.16.