|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcon.data.LookupRegistry
public class LookupRegistry
A global registry for lookup databases.
| Constructor Summary | |
|---|---|
LookupRegistry()
|
|
| Method Summary | |
|---|---|
static LookupDatabase |
getLookup(java.lang.String name)
Get a registered lookup by name. |
static void |
registerLookup(LookupDatabase lookup,
java.lang.String name)
Register a LookupDatabase with a name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LookupRegistry()
| Method Detail |
|---|
public static void registerLookup(LookupDatabase lookup,
java.lang.String name)
public static LookupDatabase getLookup(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||