|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeanRegistry
Register components by id and look them up.
Method Summary | |
---|---|
void |
register(String id,
Object component)
Register an object. |
void |
remove(Object component)
Remove a component from the registry if it exists. |
Methods inherited from interface org.oddjob.arooa.registry.BeanDirectory |
---|
getAllByType, getIdFor, lookup, lookup |
Method Detail |
---|
void register(String id, Object component) throws InvalidIdException
id
- The id of the object.object
- The object.
InvalidIdException
void remove(Object component)
component
- The component.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |