Package net.javacrumbs.shedlock.support
Class AbstractStorageAccessor
- java.lang.Object
-
- net.javacrumbs.shedlock.support.AbstractStorageAccessor
-
- All Implemented Interfaces:
StorageAccessor
public abstract class AbstractStorageAccessor extends Object implements StorageAccessor
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description AbstractStorageAccessor()
-
Method Summary
Modifier and Type Method Description protected StringgetHostname()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.javacrumbs.shedlock.support.StorageAccessor
extend, insertRecord, unlock, updateRecord
-
-
-
-
Method Detail
-
getHostname
protected String getHostname()
-
-