|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.kaha.StoreFactory
public class StoreFactory
Factory for creating stores
Constructor Summary | |
---|---|
StoreFactory()
|
Method Summary | |
---|---|
static boolean |
delete(java.lang.String name)
Delete a database |
static Store |
open(java.lang.String name,
java.lang.String mode)
open or create a Store |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StoreFactory()
Method Detail |
---|
public static Store open(java.lang.String name, java.lang.String mode) throws java.io.IOException
name
- mode
-
java.io.IOException
public static boolean delete(java.lang.String name) throws java.io.IOException
name
- of the database
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |