org.quartz.impl.jdbcjobstore
Interface TablePrefixAware

All Known Implementing Classes:
DBSemaphore, StdRowLockSemaphore, UpdateLockRowSemaphore

public interface TablePrefixAware

Interface for Quartz objects that need to know what the table prefix of the tables used by a JDBC JobStore is.


Method Summary
 void setTablePrefix(java.lang.String tablePrefix)
           
 

Method Detail

setTablePrefix

void setTablePrefix(java.lang.String tablePrefix)


Copyright 2001-2019, Terracotta, Inc.