public interface IDirProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
MBEAN_NAME
MBean name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearCaches()
Clear all directory caches
|
Object |
getDirectoryTxManagerDelegate()
Get current transaction manager delegate (for composite transactions management)
|
<D extends IDirService> |
getDirService(Class<D> clazz)
Get an implementation of a service by its class
|
void |
registerDelegate(IDirDelegate delegate)
Register the delegate (when deploy the directory connector)
|
void |
unregisterDelegate(IDirDelegate delegate)
Unregister the delegate (when undeploy the directory connector)
|
static final String MBEAN_NAME
<D extends IDirService> D getDirService(Class<D> clazz)
clazz - the type of service (IDirService)void registerDelegate(IDirDelegate delegate)
delegate - the portlet delegatevoid unregisterDelegate(IDirDelegate delegate)
delegate - the portlet delegatevoid clearCaches()
Object getDirectoryTxManagerDelegate()
Copyright © 2021. All rights reserved.