|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cuba.wired.DescriptorMap
public class DescriptorMap
Constructor Summary | |
---|---|
DescriptorMap()
|
Method Summary | |
---|---|
java.util.Iterator |
getDescriptors()
|
AbstractDescriptor |
lookupDescriptor(java.lang.String globalName)
|
void |
registerDescriptor(AbstractDescriptor description)
|
protected void |
registerDescriptor(AbstractDescriptor description,
boolean allowReplacement)
|
void |
replaceDescriptor(AbstractDescriptor description)
This function is especally of interest for test purposes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DescriptorMap()
Method Detail |
---|
public AbstractDescriptor lookupDescriptor(java.lang.String globalName)
protected void registerDescriptor(AbstractDescriptor description, boolean allowReplacement) throws InitException
InitException
public void registerDescriptor(AbstractDescriptor description) throws InitException
InitException
public void replaceDescriptor(AbstractDescriptor description) throws InitException
description
- The descriptor to be put as a replacement for an existing one in the map
InitException
- if the global name, denoted in the passed
descriptor is not registered.public java.util.Iterator getDescriptors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |