|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ROMetaModelAccessor
The meta model accessor is used to read, or modify the registry meta model. Note, that meta model operations may enforce to reread the meta model. In other words, they are likely to be a source for problems with performance. Use this accessor with care!
Method Summary | |
---|---|
ROType |
create(ROType pType)
Creates the given registry object type in
the registry. |
ROMetaModel |
getMetaModel()
Returns the meta model. |
ModelDrivenRegistryFacade |
getRegistryFacade()
Returns the accessors registry facade. |
void |
remove(QName pQName)
Removes the given object type from the registry. |
Method Detail |
---|
ModelDrivenRegistryFacade getRegistryFacade()
ROMetaModel getMetaModel()
void remove(QName pQName) throws javax.xml.registry.JAXRException
pQName
- Qualified name of the registry object type to remove.
javax.xml.registry.JAXRException
- The operation failed.ROType create(ROType pType) throws javax.xml.registry.JAXRException
registry object type
in
the registry.
pType
- Description of the type to create.
ROType
, which matches the type that has
just been created.
javax.xml.registry.JAXRException
- The operation failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |