Searched defs:lockDirectory (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java868 * @param lockDirectory The directory that should be used to hold
879 public File setLockDirectory(File lockDirectory) argument
888 if (lockDirectory.exists())
890 if (! lockDirectory.isDirectory())
894 lockDirectory.getAbsolutePath()));
899 File parentFile = lockDirectory.getParentFile();
904 lockDirectory.getAbsolutePath()));
911 lockDirectoryPath = lockDirectory.getCanonicalPath();
915 lockDirectoryPath = lockDirectory.getAbsolutePath();
/forgerock/opendj2/src/server/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java818 * @param lockDirectory The directory that should be used to hold
829 public File setLockDirectory(File lockDirectory) argument
838 if (lockDirectory.exists())
840 if (! lockDirectory.isDirectory())
844 lockDirectory.getAbsolutePath()));
849 File parentFile = lockDirectory.getParentFile();
854 lockDirectory.getAbsolutePath()));
858 return setPathProperty(PROPERTY_LOCK_DIRECTORY, lockDirectory);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java868 * @param lockDirectory The directory that should be used to hold
879 public File setLockDirectory(File lockDirectory) argument
888 if (lockDirectory.exists())
890 if (! lockDirectory.isDirectory())
894 lockDirectory.getAbsolutePath()));
899 File parentFile = lockDirectory.getParentFile();
904 lockDirectory.getAbsolutePath()));
911 lockDirectoryPath = lockDirectory.getCanonicalPath();
915 lockDirectoryPath = lockDirectory.getAbsolutePath();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java882 * @param lockDirectory The directory that should be used to hold
893 public File setLockDirectory(File lockDirectory) argument
902 if (lockDirectory.exists())
904 if (! lockDirectory.isDirectory())
908 lockDirectory.getAbsolutePath()));
913 File parentFile = lockDirectory.getParentFile();
918 lockDirectory.getAbsolutePath()));
925 lockDirectoryPath = lockDirectory.getCanonicalPath();
929 lockDirectoryPath = lockDirectory.getAbsolutePath();
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java818 * @param lockDirectory The directory that should be used to hold
829 public File setLockDirectory(File lockDirectory) argument
838 if (lockDirectory.exists())
840 if (! lockDirectory.isDirectory())
844 lockDirectory.getAbsolutePath()));
849 File parentFile = lockDirectory.getParentFile();
854 lockDirectory.getAbsolutePath()));
858 return setPathProperty(PROPERTY_LOCK_DIRECTORY, lockDirectory);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java911 * @param lockDirectory The directory that should be used to hold
922 public File setLockDirectory(File lockDirectory) argument
927 if (lockDirectory.exists())
929 if (! lockDirectory.isDirectory())
933 lockDirectory.getAbsolutePath()));
938 File parentFile = lockDirectory.getParentFile();
943 lockDirectory.getAbsolutePath()));
947 return setPathProperty(PROPERTY_LOCK_DIRECTORY, lockDirectory);

Completed in 57 milliseconds