public class RegistryUtil extends Object
| Constructor and Description |
|---|
RegistryUtil(ManagementContext mgtCtx,
RegistryImpl registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanEntity(ArchiveType type,
String name,
boolean isInRegistry,
boolean isInRepository)
Cleans up an entity from the registry and/or the repository.
|
void |
syncWithRepository()
The components, shared libraries and service assemblies registered in the registry
should be present in the repository and vice versa.
|
public RegistryUtil(ManagementContext mgtCtx, RegistryImpl registry)
public void syncWithRepository()
throws Exception
Exceptionpublic void cleanEntity(ArchiveType type, String name, boolean isInRegistry, boolean isInRepository) throws RegistryException, RepositoryException
type - of entityname - of the entityisInRegistry - indicationinInReposity - indicationRegistryException - if there is any registry related errorRepositoryException - if there is any repository related errorCopyright © 2011-2016 OpenESB Community. All Rights Reserved.