Package org.gatein.exports

Examples of org.gatein.exports.OperationNotSupportedException


   public ExportContext setExportLifetime(byte[] exportContextBytes, long currentTime, long terminationTime, long refreshDuration) throws OperationNotSupportedException, OperationFailedException
  
      if (getPersistenceManager() == null)
      {
         throw new OperationNotSupportedException("The producer only supports export by value. Cannot call setExportLifetime on this producer");
      }
     
      try
      {
         String type = ExportData.getType(exportContextBytes);
View Full Code Here

TOP

Related Classes of org.gatein.exports.OperationNotSupportedException

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.