|
Class Summary |
| Bootstrap |
The Bootstrap class is used by the wrapper shell to bootstrap Karaf. |
| BootstrapLogManager |
Convenience class for configuring java.util.logging to append to
the configured log4j log. |
| BootstrapLogManager.SimpleFileHandler |
Implementation of java.util.logging.Handler that does simple appending
to a named file. |
| DefaultJDBCLock |
Represents an exclusive lock on a database,
used to avoid multiple Karaf instances attempting
to become master. |
| DerbyJDBCLock |
Represents an exclusive lock on a database,
used to avoid multiple Karaf instances attempting
to become master. |
| Main |
This class is the default way to instantiate and execute the framework. |
| MySQLJDBCLock |
Represents an exclusive lock on a database,
used to avoid multiple Karaf instances attempting
to become master. |
| OracleJDBCLock |
Represents an exclusive lock on a database,
used to avoid multiple Karaf instances attempting
to become master. |
| SimpleFileLock |
|
| Statements |
|
| Stop |
Main class used to stop the root Karaf instance |
| StringMap |
Simple utility class that creates a map for string-based keys by
extending TreeMap. |
| Utils |
|