org.apache.activemq.store.jdbc
Class LeaseDatabaseLocker
java.lang.Object
org.apache.activemq.util.ServiceSupport
org.apache.activemq.broker.AbstractLocker
org.apache.activemq.store.jdbc.AbstractJDBCLocker
org.apache.activemq.store.jdbc.LeaseDatabaseLocker
- All Implemented Interfaces:
- Locker, org.apache.activemq.Service
public class LeaseDatabaseLocker
- extends AbstractJDBCLocker
Represents an exclusive lease on a database to avoid multiple brokers running
against the same logical database.
| Methods inherited from class org.apache.activemq.store.jdbc.AbstractJDBCLocker |
close, close, configure, getConnection, getQueryTimeout, preStart, setCreateTablesOnStartup, setDataSource, setQueryTimeout, setQueryTimeout, setStatements |
| Methods inherited from interface org.apache.activemq.Service |
start, stop |
maxAllowableDiffFromDBTime
protected int maxAllowableDiffFromDBTime
diffFromCurrentTime
protected long diffFromCurrentTime
leaseHolderId
protected String leaseHolderId
LeaseDatabaseLocker
public LeaseDatabaseLocker()
doStart
public void doStart()
throws Exception
- Specified by:
doStart in class ServiceSupport
- Throws:
Exception
initTimeDiff
protected long initTimeDiff(Connection connection)
throws SQLException
- Throws:
SQLException
determineTimeDifference
protected long determineTimeDifference(Connection connection)
throws SQLException
- Throws:
SQLException
doStop
public void doStop(ServiceStopper stopper)
throws Exception
- Specified by:
doStop in class ServiceSupport
- Throws:
Exception
keepAlive
public boolean keepAlive()
throws IOException
- Specified by:
keepAlive in interface Locker- Overrides:
keepAlive in class AbstractLocker
- Throws:
IOException
getLeaseHolderId
public String getLeaseHolderId()
setLeaseHolderId
public void setLeaseHolderId(String leaseHolderId)
getMaxAllowableDiffFromDBTime
public int getMaxAllowableDiffFromDBTime()
setMaxAllowableDiffFromDBTime
public void setMaxAllowableDiffFromDBTime(int maxAllowableDiffFromDBTime)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.