|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Registry
A public API for a registry. Registries are used look up other objects. See See Martin Fowler's description (http://martinfowler.com/eaaCatalog/registry.html) for more details.
Method Summary | ||
---|---|---|
|
get(java.lang.String location)
Get an object from the registry. |
|
Registry |
put(java.lang.String location,
java.lang.Object object)
Put an object into JNDI. |
Method Detail |
---|
<T> T get(java.lang.String location)
T
- The type of the object at the specified location.location
- Location in the registry.
Registry put(java.lang.String location, java.lang.Object object)
location
- Location in the in the registry.object
- The object to put.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |