|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetadataRepository | |
shocks.framework.meta | |
shocks.framework.meta.repository |
Uses of MetadataRepository in shocks.framework.meta |
Methods in shocks.framework.meta that return MetadataRepository | |
static MetadataRepository |
MetadataRepositoryFactory.getRepository(javax.servlet.ServletContext ctx)
This will search the MBeanServer for a registered repository. |
static MetadataRepository |
MetadataRepositoryFactory.load(org.dom4j.Document doc,
javax.servlet.ServletContext ctx)
This method loads the MetadataRepository and returns a reference to it. |
Uses of MetadataRepository in shocks.framework.meta.repository |
Classes in shocks.framework.meta.repository that implement MetadataRepository | |
class |
CentralMetadataRepository
The repository handles instance pooling and will return an instance of any MDBean type upon request. |
class |
MetadataRepositoryProxy
This class is a facade for the CentralMetadataRepository in the MBeanServer. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |