Construct a new instance
if (instance == null){
try {
instance = (LockingStore) Class.forName("com.sun.enterprise.admin.common.domains.registry.PersistentStore").newInstance();
} catch (Exception e) {
System.err.println(e.getMessage());
}
}
return instance;