Package wt.dataops.replication
Interface RemoveInaccessibleContentMBean
- All Superinterfaces:
SelfEmailingMBean
The interface
RemoveInaccessibleContentMBean provides the mechanism to remove unaccesible replicated content
caused by change in access of SitePrincipal. The cause can be change in siteprincipal or change in access control rules.-
Method Summary
Modifier and TypeMethodDescriptionvoidremoveInaccessibleReplicatedContent(String siteString) Removes the Inaccessible replicated content on the sites.Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Method Details
-
removeInaccessibleReplicatedContent
@MBeanOperationImpact(1) void removeInaccessibleReplicatedContent(String siteString) throws WTException Removes the Inaccessible replicated content on the sites.
Supported API: true- Parameters:
sites- A comma separated list of sites for which Inaccessible content is to be removed.- Throws:
WTException
-