#ifndef _BATCHMANAGER_ELSF_H_
#define _BATCHMANAGER_ELSF_H_
-#include <Batch_Defines.hxx>
-#include <Batch_JobId.hxx>
-#include <Batch_JobInfo.hxx>
-#include <Batch_FactBatchManager.hxx>
-#include <Batch_BatchManager_eClient.hxx>
+#include "Batch_Defines.hxx"
+#include "Batch_JobId.hxx"
+#include "Batch_JobInfo.hxx"
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_BatchManager_eClient.hxx"
namespace Batch {
#ifndef _FACTBATCHMANAGER_eLSF_H_
#define _FACTBATCHMANAGER_eLSF_H_
-#include <Batch_Defines.hxx>
-#include <Batch_BatchManager_eClient.hxx>
-#include <Batch_FactBatchManager_eClient.hxx>
+#include "Batch_Defines.hxx"
+#include "Batch_BatchManager_eClient.hxx"
+#include "Batch_FactBatchManager_eClient.hxx"
namespace Batch {
// Constructeur
BatchManager_Local::BatchManager_Local(const FactBatchManager * parent, const char * host,
CommunicationProtocolType protocolType)
- throw(InvalidArgumentException,ConnexionFailureException)
: BatchManager(parent, host), _connect(0), _threads_mutex(), _threads(),
_protocol(CommunicationProtocol::getInstance(protocolType)),
_thread_id_id_association_mutex(), _thread_id_id_association_cond(), _thread_id_id_association()
#ifndef _BATCHMANAGER_LOCAL_H_
#define _BATCHMANAGER_LOCAL_H_
-#include <Batch_Defines.hxx>
-#include <Batch_CommunicationProtocol.hxx>
+#include "Batch_Defines.hxx"
+#include "Batch_CommunicationProtocol.hxx"
#ifdef WIN32
#include <Windows.h>
#include "Batch_JobInfo.hxx"
#include "Batch_JobInfo_Local.hxx"
#include "Batch_Job_Local.hxx"
-#include "Batch_InvalidArgumentException.hxx"
-#include "Batch_ConnexionFailureException.hxx"
-#include "Batch_APIInternalFailureException.hxx"
-#include "Batch_NotYetImplementedException.hxx"
#include "Batch_BatchManager.hxx"
namespace Batch {
// Constructeur et destructeur
BatchManager_Local(const FactBatchManager * parent,
const char * host="localhost",
- CommunicationProtocolType protocolType = SSH)
- throw(InvalidArgumentException,
- ConnexionFailureException); // connexion a la machine host
+ CommunicationProtocolType protocolType = SSH); // connexion a la machine host
virtual ~BatchManager_Local();
// Recupere le nom du serveur par defaut
#ifndef _FACTBATCHMANAGER_LOCAL_H_
#define _FACTBATCHMANAGER_LOCAL_H_
-#include <Batch_FactBatchManager.hxx>
-#include <Batch_CommunicationProtocol.hxx>
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_CommunicationProtocol.hxx"
namespace Batch {
#ifndef _BATCHMANAGER_EPBS_H_
#define _BATCHMANAGER_EPBS_H_
-#include <Batch_Defines.hxx>
-#include <Batch_JobId.hxx>
-#include <Batch_JobInfo.hxx>
-#include <Batch_FactBatchManager.hxx>
-#include <Batch_BatchManager_eClient.hxx>
+#include "Batch_Defines.hxx"
+#include "Batch_JobId.hxx"
+#include "Batch_JobInfo.hxx"
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_BatchManager_eClient.hxx"
namespace Batch {
#ifndef _BATCHMANAGER_ESGE_H_
#define _BATCHMANAGER_ESGE_H_
-#include <Batch_Defines.hxx>
-#include <Batch_JobId.hxx>
-#include <Batch_JobInfo.hxx>
-#include <Batch_FactBatchManager.hxx>
-#include <Batch_BatchManager_eClient.hxx>
+#include "Batch_Defines.hxx"
+#include "Batch_JobId.hxx"
+#include "Batch_JobInfo.hxx"
+#include "Batch_FactBatchManager.hxx"
+#include "Batch_BatchManager_eClient.hxx"
namespace Batch {