|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sapia.regis.cache.CacheRegistryFactory
public class CacheRegistryFactory
| Field Summary | |
|---|---|
static int |
DEFAULT_REFRESH_INTERVAL
|
static java.lang.String |
FACTORY_CLASS
This constant corresponds to the property indicating the name of the registry factory class to wrap for caching. |
static java.lang.String |
REFRESH_INTERVAL
This constant corresponds to the property indicating the cache refresh interval, in seconds. |
| Constructor Summary | |
|---|---|
CacheRegistryFactory()
|
|
| 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 FACTORY_CLASS
public static final java.lang.String REFRESH_INTERVAL
public static final int DEFAULT_REFRESH_INTERVAL
| Constructor Detail |
|---|
public CacheRegistryFactory()
| 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 | |||||||||