Class RemotePersistentCacheService
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.remote.persistentcache.RemotePersistentCacheService
-
public class RemotePersistentCacheService extends Object
-
-
Constructor Summary
Constructors Constructor Description RemotePersistentCacheService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate(org.osgi.service.component.ComponentContext context, Configuration config)
void
deactivate()
protected void
registerCloseable(Registration registration)
protected <T> Registration
registerMBean(Class<T> clazz, T bean, String type, String name)
-
-
-
Method Detail
-
activate
public void activate(org.osgi.service.component.ComponentContext context, Configuration config) throws IOException
- Throws:
IOException
-
deactivate
public void deactivate() throws IOException
- Throws:
IOException
-
registerCloseable
protected void registerCloseable(Registration registration)
-
registerMBean
protected <T> Registration registerMBean(Class<T> clazz, T bean, String type, String name)
-
-