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

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


  }

  public void testPublisherData() {
    LOG.trace(">testPublisherData");
    logMemStats();
    PublisherData entity = new PublisherData();
    entity.setData(CLOB_100KiB);
    entity.setId(BOGUS_INTEGER);
    entity.setName(VARCHAR_250B);
    entity.setRowProtection(CLOB_10KiB);
    entity.setRowVersion(0);
    entity.setUpdateCounter(0);
    storeAndRemoveEntity(entity);
    LOG.trace("<testPublisherData");
  }
View Full Code Here

TOP

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

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.