public class DirServiceFactory extends Object
| Constructor and Description |
|---|
DirServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getDirectoryTxManagerDelegate()
Get current transaction manager delegate (for composite transactions management)
|
static <D extends IDirService> |
getService(Class<D> clazz)
Factory method of a service
|
public static <D extends IDirService> D getService(Class<D> clazz)
clazz - the type of service (IDirService)public static Object getDirectoryTxManagerDelegate()
Copyright © 2021. All rights reserved.