Package org.ejbca.core.ejb.ca.publisher

Examples of org.ejbca.core.ejb.ca.publisher.PublisherQueueData


  }

  public void testPublisherQueueData() {
    LOG.trace(">testPublisherQueueData");
    logMemStats();
    PublisherQueueData entity = new PublisherQueueData();
    entity.setFingerprint(VARCHAR_250B);
    entity.setLastUpdate(0);
    entity.setPk(VARCHAR_250B);
    entity.setPublisherId(0);
    entity.setPublishStatus(0);
    entity.setPublishType(0);
    entity.setRowProtection(CLOB_10KiB);
    entity.setRowVersion(0);
    entity.setTimeCreated(0);
    entity.setTryCounter(0);
    entity.setVolatileData(CLOB_100KiB);
    storeAndRemoveEntity(entity);
    LOG.trace("<testPublisherQueueData");
  }
View Full Code Here

TOP

Related Classes of org.ejbca.core.ejb.ca.publisher.PublisherQueueData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.