Class DefaultSyncContextFactory

    • Field Detail

      • ADAPTER_KEY

        private static final java.lang.String ADAPTER_KEY
    • Constructor Detail

      • DefaultSyncContextFactory

        @Inject
        public DefaultSyncContextFactory​(NamedLockFactoryAdapterFactory namedLockFactoryAdapterFactory)
        Constructor used with DI, where factories are injected and selected based on key.
      • DefaultSyncContextFactory

        @Deprecated
        public DefaultSyncContextFactory()
        Deprecated.
        Will be removed once ServiceLocator removed.
        ServiceLocator default ctor.
    • Method Detail

      • initService

        public void initService​(ServiceLocator locator)
        Description copied from interface: Service
        Provides the opportunity to initialize this service and to acquire other services for its operation from the locator. A service must not save the reference to the provided service locator.
        Specified by:
        initService in interface Service
        Parameters:
        locator - The service locator, must not be null.