org.apache.karaf.main
Class DerbyJDBCLock

java.lang.Object
  extended by org.apache.karaf.main.DefaultJDBCLock
      extended by org.apache.karaf.main.DerbyJDBCLock
All Implemented Interfaces:
Lock

public class DerbyJDBCLock
extends DefaultJDBCLock

Represents an exclusive lock on a database, used to avoid multiple Karaf instances attempting to become master.

Version:
$Revision: $

Constructor Summary
DerbyJDBCLock(java.util.Properties props)
           
 
Method Summary
 
Methods inherited from class org.apache.karaf.main.DefaultJDBCLock
isAlive, lock, release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerbyJDBCLock

public DerbyJDBCLock(java.util.Properties props)


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.