TablePrefixAware (Quartz Parent POM 2.0.1 API)

Quartz Java



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 setSchedName(String schedName)
           
 void setTablePrefix(String tablePrefix)
           
 

Method Detail

setTablePrefix

void setTablePrefix(String tablePrefix)

setSchedName

void setSchedName(String schedName)


Copyright 2001-2011, Terracotta, Inc.