1 26 27 package org.objectweb.openccm.pss.runtime.jdo.api; 28 29 30 37 38 public interface Connector 39 extends org.objectweb.openccm.pss.runtime.common.api.Connector 40 { 41 44 public static final String PM_FACTORY_KEY = "PM_FACTORY"; 45 public static final String DB_URL_KEY = "DB_URL"; 46 public static final String DB_DRIVER_KEY = "DB_DRIVER"; 47 public static final String USER_NAME_KEY = "USER_NAME"; 48 public static final String PASSWORD_KEY = "PASSWORD"; 49 } 50 | Popular Tags |