Class InitializationLockInfo

java.lang.Object
de.hybris.platform.core.system.InitializationLockInfo

public class InitializationLockInfo extends Object
  • Constructor Details

    • InitializationLockInfo

      public InitializationLockInfo(String tenantId, int clusterNodeId, Date date, boolean locked, String processName, long instanceIdentifer)
  • Method Details

    • getTenantId

      public String getTenantId()
    • getClusterNodeId

      public int getClusterNodeId()
    • getDate

      public Date getDate()
    • isLocked

      public boolean isLocked()
    • getProcessName

      public String getProcessName()
    • getInstanceIdentifier

      public long getInstanceIdentifier()