public PolicyFactoryMobileAgent() {
String oID = "mnm.domain/ManagementApplication.domain/PolFactory_1.pf";
this.ObjectID = oID;
String pDP = "mnm.domain/Policies.domain/";
this.policyDomainPrefix = pDP;
String pDBName = "/tmp/tmp.db";
this.persistentDatabaseName = pDBName;
String pSName = "mnm.domain/ManagementApplication.domain/PersService_1.ps";
this.persistenceServiceName = pSName;
this.local_policyObjectDatabase = new java.util.Hashtable();
this._PersistenceService = null;
this.prev_started = false;
}