| Package | Description |
|---|---|
| org.apache.karaf.main |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJDBCLock
Represents an exclusive lock on a database,
used to avoid multiple Karaf instances attempting
to become master.
|
class |
DerbyJDBCLock
Represents an exclusive lock on a database,
used to avoid multiple Karaf instances attempting
to become master.
|
class |
GenericJDBCLock
This classs is the base class used to provide a master/slave configuration for
a given set of active karaf instances using JDBC.
|
class |
MySQLJDBCLock
Represents an exclusive lock on a database,
used to avoid multiple Karaf instances attempting
to become master.
|
class |
OracleJDBCLock
Represents an exclusive lock on a database,
used to avoid multiple Karaf instances attempting
to become master.
|
class |
PostgreSQLJDBCLock
Represents an exclusive lock on a database,
used to avoid multiple Karaf instances attempting
to become master.
|
class |
SimpleFileLock |
| Modifier and Type | Method and Description |
|---|---|
Lock |
Main.getLock() |
Copyright © 2007-2013 FuseSource, Corp.. All Rights Reserved.