Class IpcNamedLockFactory

java.lang.Object
org.eclipse.aether.named.support.NamedLockFactorySupport
org.eclipse.aether.named.ipc.IpcNamedLockFactory
All Implemented Interfaces:
org.eclipse.aether.named.NamedLockFactory

@Singleton @Named("ipc") public class IpcNamedLockFactory extends org.eclipse.aether.named.support.NamedLockFactorySupport
IPC named locks factory.
Since:
2.0.1
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final IpcClient
     
    static final String
     

    Fields inherited from class org.eclipse.aether.named.support.NamedLockFactorySupport

    logger, SYSTEM_PROP_DIAGNOSTIC_ENABLED
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.eclipse.aether.named.support.NamedLockSupport
    createLock(org.eclipse.aether.named.NamedLockKey key)
     
    protected org.eclipse.aether.named.NamedLock
    doGetLock(Collection<org.eclipse.aether.named.NamedLockKey> keys)
     
    protected void
     

    Methods inherited from class org.eclipse.aether.named.support.NamedLockFactorySupport

    closeLock, destroyLock, getLock, getLockAndRefTrack, isDiagnosticEnabled, onFailure, shutdown

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.aether.named.NamedLockFactory

    getLock
  • Field Details

  • Constructor Details

  • Method Details

    • doGetLock

      protected org.eclipse.aether.named.NamedLock doGetLock(Collection<org.eclipse.aether.named.NamedLockKey> keys)
      Overrides:
      doGetLock in class org.eclipse.aether.named.support.NamedLockFactorySupport
    • createLock

      protected org.eclipse.aether.named.support.NamedLockSupport createLock(org.eclipse.aether.named.NamedLockKey key)
      Specified by:
      createLock in class org.eclipse.aether.named.support.NamedLockFactorySupport
    • doShutdown

      protected void doShutdown()
      Overrides:
      doShutdown in class org.eclipse.aether.named.support.NamedLockFactorySupport