Class IndexMBeanRegistration
- java.lang.Object
 - 
- org.apache.jackrabbit.oak.plugins.index.IndexMBeanRegistration
 
 
- 
- All Implemented Interfaces:
 Registration
public class IndexMBeanRegistration extends java.lang.Object implements Registration
 
- 
- 
Constructor Summary
Constructors Constructor Description IndexMBeanRegistration(Whiteboard whiteboard) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterAsyncIndexer(AsyncIndexUpdate task, long delayInSeconds)voidunregister()Unregisters this service. 
 - 
 
- 
- 
Constructor Detail
- 
IndexMBeanRegistration
public IndexMBeanRegistration(Whiteboard whiteboard)
 
 - 
 
- 
Method Detail
- 
registerAsyncIndexer
public void registerAsyncIndexer(AsyncIndexUpdate task, long delayInSeconds)
 
- 
unregister
public void unregister()
Description copied from interface:RegistrationUnregisters this service.- Specified by:
 unregisterin interfaceRegistration
 
 - 
 
 -