Class IdentityArchiveServiceImpl.EntityArchiveWriter

java.lang.Object
org.kuali.rice.kim.service.impl.IdentityArchiveServiceImpl.EntityArchiveWriter
All Implemented Interfaces:
Callable
Enclosing class:
IdentityArchiveServiceImpl

protected class IdentityArchiveServiceImpl.EntityArchiveWriter extends Object implements Callable
store the person to the database, but do this an alternate thread to prevent transaction issues since this service is non-transactional
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Field Details

    • kediComparator

      protected final Comparator<org.kuali.rice.kim.api.identity.entity.EntityDefault> kediComparator
      Comparator that attempts to impose a total ordering on EntityDefault instances
  • Constructor Details

    • EntityArchiveWriter

      protected EntityArchiveWriter()
  • Method Details

    • requestSubmit

      public boolean requestSubmit()
    • call

      public Object call()
      Call that tries to flush the write queue.
      Specified by:
      call in interface Callable
      See Also: