Interface ResourceServiceManagerMBean

All Known Subinterfaces:
AutomaticPackageReplicatorMBean
All Known Implementing Classes:
ResourceServiceManager

@ProviderType public interface ResourceServiceManagerMBean
Base methods for the JMX Interface for a ResourceServiceManager
  • Method Details

    • getRegisteredConfigurations

      @Description("Gets the configurations currently registered") List<String> getRegisteredConfigurations()
    • refreshCache

      @Description("Refreshes the cache of registered configurations") void refreshCache() throws org.apache.sling.api.resource.LoginException
      Throws:
      org.apache.sling.api.resource.LoginException