Class BeCPGLicense

java.lang.Object
fr.becpg.repo.license.BeCPGLicense

public class BeCPGLicense extends Object

BeCPGLicense class.

Version:
$Id: $Id
Author:
matthieu
  • Field Details

    • licenseName

      String licenseName
    • allowedConcurrentRead

      long allowedConcurrentRead
    • allowedConcurrentWrite

      long allowedConcurrentWrite
    • allowedConcurrentSupplier

      long allowedConcurrentSupplier
    • allowedNamedWrite

      long allowedNamedWrite
    • allowedNamedRead

      long allowedNamedRead
  • Constructor Details

    • BeCPGLicense

      public BeCPGLicense(String licenseName, long allowedConcurrentRead, long allowedConcurrentWrite, long allowedConcurrentSupplier, long allowedNamedWrite, long allowedNamedRead)

      Constructor for BeCPGLicense.

      Parameters:
      licenseName - a String object.
      allowedConcurrentRead - a long.
      allowedConcurrentWrite - a long.
      allowedConcurrentSupplier - a long.
      allowedNamedWrite - a long.
      allowedNamedRead - a long.
    • BeCPGLicense

      public BeCPGLicense()

      Constructor for BeCPGLicense.

  • Method Details