Package org.nuxeo.ecm.core.storage.mem
Class MemRepositoryService
- java.lang.Object
-
- org.nuxeo.runtime.model.DefaultComponent
-
- org.nuxeo.ecm.core.storage.mem.MemRepositoryService
-
- All Implemented Interfaces:
Adaptable
,Component
,Extensible
,TimestampedService
public class MemRepositoryService extends DefaultComponent
Service holding the configuration for Memory repositories.- Since:
- 8.1
-
-
Field Summary
-
Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
-
Constructor Summary
Constructors Constructor Description MemRepositoryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addContribution(MemRepositoryDescriptor descriptor)
void
registerContribution(Object contrib, String xpoint, ComponentInstance contributor)
protected void
removeContribution(MemRepositoryDescriptor descriptor)
void
unregisterContribution(Object contrib, String xpoint, ComponentInstance contributor)
-
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, addRuntimeMessage, addRuntimeMessage, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterExtension
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.runtime.model.Component
applicationStarted, getApplicationStartedOrder
-
-
-
-
Method Detail
-
registerContribution
public void registerContribution(Object contrib, String xpoint, ComponentInstance contributor)
- Overrides:
registerContribution
in classDefaultComponent
-
unregisterContribution
public void unregisterContribution(Object contrib, String xpoint, ComponentInstance contributor)
- Overrides:
unregisterContribution
in classDefaultComponent
-
addContribution
protected void addContribution(MemRepositoryDescriptor descriptor)
-
removeContribution
protected void removeContribution(MemRepositoryDescriptor descriptor)
-
-