|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.locomotive.directory.ScopeStore
Data structure for storing and looking up components in a specific scope.
Constructor Summary | |
ScopeStore()
|
Method Summary | |
java.lang.Object |
getComponent(DirectoryContext context,
java.lang.String componentName)
Get a specific component from this scope store. |
void |
putComponent(DirectoryContext context,
java.lang.String componentName,
java.lang.Object component)
Put a specific component into the scope store. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ScopeStore()
Method Detail |
public java.lang.Object getComponent(DirectoryContext context, java.lang.String componentName)
context
- The directory context for the component.componentName
- The component's name.public void putComponent(DirectoryContext context, java.lang.String componentName, java.lang.Object component)
context
- The directory context for the component.componentName
- The component's name.component
- The component itself.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |