|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sapia.regis.prevayler.PrevaylerRegistryFactory
public class PrevaylerRegistryFactory
| Field Summary | |
|---|---|
static java.lang.String |
BASE_DIR
This constant corresponds to the base directory where the registry's persistent state will be kept. |
static java.lang.String |
DEFAULT_BASE_DIR
This corresponds to the default base directory of the registry's persistent state (the directory is ${user.home}/.sapia_regis_prevayler). |
static java.lang.String |
DELETE_ON_STARTUP
This constant indicates if the content of the registry's persistent directory should be deleted at startup. |
| Constructor Summary | |
|---|---|
PrevaylerRegistryFactory()
|
|
| Method Summary | |
|---|---|
Registry |
connect(java.util.Properties props)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String BASE_DIR
public static final java.lang.String DELETE_ON_STARTUP
public static final java.lang.String DEFAULT_BASE_DIR
| Constructor Detail |
|---|
public PrevaylerRegistryFactory()
| Method Detail |
|---|
public Registry connect(java.util.Properties props)
throws java.lang.Exception
connect in interface RegistryFactoryprops - the Properties to used to connect to the desired
Registry.
Registry.
java.lang.Exception - if a problem occurs while attempting to connect.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||