be.ehealth.technicalconnector.idgenerator.impl
Class DateTimeIdGenerator

java.lang.Object
  extended by be.ehealth.technicalconnector.idgenerator.impl.DateTimeIdGenerator
All Implemented Interfaces:
IdGenerator

public class DateTimeIdGenerator
extends Object
implements IdGenerator

uses a simple DateTime to generate unique inputReference. will only reliably work in relatively slow operations that generate requests in a single thread. Implementation of IdGenerator


Constructor Summary
DateTimeIdGenerator()
           
 
Method Summary
 String generateId()
          generates unique String .
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeIdGenerator

public DateTimeIdGenerator()
Method Detail

generateId

public String generateId()
Description copied from interface: IdGenerator
generates unique String .

Specified by:
generateId in interface IdGenerator
Returns:
unique identifier for a



Connector Packaging TECHNICAL 3.21.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.